Class MDObjectStrongReference

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 MDObjectStrongReference extends MDObjectNode 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 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:
  • Field Details

    • referenceUl

      protected byte[] referenceUl
  • Constructor Details

    • MDObjectStrongReference

      public MDObjectStrongReference()
  • Method Details

    • 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 is String
    • isSetReferenceUl

      public boolean isSetReferenceUl()
    • clone

      public Object clone()
      Overrides:
      clone in class MDObjectNode
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      copyTo in class MDObjectNode
    • copyTo

      public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      copyTo in class MDObjectNode
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      createNewInstance in class MDObjectNode
    • withReferenceUl

      public MDObjectStrongReference withReferenceUl(byte[] value)
      Sets the value of the referenceUl property.
      Parameters:
      value - allowed object is byte[]
      Returns:
      The class instance
    • withLeaf

      public MDObjectStrongReference withLeaf(MDObjectLeaf... values)
      Adds objects to the list of Leaf using add method
      Overrides:
      withLeaf in class MDObjectNode
      Parameters:
      values - objects to add to the list Leaf
      Returns:
      The class instance
    • withLeaf

      public MDObjectStrongReference withLeaf(Collection<MDObjectLeaf> values)
      Adds objects to the list of Leaf using addAll method
      Overrides:
      withLeaf in class MDObjectNode
      Parameters:
      values - objects to add to the list Leaf
      Returns:
      The class instance
    • withChild

      public MDObjectStrongReference withChild(MDObjectNode... values)
      Adds objects to the list of Child using add method
      Overrides:
      withChild in class MDObjectNode
      Parameters:
      values - objects to add to the list Child
      Returns:
      The class instance
    • withChild

      public MDObjectStrongReference withChild(Collection<MDObjectNode> values)
      Adds objects to the list of Child using addAll method
      Overrides:
      withChild in class MDObjectNode
      Parameters:
      values - objects to add to the list Child
      Returns:
      The class instance
    • withStrongReference

      public MDObjectStrongReference withStrongReference(MDObjectStrongReference... values)
      Adds objects to the list of StrongReference using add method
      Overrides:
      withStrongReference in class MDObjectNode
      Parameters:
      values - objects to add to the list StrongReference
      Returns:
      The class instance
    • withStrongReference

      public MDObjectStrongReference withStrongReference(Collection<MDObjectStrongReference> values)
      Adds objects to the list of StrongReference using addAll method
      Overrides:
      withStrongReference in class MDObjectNode
      Parameters:
      values - objects to add to the list StrongReference
      Returns:
      The class instance
    • withWeakReference

      public MDObjectStrongReference withWeakReference(MDObjectWeakReference... values)
      Adds objects to the list of WeakReference using add method
      Overrides:
      withWeakReference in class MDObjectNode
      Parameters:
      values - objects to add to the list WeakReference
      Returns:
      The class instance
    • withWeakReference

      public MDObjectStrongReference withWeakReference(Collection<MDObjectWeakReference> values)
      Adds objects to the list of WeakReference using addAll method
      Overrides:
      withWeakReference in class MDObjectNode
      Parameters:
      values - objects to add to the list WeakReference
      Returns:
      The class instance
    • withInstanceUid

      public MDObjectStrongReference withInstanceUid(byte[] value)
      Sets the value of the instanceUid property.
      Overrides:
      withInstanceUid in class MDObjectNode
      Parameters:
      value - allowed object is byte[]
      Returns:
      The class instance
    • withName

      public MDObjectStrongReference withName(String value)
      Sets the value of the name property.
      Overrides:
      withName in class MDObjectNode
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withUl

      public MDObjectStrongReference withUl(byte[] value)
      Sets the value of the ul property.
      Overrides:
      withUl in class MDObjectNode
      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 interface org.jvnet.jaxb.lang.Equals
      Overrides:
      equals in class MDObjectNode
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class MDObjectNode
    • visit

      public MDObjectStrongReference visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
      Overrides:
      visit in class MDObjectNode
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
      Overrides:
      hashCode in class MDObjectNode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class MDObjectNode
    • toString

      public String toString()
      Overrides:
      toString in class MDObjectNode
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
      Overrides:
      append in class MDObjectNode
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString
      Overrides:
      appendFields in class MDObjectNode