public class MDObjectStrongReference extends MDObjectNode implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for MDObjectStrongReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MDObjectStrongReference">
<complexContent>
<extension base="{http://xml.vidispine.com/schema/vidispine}MDObjectNode">
<attribute name="referenceUl" use="required" type="{http://xml.vidispine.com/schema/vidispine}ULType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
referenceUl |
child, instanceUid, leaf, strongReference, weakReferencename, ul| Constructor and Description |
|---|
MDObjectStrongReference() |
| 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[] |
getReferenceUl()
Gets the value of the referenceUl property.
|
boolean |
isSetReferenceUl() |
void |
setReferenceUl(byte[] value)
Sets the value of the referenceUl property.
|
getChild, getInstanceUid, getLeaf, getStrongReference, getWeakReference, isSetChild, isSetInstanceUid, isSetLeaf, isSetStrongReference, isSetWeakReference, setInstanceUid, unsetChild, unsetLeaf, unsetStrongReference, unsetWeakReferencepublic byte[] getReferenceUl()
Stringpublic void setReferenceUl(byte[] value)
value - allowed object is
Stringpublic boolean isSetReferenceUl()
public Object clone()
clone in class MDObjectNodepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class MDObjectNodepublic 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 MDObjectNodepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class MDObjectNodeCopyright © 2015. All rights reserved.