Package com.vidispine.generated
Class MetadataEntrySyncType
- java.lang.Object
-
- com.vidispine.generated.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MetadataEntrySyncType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected String
end
protected String
id
protected String
language
protected String
metadataId
protected String
metadataLeafId
protected String
name
protected String
parentUuid
protected Boolean
reference
protected Boolean
removed
protected String
start
protected Long
timestamp
protected String
track
protected String
type
protected String
user
protected String
value
protected String
valueUuid
protected BigInteger
version
-
Constructor Summary
Constructors Constructor Description MetadataEntrySyncType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
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)
String
getEnd()
Gets the value of the end property.String
getId()
Gets the value of the id property.String
getLanguage()
Gets the value of the language property.String
getMetadataId()
Gets the value of the metadataId property.String
getMetadataLeafId()
Gets the value of the metadataLeafId property.String
getName()
Gets the value of the name property.String
getParentUuid()
Gets the value of the parentUuid property.String
getStart()
Gets the value of the start property.long
getTimestamp()
Gets the value of the timestamp property.String
getTrack()
Gets the value of the track property.String
getType()
Gets the value of the type property.String
getUser()
Gets the value of the user property.String
getValue()
Gets the value of the value property.String
getValueUuid()
Gets the value of the valueUuid property.BigInteger
getVersion()
Gets the value of the version property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isReference()
Gets the value of the reference property.boolean
isRemoved()
Gets the value of the removed property.boolean
isSetEnd()
boolean
isSetId()
boolean
isSetLanguage()
boolean
isSetMetadataId()
boolean
isSetMetadataLeafId()
boolean
isSetName()
boolean
isSetParentUuid()
boolean
isSetReference()
boolean
isSetRemoved()
boolean
isSetStart()
boolean
isSetTimestamp()
boolean
isSetTrack()
boolean
isSetType()
boolean
isSetUser()
boolean
isSetValue()
boolean
isSetValueUuid()
boolean
isSetVersion()
void
setEnd(String value)
Sets the value of the end property.void
setId(String value)
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
setName(String value)
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
setStart(String value)
Sets the value of the start property.void
setTimestamp(long value)
Sets the value of the timestamp property.void
setTrack(String value)
Sets the value of the track property.void
setType(String value)
Sets the value of the type property.void
setUser(String value)
Sets the value of the user property.void
setValue(String value)
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.void
unsetReference()
void
unsetRemoved()
void
unsetTimestamp()
MetadataEntrySyncType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
MetadataEntrySyncType
withEnd(String value)
MetadataEntrySyncType
withId(String value)
MetadataEntrySyncType
withLanguage(String value)
MetadataEntrySyncType
withMetadataId(String value)
MetadataEntrySyncType
withMetadataLeafId(String value)
MetadataEntrySyncType
withName(String value)
MetadataEntrySyncType
withParentUuid(String value)
MetadataEntrySyncType
withReference(boolean value)
MetadataEntrySyncType
withRemoved(boolean value)
MetadataEntrySyncType
withStart(String value)
MetadataEntrySyncType
withTimestamp(long value)
MetadataEntrySyncType
withTrack(String value)
MetadataEntrySyncType
withType(String value)
MetadataEntrySyncType
withUser(String value)
MetadataEntrySyncType
withValue(String value)
MetadataEntrySyncType
withValueUuid(String value)
MetadataEntrySyncType
withVersion(BigInteger value)
-
-
-
Field Detail
-
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
-
-
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 isString
-
isSetValue
public boolean isSetValue()
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
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 isString
-
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 isString
-
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 isString
-
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 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
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 isString
-
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 isString
-
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 isString
-
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 isBigInteger
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
isSetLanguage
public boolean isSetLanguage()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.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 interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withValue
public MetadataEntrySyncType withValue(String value)
-
withId
public MetadataEntrySyncType withId(String value)
-
withStart
public MetadataEntrySyncType withStart(String value)
-
withEnd
public MetadataEntrySyncType withEnd(String value)
-
withName
public MetadataEntrySyncType withName(String value)
-
withParentUuid
public MetadataEntrySyncType withParentUuid(String value)
-
withReference
public MetadataEntrySyncType withReference(boolean value)
-
withRemoved
public MetadataEntrySyncType withRemoved(boolean value)
-
withTimestamp
public MetadataEntrySyncType withTimestamp(long value)
-
withType
public MetadataEntrySyncType withType(String value)
-
withUser
public MetadataEntrySyncType withUser(String value)
-
withValueUuid
public MetadataEntrySyncType withValueUuid(String value)
-
withVersion
public MetadataEntrySyncType withVersion(BigInteger value)
-
withMetadataId
public MetadataEntrySyncType withMetadataId(String value)
-
withMetadataLeafId
public MetadataEntrySyncType withMetadataLeafId(String value)
-
withTrack
public MetadataEntrySyncType withTrack(String value)
-
withLanguage
public MetadataEntrySyncType withLanguage(String value)
-
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 interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public MetadataEntrySyncType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-