Class MDObjectWeakReference

java.lang.Object
com.vidispine.generated.MDObjectBase
com.vidispine.generated.MDObjectWeakReference
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 MDObjectWeakReference extends MDObjectBase 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 MDObjectWeakReference complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="MDObjectWeakReference">
   <complexContent>
     <extension base="{http://xml.vidispine.com/schema/vidispine}MDObjectBase">
       <sequence>
         <element name="target" type="{http://xml.vidispine.com/schema/vidispine}InstanceUID"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • target

      protected byte[] target
  • Constructor Details

    • MDObjectWeakReference

      public MDObjectWeakReference()
  • Method Details

    • getTarget

      public byte[] getTarget()
      Gets the value of the target property.
      Returns:
      possible object is String
    • setTarget

      public void setTarget(byte[] value)
      Sets the value of the target property.
      Parameters:
      value - allowed object is String
    • isSetTarget

      public boolean isSetTarget()
    • clone

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

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      copyTo in class MDObjectBase
    • 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 MDObjectBase
    • createNewInstance

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

      public MDObjectWeakReference withTarget(byte[] value)
      Sets the value of the target property.
      Parameters:
      value - allowed object is byte[]
      Returns:
      The class instance
    • withName

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

      public MDObjectWeakReference withUl(byte[] value)
      Sets the value of the ul property.
      Overrides:
      withUl in class MDObjectBase
      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 MDObjectBase
    • equals

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

      public MDObjectWeakReference visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
      Overrides:
      visit in class MDObjectBase
    • 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 MDObjectBase
    • hashCode

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

      public String toString()
      Overrides:
      toString in class MDObjectBase
    • 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 MDObjectBase
    • 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 MDObjectBase