public class MetadataEntrySyncType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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>
| Modifier and Type | Field and 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 and Description |
|---|
MetadataEntrySyncType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
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.
|
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 |
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) |
protected String value
protected String id
protected String start
protected String end
protected String name
protected String parentUuid
protected Boolean reference
protected Boolean removed
protected Long timestamp
protected String type
protected String user
protected String valueUuid
protected BigInteger version
protected String metadataId
protected String metadataLeafId
protected String track
protected String language
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isSetValue()
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String getStart()
Stringpublic void setStart(String value)
value - allowed object is
Stringpublic boolean isSetStart()
public void setEnd(String value)
value - allowed object is
Stringpublic boolean isSetEnd()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getParentUuid()
Stringpublic void setParentUuid(String value)
value - allowed object is
Stringpublic boolean isSetParentUuid()
public boolean isReference()
Booleanpublic void setReference(boolean value)
value - allowed object is
Booleanpublic boolean isSetReference()
public void unsetReference()
public boolean isRemoved()
Booleanpublic void setRemoved(boolean value)
value - allowed object is
Booleanpublic boolean isSetRemoved()
public void unsetRemoved()
public long getTimestamp()
Longpublic void setTimestamp(long value)
value - allowed object is
Longpublic boolean isSetTimestamp()
public void unsetTimestamp()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public String getUser()
Stringpublic void setUser(String value)
value - allowed object is
Stringpublic boolean isSetUser()
public String getValueUuid()
Stringpublic void setValueUuid(String value)
value - allowed object is
Stringpublic boolean isSetValueUuid()
public BigInteger getVersion()
BigIntegerpublic void setVersion(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetVersion()
public String getMetadataId()
Stringpublic void setMetadataId(String value)
value - allowed object is
Stringpublic boolean isSetMetadataId()
public String getMetadataLeafId()
Stringpublic void setMetadataLeafId(String value)
value - allowed object is
Stringpublic boolean isSetMetadataLeafId()
public String getTrack()
Stringpublic void setTrack(String value)
value - allowed object is
Stringpublic boolean isSetTrack()
public String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic boolean isSetLanguage()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic MetadataEntrySyncType withValue(String value)
public MetadataEntrySyncType withId(String value)
public MetadataEntrySyncType withStart(String value)
public MetadataEntrySyncType withEnd(String value)
public MetadataEntrySyncType withName(String value)
public MetadataEntrySyncType withParentUuid(String value)
public MetadataEntrySyncType withReference(boolean value)
public MetadataEntrySyncType withRemoved(boolean value)
public MetadataEntrySyncType withTimestamp(long value)
public MetadataEntrySyncType withType(String value)
public MetadataEntrySyncType withUser(String value)
public MetadataEntrySyncType withValueUuid(String value)
public MetadataEntrySyncType withVersion(BigInteger value)
public MetadataEntrySyncType withMetadataId(String value)
public MetadataEntrySyncType withMetadataLeafId(String value)
public MetadataEntrySyncType withTrack(String value)
public MetadataEntrySyncType withLanguage(String value)
Copyright © 2015. All rights reserved.