Class MetadataEntrySyncType

java.lang.Object
com.vidispine.generated.MetadataEntrySyncType
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 MetadataEntrySyncType 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 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:
  • Field Details

    • value

      protected String value
    • id

      protected String id
    • start

      protected String start
    • end

      protected String end
    • name

      protected String name
    • parentUuid

      protected String parentUuid
    • reference

      protected Boolean reference
    • removed

      protected Boolean removed
    • timestamp

      protected Long timestamp
    • type

      protected String type
    • user

      protected String user
    • valueUuid

      protected String valueUuid
    • version

      protected BigInteger version
    • metadataId

      protected String metadataId
    • metadataLeafId

      protected String metadataLeafId
    • track

      protected String track
    • language

      protected String language
  • Constructor Details

    • MetadataEntrySyncType

      public MetadataEntrySyncType()
  • 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()
    • 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()
    • 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 MetadataEntrySyncType withValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withId

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

      public MetadataEntrySyncType withStart(String value)
      Sets the value of the start property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withEnd

      public MetadataEntrySyncType withEnd(String value)
      Sets the value of the end property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withName

      public MetadataEntrySyncType withName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withParentUuid

      public MetadataEntrySyncType withParentUuid(String value)
      Sets the value of the parentUuid property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withReference

      public MetadataEntrySyncType withReference(boolean value)
      Sets the value of the reference property.
      Parameters:
      value - allowed object is boolean
      Returns:
      The class instance
    • withRemoved

      public MetadataEntrySyncType withRemoved(boolean value)
      Sets the value of the removed property.
      Parameters:
      value - allowed object is boolean
      Returns:
      The class instance
    • withTimestamp

      public MetadataEntrySyncType withTimestamp(long value)
      Sets the value of the timestamp property.
      Parameters:
      value - allowed object is long
      Returns:
      The class instance
    • withType

      public MetadataEntrySyncType withType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withUser

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

      public MetadataEntrySyncType withValueUuid(String value)
      Sets the value of the valueUuid property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withVersion

      public MetadataEntrySyncType withVersion(BigInteger value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is BigInteger
      Returns:
      The class instance
    • withMetadataId

      public MetadataEntrySyncType withMetadataId(String value)
      Sets the value of the metadataId property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withMetadataLeafId

      public MetadataEntrySyncType withMetadataLeafId(String value)
      Sets the value of the metadataLeafId property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withTrack

      public MetadataEntrySyncType withTrack(String value)
      Sets the value of the track property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withLanguage

      public MetadataEntrySyncType withLanguage(String value)
      Sets the value of the language property.
      Parameters:
      value - allowed object is String
      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 MetadataEntrySyncType 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