public class MetadataValueType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for MetadataValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataValueType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attGroup ref="{http://xml.vidispine.com/schema/vidispine}MetadataValueAttributes"/>
<attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
change |
protected Boolean |
conflict |
protected String |
lang |
protected MetadataModeType |
mode |
protected XMLGregorianCalendar |
timestamp |
protected String |
user |
protected String |
uuid |
protected String |
value |
| Constructor and Description |
|---|
MetadataValueType() |
| 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 |
getChange()
Gets the value of the change property.
|
String |
getLang()
Gets the value of the lang property.
|
MetadataModeType |
getMode()
Gets the value of the mode property.
|
XMLGregorianCalendar |
getTimestamp()
Gets the value of the timestamp property.
|
String |
getUser()
Gets the value of the user property.
|
String |
getUuid()
Gets the value of the uuid property.
|
String |
getValue()
Gets the value of the value property.
|
boolean |
isConflict()
Gets the value of the conflict property.
|
boolean |
isSetChange() |
boolean |
isSetConflict() |
boolean |
isSetLang() |
boolean |
isSetMode() |
boolean |
isSetTimestamp() |
boolean |
isSetUser() |
boolean |
isSetUuid() |
boolean |
isSetValue() |
void |
setChange(String value)
Sets the value of the change property.
|
void |
setConflict(boolean value)
Sets the value of the conflict property.
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setMode(MetadataModeType value)
Sets the value of the mode property.
|
void |
setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.
|
void |
setUser(String value)
Sets the value of the user property.
|
void |
setUuid(String value)
Sets the value of the uuid property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
unsetConflict() |
MetadataValueType |
withChange(String value) |
MetadataValueType |
withConflict(boolean value) |
MetadataValueType |
withLang(String value) |
MetadataValueType |
withMode(MetadataModeType value) |
MetadataValueType |
withTimestamp(XMLGregorianCalendar value) |
MetadataValueType |
withUser(String value) |
MetadataValueType |
withUuid(String value) |
MetadataValueType |
withValue(String value) |
protected String value
protected String lang
protected String uuid
protected String user
protected XMLGregorianCalendar timestamp
protected String change
protected Boolean conflict
protected MetadataModeType mode
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isSetValue()
public String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic boolean isSetLang()
public String getUuid()
Stringpublic void setUuid(String value)
value - allowed object is
Stringpublic boolean isSetUuid()
public String getUser()
Stringpublic void setUser(String value)
value - allowed object is
Stringpublic boolean isSetUser()
public XMLGregorianCalendar getTimestamp()
XMLGregorianCalendarpublic void setTimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetTimestamp()
public String getChange()
Stringpublic void setChange(String value)
value - allowed object is
Stringpublic boolean isSetChange()
public boolean isConflict()
Booleanpublic void setConflict(boolean value)
value - allowed object is
Booleanpublic boolean isSetConflict()
public void unsetConflict()
public MetadataModeType getMode()
MetadataModeTypepublic void setMode(MetadataModeType value)
value - allowed object is
MetadataModeTypepublic boolean isSetMode()
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 MetadataValueType withValue(String value)
public MetadataValueType withLang(String value)
public MetadataValueType withUuid(String value)
public MetadataValueType withUser(String value)
public MetadataValueType withTimestamp(XMLGregorianCalendar value)
public MetadataValueType withChange(String value)
public MetadataValueType withConflict(boolean value)
public MetadataValueType withMode(MetadataModeType value)
Copyright © 2015. All rights reserved.