public class MDObjectLeaf extends MDObjectBase implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for MDObjectLeaf complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MDObjectLeaf">
<complexContent>
<extension base="{http://xml.vidispine.com/schema/vidispine}MDObjectBase">
<sequence>
<choice>
<element name="hexValue" type="{http://www.w3.org/2001/XMLSchema}hexBinary"/>
<element name="stringValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
hexValue |
protected String |
stringValue |
name, ul| Constructor and Description |
|---|
MDObjectLeaf() |
| 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() |
byte[] |
getHexValue()
Gets the value of the hexValue property.
|
String |
getStringValue()
Gets the value of the stringValue property.
|
boolean |
isSetHexValue() |
boolean |
isSetStringValue() |
void |
setHexValue(byte[] value)
Sets the value of the hexValue property.
|
void |
setStringValue(String value)
Sets the value of the stringValue property.
|
MDObjectLeaf |
withHexValue(byte[] value) |
MDObjectLeaf |
withName(String value) |
MDObjectLeaf |
withStringValue(String value) |
MDObjectLeaf |
withUl(byte[] value) |
protected byte[] hexValue
protected String stringValue
public byte[] getHexValue()
Stringpublic void setHexValue(byte[] value)
value - allowed object is
Stringpublic boolean isSetHexValue()
public String getStringValue()
Stringpublic void setStringValue(String value)
value - allowed object is
Stringpublic boolean isSetStringValue()
public Object clone()
clone in class MDObjectBasepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class MDObjectBasepublic 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.CopyTocopyTo in class MDObjectBasepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class MDObjectBasepublic MDObjectLeaf withHexValue(byte[] value)
public MDObjectLeaf withStringValue(String value)
public MDObjectLeaf withName(String value)
withName in class MDObjectBasepublic MDObjectLeaf withUl(byte[] value)
withUl in class MDObjectBaseCopyright © 2015. All rights reserved.