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:
  • Field Details

  • Constructor Details

    • MetadataValueType

      public MetadataValueType()
  • Method Details

    • 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 is String
    • 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 is String
    • isSetLang

      public boolean isSetLang()
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • isSetId

      public boolean isSetId()
    • getExtraData

      public String getExtraData()
      Gets the value of the extraData property.
      Returns:
      possible object is String
    • setExtraData

      public void setExtraData(String value)
      Sets the value of the extraData property.
      Parameters:
      value - allowed object is String
    • isSetExtraData

      public boolean isSetExtraData()
    • 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 is String
    • 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 is String
    • 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 is XMLGregorianCalendar
    • 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 is String
    • 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 is Boolean
    • 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 is MetadataModeType
    • isSetMode

      public boolean isSetMode()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.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 interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withValue

      public MetadataValueType withValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withLang

      public MetadataValueType withLang(String value)
      Sets the value of the lang property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withId

      public MetadataValueType withId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withExtraData

      public MetadataValueType withExtraData(String value)
      Sets the value of the extraData property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withUuid

      public MetadataValueType withUuid(String value)
      Sets the value of the uuid property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withUser

      public MetadataValueType withUser(String value)
      Sets the value of the user property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withTimestamp

      public MetadataValueType withTimestamp(XMLGregorianCalendar value)
      Sets the value of the timestamp property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
      Returns:
      The class instance
    • withChange

      public MetadataValueType withChange(String value)
      Sets the value of the change property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withConflict

      public MetadataValueType withConflict(boolean value)
      Sets the value of the conflict property.
      Parameters:
      value - allowed object is boolean
      Returns:
      The class instance
    • withMode

      public MetadataValueType withMode(MetadataModeType value)
      Sets the value of the mode property.
      Parameters:
      value - allowed object is MetadataModeType
      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 interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

      public MetadataValueType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.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 interface org.jvnet.jaxb.lang.ToString