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.
|
protected byte[] hexValue
protected String stringValue
public byte[] getHexValue()
String
public void setHexValue(byte[] value)
value
- allowed object is
String
public boolean isSetHexValue()
public String getStringValue()
String
public void setStringValue(String value)
value
- allowed object is
String
public boolean isSetStringValue()
public Object clone()
clone
in class MDObjectBase
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class MDObjectBase
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
copyTo
in class MDObjectBase
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class MDObjectBase
Copyright © 2016. All rights reserved.