Package com.vidispine.generated
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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Booleanprotected Booleanprotected Stringprotected Longprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected BigInteger -
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) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) getEnd()Gets the value of the end property.getId()Gets the value of the id property.Gets the value of the language property.Gets the value of the metadataId property.Gets the value of the metadataLeafId property.getName()Gets the value of the name property.Gets the value of the parentUuid property.getStart()Gets the value of the start property.longGets the value of the timestamp property.getTrack()Gets the value of the track property.getType()Gets the value of the type property.getUser()Gets the value of the user property.getValue()Gets the value of the value property.Gets the value of the valueUuid property.Gets the value of the version property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanGets the value of the reference property.booleanGets the value of the removed property.booleanisSetEnd()booleanisSetId()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidSets the value of the end property.voidSets the value of the id property.voidsetLanguage(String value) Sets the value of the language property.voidsetMetadataId(String value) Sets the value of the metadataId property.voidsetMetadataLeafId(String value) Sets the value of the metadataLeafId property.voidSets the value of the name property.voidsetParentUuid(String value) Sets the value of the parentUuid property.voidsetReference(boolean value) Sets the value of the reference property.voidsetRemoved(boolean value) Sets the value of the removed property.voidSets the value of the start property.voidsetTimestamp(long value) Sets the value of the timestamp property.voidSets the value of the track property.voidSets the value of the type property.voidSets the value of the user property.voidSets the value of the value property.voidsetValueUuid(String value) Sets the value of the valueUuid property.voidsetVersion(BigInteger value) Sets the value of the version property.toString()voidvoidvoidvisit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the end property.Sets the value of the id property.withLanguage(String value) Sets the value of the language property.withMetadataId(String value) Sets the value of the metadataId property.withMetadataLeafId(String value) Sets the value of the metadataLeafId property.Sets the value of the name property.withParentUuid(String value) Sets the value of the parentUuid property.withReference(boolean value) Sets the value of the reference property.withRemoved(boolean value) Sets the value of the removed property.Sets the value of the start property.withTimestamp(long value) Sets the value of the timestamp property.Sets the value of the track property.Sets the value of the type property.Sets the value of the user property.Sets the value of the value property.withValueUuid(String value) Sets the value of the valueUuid property.withVersion(BigInteger value) Sets the value of the version property.
-
Field Details
-
value
-
id
-
start
-
end
-
name
-
parentUuid
-
reference
-
removed
-
timestamp
-
type
-
user
-
valueUuid
-
version
-
metadataId
-
metadataLeafId
-
track
-
language
-
-
Constructor Details
-
MetadataEntrySyncType
public MetadataEntrySyncType()
-
-
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() -
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() -
getStart
Gets the value of the start property.- Returns:
- possible object is
String
-
setStart
Sets the value of the start property.- Parameters:
value- allowed object isString
-
isSetStart
public boolean isSetStart() -
getEnd
Gets the value of the end property.- Returns:
- possible object is
String
-
setEnd
Sets the value of the end property.- Parameters:
value- allowed object isString
-
isSetEnd
public boolean isSetEnd() -
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
isSetName
public boolean isSetName() -
getParentUuid
Gets the value of the parentUuid property.- Returns:
- possible object is
String
-
setParentUuid
Sets the value of the parentUuid property.- Parameters:
value- allowed object isString
-
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 isBoolean
-
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 isBoolean
-
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 isLong
-
isSetTimestamp
public boolean isSetTimestamp() -
unsetTimestamp
public void unsetTimestamp() -
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
isSetType
public boolean isSetType() -
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() -
getValueUuid
Gets the value of the valueUuid property.- Returns:
- possible object is
String
-
setValueUuid
Sets the value of the valueUuid property.- Parameters:
value- allowed object isString
-
isSetValueUuid
public boolean isSetValueUuid() -
getVersion
Gets the value of the version property.- Returns:
- possible object is
BigInteger
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isBigInteger
-
isSetVersion
public boolean isSetVersion() -
getMetadataId
Gets the value of the metadataId property.- Returns:
- possible object is
String
-
setMetadataId
Sets the value of the metadataId property.- Parameters:
value- allowed object isString
-
isSetMetadataId
public boolean isSetMetadataId() -
getMetadataLeafId
Gets the value of the metadataLeafId property.- Returns:
- possible object is
String
-
setMetadataLeafId
Sets the value of the metadataLeafId property.- Parameters:
value- allowed object isString
-
isSetMetadataLeafId
public boolean isSetMetadataLeafId() -
getTrack
Gets the value of the track property.- Returns:
- possible object is
String
-
setTrack
Sets the value of the track property.- Parameters:
value- allowed object isString
-
isSetTrack
public boolean isSetTrack() -
getLanguage
Gets the value of the language property.- Returns:
- possible object is
String
-
setLanguage
Sets the value of the language property.- Parameters:
value- allowed object isString
-
isSetLanguage
public boolean isSetLanguage() -
clone
-
copyTo
- Specified by:
copyToin 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:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo
-
withValue
Sets the value of the value 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
-
withStart
Sets the value of the start property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withEnd
Sets the value of the end property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withName
Sets the value of the name property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withParentUuid
Sets the value of the parentUuid property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withReference
Sets the value of the reference property.- Parameters:
value- allowed object is boolean- Returns:
- The class instance
-
withRemoved
Sets the value of the removed property.- Parameters:
value- allowed object is boolean- Returns:
- The class instance
-
withTimestamp
Sets the value of the timestamp property.- Parameters:
value- allowed object is long- Returns:
- The class instance
-
withType
Sets the value of the type 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
-
withValueUuid
Sets the value of the valueUuid property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withVersion
Sets the value of the version property.- Parameters:
value- allowed object isBigInteger- Returns:
- The class instance
-
withMetadataId
Sets the value of the metadataId property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withMetadataLeafId
Sets the value of the metadataLeafId property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withTrack
Sets the value of the track property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withLanguage
Sets the value of the language property.- Parameters:
value- allowed object isString- 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:
equalsin 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:
hashCodein 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:
appendin 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:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-