Package com.vidispine.generated
Class MDObjectLeaf
java.lang.Object
com.vidispine.generated.MDObjectBase
com.vidispine.generated.MDObjectLeaf
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
public class MDObjectLeaf
extends MDObjectBase
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class com.vidispine.generated.MDObjectBase
name, ul
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) byte[]
Gets the value of the hexValue property.Gets the value of the stringValue property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
void
setHexValue
(byte[] value) Sets the value of the hexValue property.void
setStringValue
(String value) Sets the value of the stringValue property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withHexValue
(byte[] value) Sets the value of the hexValue property.Sets the value of the name property.withStringValue
(String value) Sets the value of the stringValue property.withUl
(byte[] value) Sets the value of the ul property.
-
Field Details
-
hexValue
protected byte[] hexValue -
stringValue
-
-
Constructor Details
-
MDObjectLeaf
public MDObjectLeaf()
-
-
Method Details
-
getHexValue
public byte[] getHexValue()Gets the value of the hexValue property.- Returns:
- possible object is
String
-
setHexValue
public void setHexValue(byte[] value) Sets the value of the hexValue property.- Parameters:
value
- allowed object isString
-
isSetHexValue
public boolean isSetHexValue() -
getStringValue
Gets the value of the stringValue property.- Returns:
- possible object is
String
-
setStringValue
Sets the value of the stringValue property.- Parameters:
value
- allowed object isString
-
isSetStringValue
public boolean isSetStringValue() -
clone
- Overrides:
clone
in classMDObjectBase
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classMDObjectBase
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classMDObjectBase
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
createNewInstance
in classMDObjectBase
-
withHexValue
Sets the value of the hexValue property.- Parameters:
value
- allowed object is byte[]- Returns:
- The class instance
-
withStringValue
Sets the value of the stringValue property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withName
Sets the value of the name property.- Overrides:
withName
in classMDObjectBase
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withUl
Sets the value of the ul property.- Overrides:
withUl
in classMDObjectBase
- Parameters:
value
- allowed object is byte[]- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
- Overrides:
equals
in classMDObjectBase
-
equals
- Overrides:
equals
in classMDObjectBase
-
visit
- Overrides:
visit
in classMDObjectBase
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
- Overrides:
hashCode
in classMDObjectBase
-
hashCode
public int hashCode()- Overrides:
hashCode
in classMDObjectBase
-
toString
- Overrides:
toString
in classMDObjectBase
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
append
in classMDObjectBase
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
appendFields
in classMDObjectBase
-