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 String
protected String
protected String
protected String
protected String
protected String
protected String
protected Boolean
protected Boolean
protected String
protected Long
protected String
protected String
protected String
protected String
protected String
protected 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) boolean
boolean
equals
(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.long
Gets 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.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
Gets the value of the reference property.boolean
Gets the value of the removed property.boolean
isSetEnd()
boolean
isSetId()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
Sets the value of the end property.void
Sets the value of the id property.void
setLanguage
(String value) Sets the value of the language property.void
setMetadataId
(String value) Sets the value of the metadataId property.void
setMetadataLeafId
(String value) Sets the value of the metadataLeafId property.void
Sets the value of the name property.void
setParentUuid
(String value) Sets the value of the parentUuid property.void
setReference
(boolean value) Sets the value of the reference property.void
setRemoved
(boolean value) Sets the value of the removed property.void
Sets the value of the start property.void
setTimestamp
(long value) Sets the value of the timestamp property.void
Sets the value of the track property.void
Sets the value of the type property.void
Sets the value of the user property.void
Sets the value of the value property.void
setValueUuid
(String value) Sets the value of the valueUuid property.void
setVersion
(BigInteger value) Sets the value of the version property.toString()
void
void
void
visit
(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:
copyTo
in 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:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in 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:
equals
in 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:
hashCode
in 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:
append
in 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:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-