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, weakReference
name, 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, unsetWeakReference
public byte[] getReferenceUl()
String
public void setReferenceUl(byte[] value)
value
- allowed object is
String
public boolean isSetReferenceUl()
public Object clone()
clone
in class MDObjectNode
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class MDObjectNode
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 MDObjectNode
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class MDObjectNode
Copyright © 2016. All rights reserved.