public class MDObjectLeaf extends MDObjectBase implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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 | Class and Description |
---|---|
static class |
MDObjectLeaf.PropInfo |
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() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
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()
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
public MDObjectLeaf withHexValue(byte[] value)
public MDObjectLeaf withStringValue(String value)
public MDObjectLeaf withName(String value)
withName
in class MDObjectBase
public MDObjectLeaf withUl(byte[] value)
withUl
in class MDObjectBase
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
equals
in class MDObjectBase
public boolean equals(Object object)
equals
in class MDObjectBase
public MDObjectLeaf visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit
in class MDObjectBase
Copyright © 2018. All rights reserved.