Package com.vidispine.generated
Class MDObjectStrongReference
- java.lang.Object
-
- com.vidispine.generated.MDObjectBase
-
- com.vidispine.generated.MDObjectNode
-
- com.vidispine.generated.MDObjectStrongReference
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class MDObjectStrongReference extends MDObjectNode implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MDObjectStrongReference.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected byte[]
referenceUl
-
Fields inherited from class com.vidispine.generated.MDObjectNode
child, instanceUid, leaf, strongReference, weakReference
-
Fields inherited from class com.vidispine.generated.MDObjectBase
name, ul
-
-
Constructor Summary
Constructors Constructor Description MDObjectStrongReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy)
byte[]
getReferenceUl()
Gets the value of the referenceUl property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetReferenceUl()
void
setReferenceUl(byte[] value)
Sets the value of the referenceUl property.MDObjectStrongReference
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
MDObjectStrongReference
withChild(MDObjectNode... values)
MDObjectStrongReference
withChild(Collection<MDObjectNode> values)
MDObjectStrongReference
withInstanceUid(byte[] value)
MDObjectStrongReference
withLeaf(MDObjectLeaf... values)
MDObjectStrongReference
withLeaf(Collection<MDObjectLeaf> values)
MDObjectStrongReference
withName(String value)
MDObjectStrongReference
withReferenceUl(byte[] value)
MDObjectStrongReference
withStrongReference(MDObjectStrongReference... values)
MDObjectStrongReference
withStrongReference(Collection<MDObjectStrongReference> values)
MDObjectStrongReference
withUl(byte[] value)
MDObjectStrongReference
withWeakReference(MDObjectWeakReference... values)
MDObjectStrongReference
withWeakReference(Collection<MDObjectWeakReference> values)
-
Methods inherited from class com.vidispine.generated.MDObjectNode
getChild, getInstanceUid, getLeaf, getStrongReference, getWeakReference, isSetChild, isSetInstanceUid, isSetLeaf, isSetStrongReference, isSetWeakReference, setInstanceUid, unsetChild, unsetLeaf, unsetStrongReference, unsetWeakReference
-
-
-
-
Method Detail
-
getReferenceUl
public byte[] getReferenceUl()
Gets the value of the referenceUl property.- Returns:
- possible object is
String
-
setReferenceUl
public void setReferenceUl(byte[] value)
Sets the value of the referenceUl property.- Parameters:
value
- allowed object isString
-
isSetReferenceUl
public boolean isSetReferenceUl()
-
clone
public Object clone()
- Overrides:
clone
in classMDObjectNode
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classMDObjectNode
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classMDObjectNode
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classMDObjectNode
-
withReferenceUl
public MDObjectStrongReference withReferenceUl(byte[] value)
-
withLeaf
public MDObjectStrongReference withLeaf(MDObjectLeaf... values)
- Overrides:
withLeaf
in classMDObjectNode
-
withLeaf
public MDObjectStrongReference withLeaf(Collection<MDObjectLeaf> values)
- Overrides:
withLeaf
in classMDObjectNode
-
withChild
public MDObjectStrongReference withChild(MDObjectNode... values)
- Overrides:
withChild
in classMDObjectNode
-
withChild
public MDObjectStrongReference withChild(Collection<MDObjectNode> values)
- Overrides:
withChild
in classMDObjectNode
-
withStrongReference
public MDObjectStrongReference withStrongReference(MDObjectStrongReference... values)
- Overrides:
withStrongReference
in classMDObjectNode
-
withStrongReference
public MDObjectStrongReference withStrongReference(Collection<MDObjectStrongReference> values)
- Overrides:
withStrongReference
in classMDObjectNode
-
withWeakReference
public MDObjectStrongReference withWeakReference(MDObjectWeakReference... values)
- Overrides:
withWeakReference
in classMDObjectNode
-
withWeakReference
public MDObjectStrongReference withWeakReference(Collection<MDObjectWeakReference> values)
- Overrides:
withWeakReference
in classMDObjectNode
-
withInstanceUid
public MDObjectStrongReference withInstanceUid(byte[] value)
- Overrides:
withInstanceUid
in classMDObjectNode
-
withName
public MDObjectStrongReference withName(String value)
- Overrides:
withName
in classMDObjectNode
-
withUl
public MDObjectStrongReference withUl(byte[] value)
- Overrides:
withUl
in classMDObjectNode
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
- Overrides:
equals
in classMDObjectNode
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classMDObjectNode
-
visit
public MDObjectStrongReference visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classMDObjectNode
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
- Overrides:
hashCode
in classMDObjectNode
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classMDObjectNode
-
-