Package com.vidispine.generated
Class MetadataValueType
java.lang.Object
com.vidispine.generated.MetadataValueType
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
public class MetadataValueType
extends Object
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
Java class for MetadataValueType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataValueType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attGroup ref="{http://xml.vidispine.com/schema/vidispine}MetadataValueAttributes"/>
<attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="extraData" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the change property.Gets the value of the extraData property.getId()
Gets the value of the id property.getLang()
Gets the value of the lang property.getMode()
Gets the value of the mode property.Gets the value of the timestamp property.getUser()
Gets the value of the user property.getUuid()
Gets the value of the uuid property.getValue()
Gets the value of the value property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
Gets the value of the conflict property.boolean
boolean
boolean
boolean
isSetId()
boolean
boolean
boolean
boolean
boolean
boolean
void
Sets the value of the change property.void
setConflict
(boolean value) Sets the value of the conflict property.void
setExtraData
(String value) Sets the value of the extraData property.void
Sets the value of the id property.void
Sets the value of the lang property.void
setMode
(MetadataModeType value) Sets the value of the mode property.void
setTimestamp
(XMLGregorianCalendar value) Sets the value of the timestamp property.void
Sets the value of the user property.void
Sets the value of the uuid property.void
Sets the value of the value property.toString()
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withChange
(String value) Sets the value of the change property.withConflict
(boolean value) Sets the value of the conflict property.withExtraData
(String value) Sets the value of the extraData property.Sets the value of the id property.Sets the value of the lang property.withMode
(MetadataModeType value) Sets the value of the mode property.Sets the value of the timestamp property.Sets the value of the user property.Sets the value of the uuid property.Sets the value of the value property.
-
Field Details
-
value
-
lang
-
id
-
extraData
-
uuid
-
user
-
timestamp
-
change
-
conflict
-
mode
-
-
Constructor Details
-
MetadataValueType
public MetadataValueType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
isSetValue
public boolean isSetValue() -
getLang
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
Sets the value of the lang property.- Parameters:
value
- allowed object isString
-
isSetLang
public boolean isSetLang() -
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
isSetId
public boolean isSetId() -
getExtraData
Gets the value of the extraData property.- Returns:
- possible object is
String
-
setExtraData
Sets the value of the extraData property.- Parameters:
value
- allowed object isString
-
isSetExtraData
public boolean isSetExtraData() -
getUuid
Gets the value of the uuid property.- Returns:
- possible object is
String
-
setUuid
Sets the value of the uuid property.- Parameters:
value
- allowed object isString
-
isSetUuid
public boolean isSetUuid() -
getUser
Gets the value of the user property.- Returns:
- possible object is
String
-
setUser
Sets the value of the user property.- Parameters:
value
- allowed object isString
-
isSetUser
public boolean isSetUser() -
getTimestamp
Gets the value of the timestamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimestamp
Sets the value of the timestamp property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isSetTimestamp
public boolean isSetTimestamp() -
getChange
Gets the value of the change property.- Returns:
- possible object is
String
-
setChange
Sets the value of the change property.- Parameters:
value
- allowed object isString
-
isSetChange
public boolean isSetChange() -
isConflict
public boolean isConflict()Gets the value of the conflict property.- Returns:
- possible object is
Boolean
-
setConflict
public void setConflict(boolean value) Sets the value of the conflict property.- Parameters:
value
- allowed object isBoolean
-
isSetConflict
public boolean isSetConflict() -
unsetConflict
public void unsetConflict() -
getMode
Gets the value of the mode property.- Returns:
- possible object is
MetadataModeType
-
setMode
Sets the value of the mode property.- Parameters:
value
- allowed object isMetadataModeType
-
isSetMode
public boolean isSetMode() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withLang
Sets the value of the lang property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withId
Sets the value of the id property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withExtraData
Sets the value of the extraData property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withUuid
Sets the value of the uuid property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withUser
Sets the value of the user property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withTimestamp
Sets the value of the timestamp property.- Parameters:
value
- allowed object isXMLGregorianCalendar
- Returns:
- The class instance
-
withChange
Sets the value of the change property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withConflict
Sets the value of the conflict property.- Parameters:
value
- allowed object is boolean- Returns:
- The class instance
-
withMode
Sets the value of the mode property.- Parameters:
value
- allowed object isMetadataModeType
- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-