Package com.vidispine.generated
Class MetadataValueType
- java.lang.Object
-
- com.vidispine.generated.MetadataValueType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class MetadataValueType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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" /> </extension> </simpleContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MetadataValueType.PropInfo
-
Constructor Summary
Constructors Constructor Description MetadataValueType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
String
getChange()
Gets the value of the change property.String
getId()
Gets the value of the id property.String
getLang()
Gets the value of the lang property.MetadataModeType
getMode()
Gets the value of the mode property.XMLGregorianCalendar
getTimestamp()
Gets the value of the timestamp property.String
getUser()
Gets the value of the user property.String
getUuid()
Gets the value of the uuid property.String
getValue()
Gets the value of the value property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isConflict()
Gets the value of the conflict property.boolean
isSetChange()
boolean
isSetConflict()
boolean
isSetId()
boolean
isSetLang()
boolean
isSetMode()
boolean
isSetTimestamp()
boolean
isSetUser()
boolean
isSetUuid()
boolean
isSetValue()
void
setChange(String value)
Sets the value of the change property.void
setConflict(boolean value)
Sets the value of the conflict property.void
setId(String value)
Sets the value of the id property.void
setLang(String value)
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
setUser(String value)
Sets the value of the user property.void
setUuid(String value)
Sets the value of the uuid property.void
setValue(String value)
Sets the value of the value property.void
unsetConflict()
MetadataValueType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
MetadataValueType
withChange(String value)
MetadataValueType
withConflict(boolean value)
MetadataValueType
withId(String value)
MetadataValueType
withLang(String value)
MetadataValueType
withMode(MetadataModeType value)
MetadataValueType
withTimestamp(XMLGregorianCalendar value)
MetadataValueType
withUser(String value)
MetadataValueType
withUuid(String value)
MetadataValueType
withValue(String value)
-
-
-
Field Detail
-
value
protected String value
-
lang
protected String lang
-
id
protected String id
-
uuid
protected String uuid
-
user
protected String user
-
timestamp
protected XMLGregorianCalendar timestamp
-
change
protected String change
-
conflict
protected Boolean conflict
-
mode
protected MetadataModeType mode
-
-
Method Detail
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
isSetValue
public boolean isSetValue()
-
getLang
public String getLang()
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
public void setLang(String value)
Sets the value of the lang property.- Parameters:
value
- allowed object isString
-
isSetLang
public boolean isSetLang()
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
isSetId
public boolean isSetId()
-
getUuid
public String getUuid()
Gets the value of the uuid property.- Returns:
- possible object is
String
-
setUuid
public void setUuid(String value)
Sets the value of the uuid property.- Parameters:
value
- allowed object isString
-
isSetUuid
public boolean isSetUuid()
-
getUser
public String getUser()
Gets the value of the user property.- Returns:
- possible object is
String
-
setUser
public void setUser(String value)
Sets the value of the user property.- Parameters:
value
- allowed object isString
-
isSetUser
public boolean isSetUser()
-
getTimestamp
public XMLGregorianCalendar getTimestamp()
Gets the value of the timestamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimestamp
public void setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isSetTimestamp
public boolean isSetTimestamp()
-
getChange
public String getChange()
Gets the value of the change property.- Returns:
- possible object is
String
-
setChange
public void setChange(String value)
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
public MetadataModeType getMode()
Gets the value of the mode property.- Returns:
- possible object is
MetadataModeType
-
setMode
public void setMode(MetadataModeType value)
Sets the value of the mode property.- Parameters:
value
- allowed object isMetadataModeType
-
isSetMode
public boolean isSetMode()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withValue
public MetadataValueType withValue(String value)
-
withLang
public MetadataValueType withLang(String value)
-
withId
public MetadataValueType withId(String value)
-
withUuid
public MetadataValueType withUuid(String value)
-
withUser
public MetadataValueType withUser(String value)
-
withTimestamp
public MetadataValueType withTimestamp(XMLGregorianCalendar value)
-
withChange
public MetadataValueType withChange(String value)
-
withConflict
public MetadataValueType withConflict(boolean value)
-
withMode
public MetadataValueType withMode(MetadataModeType value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public MetadataValueType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-