Class MetadataEntrySyncType

  • 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 MetadataEntrySyncType
    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 MetadataEntrySyncType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="MetadataEntrySyncType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
           <attribute name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" />
           <attribute name="start" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="end" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="parentUuid" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="reference" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="removed" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="timestamp" type="{http://www.w3.org/2001/XMLSchema}long" />
           <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="user" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="valueUuid" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}integer" />
           <attribute name="metadataId" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" />
           <attribute name="metadataLeafId" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" />
           <attribute name="track" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="language" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • MetadataEntrySyncType

        public MetadataEntrySyncType()
    • 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 is String
      • isSetValue

        public boolean isSetValue()
      • 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()
      • getStart

        public String getStart()
        Gets the value of the start property.
        Returns:
        possible object is String
      • setStart

        public void setStart​(String value)
        Sets the value of the start property.
        Parameters:
        value - allowed object is String
      • isSetStart

        public boolean isSetStart()
      • getEnd

        public String getEnd()
        Gets the value of the end property.
        Returns:
        possible object is String
      • setEnd

        public void setEnd​(String value)
        Sets the value of the end property.
        Parameters:
        value - allowed object is String
      • isSetEnd

        public boolean isSetEnd()
      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • isSetName

        public boolean isSetName()
      • getParentUuid

        public String getParentUuid()
        Gets the value of the parentUuid property.
        Returns:
        possible object is String
      • setParentUuid

        public void setParentUuid​(String value)
        Sets the value of the parentUuid property.
        Parameters:
        value - allowed object is String
      • isSetParentUuid

        public boolean isSetParentUuid()
      • isReference

        public boolean isReference()
        Gets the value of the reference property.
        Returns:
        possible object is Boolean
      • setReference

        public void setReference​(boolean value)
        Sets the value of the reference property.
        Parameters:
        value - allowed object is Boolean
      • isSetReference

        public boolean isSetReference()
      • unsetReference

        public void unsetReference()
      • isRemoved

        public boolean isRemoved()
        Gets the value of the removed property.
        Returns:
        possible object is Boolean
      • setRemoved

        public void setRemoved​(boolean value)
        Sets the value of the removed property.
        Parameters:
        value - allowed object is Boolean
      • isSetRemoved

        public boolean isSetRemoved()
      • unsetRemoved

        public void unsetRemoved()
      • getTimestamp

        public long getTimestamp()
        Gets the value of the timestamp property.
        Returns:
        possible object is Long
      • setTimestamp

        public void setTimestamp​(long value)
        Sets the value of the timestamp property.
        Parameters:
        value - allowed object is Long
      • isSetTimestamp

        public boolean isSetTimestamp()
      • unsetTimestamp

        public void unsetTimestamp()
      • getType

        public String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • isSetType

        public boolean isSetType()
      • 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()
      • getValueUuid

        public String getValueUuid()
        Gets the value of the valueUuid property.
        Returns:
        possible object is String
      • setValueUuid

        public void setValueUuid​(String value)
        Sets the value of the valueUuid property.
        Parameters:
        value - allowed object is String
      • isSetValueUuid

        public boolean isSetValueUuid()
      • getVersion

        public BigInteger getVersion()
        Gets the value of the version property.
        Returns:
        possible object is BigInteger
      • setVersion

        public void setVersion​(BigInteger value)
        Sets the value of the version property.
        Parameters:
        value - allowed object is BigInteger
      • isSetVersion

        public boolean isSetVersion()
      • getMetadataId

        public String getMetadataId()
        Gets the value of the metadataId property.
        Returns:
        possible object is String
      • setMetadataId

        public void setMetadataId​(String value)
        Sets the value of the metadataId property.
        Parameters:
        value - allowed object is String
      • isSetMetadataId

        public boolean isSetMetadataId()
      • getMetadataLeafId

        public String getMetadataLeafId()
        Gets the value of the metadataLeafId property.
        Returns:
        possible object is String
      • setMetadataLeafId

        public void setMetadataLeafId​(String value)
        Sets the value of the metadataLeafId property.
        Parameters:
        value - allowed object is String
      • isSetMetadataLeafId

        public boolean isSetMetadataLeafId()
      • getTrack

        public String getTrack()
        Gets the value of the track property.
        Returns:
        possible object is String
      • setTrack

        public void setTrack​(String value)
        Sets the value of the track property.
        Parameters:
        value - allowed object is String
      • isSetTrack

        public boolean isSetTrack()
      • getLanguage

        public String getLanguage()
        Gets the value of the language property.
        Returns:
        possible object is String
      • setLanguage

        public void setLanguage​(String value)
        Sets the value of the language property.
        Parameters:
        value - allowed object is String
      • isSetLanguage

        public boolean isSetLanguage()
      • copyTo

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

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • 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 interface org.jvnet.jaxb2_commons.lang.Equals2
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object