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 | Class and Description |
---|---|
static class |
MetadataValueType.PropInfo |
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
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()
String
public void setValue(String value)
value
- allowed object is
String
public boolean isSetValue()
public String getLang()
String
public void setLang(String value)
value
- allowed object is
String
public boolean isSetLang()
public String getUuid()
String
public void setUuid(String value)
value
- allowed object is
String
public boolean isSetUuid()
public String getUser()
String
public void setUser(String value)
value
- allowed object is
String
public boolean isSetUser()
public XMLGregorianCalendar getTimestamp()
XMLGregorianCalendar
public void setTimestamp(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetTimestamp()
public String getChange()
String
public void setChange(String value)
value
- allowed object is
String
public boolean isSetChange()
public boolean isConflict()
Boolean
public void setConflict(boolean value)
value
- allowed object is
Boolean
public boolean isSetConflict()
public void unsetConflict()
public MetadataModeType getMode()
MetadataModeType
public void setMode(MetadataModeType value)
value
- allowed object is
MetadataModeType
public boolean isSetMode()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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)
public MetadataValueType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.