public class MDObjectStrongReference extends MDObjectNode implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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 | Class and Description |
---|---|
static class |
MDObjectStrongReference.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected byte[] |
referenceUl |
child, instanceUid, leaf, strongReference, weakReference
name, ul
Constructor and Description |
---|
MDObjectStrongReference() |
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
public MDObjectStrongReference withReferenceUl(byte[] value)
public MDObjectStrongReference withLeaf(MDObjectLeaf... values)
withLeaf
in class MDObjectNode
public MDObjectStrongReference withLeaf(Collection<MDObjectLeaf> values)
withLeaf
in class MDObjectNode
public MDObjectStrongReference withChild(MDObjectNode... values)
withChild
in class MDObjectNode
public MDObjectStrongReference withChild(Collection<MDObjectNode> values)
withChild
in class MDObjectNode
public MDObjectStrongReference withStrongReference(MDObjectStrongReference... values)
withStrongReference
in class MDObjectNode
public MDObjectStrongReference withStrongReference(Collection<MDObjectStrongReference> values)
withStrongReference
in class MDObjectNode
public MDObjectStrongReference withWeakReference(MDObjectWeakReference... values)
withWeakReference
in class MDObjectNode
public MDObjectStrongReference withWeakReference(Collection<MDObjectWeakReference> values)
withWeakReference
in class MDObjectNode
public MDObjectStrongReference withInstanceUid(byte[] value)
withInstanceUid
in class MDObjectNode
public MDObjectStrongReference withName(String value)
withName
in class MDObjectNode
public MDObjectStrongReference withUl(byte[] value)
withUl
in class MDObjectNode
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 MDObjectNode
public boolean equals(Object object)
equals
in class MDObjectNode
public MDObjectStrongReference visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit
in class MDObjectNode
Copyright © 2018. All rights reserved.