Class MDObjectLeaf

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

.

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


 <complexType name="MDObjectLeaf">
   <complexContent>
     <extension base="{http://xml.vidispine.com/schema/vidispine}MDObjectBase">
       <sequence>
         <choice>
           <element name="hexValue" type="{http://www.w3.org/2001/XMLSchema}hexBinary"/>
           <element name="stringValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • hexValue

      protected byte[] hexValue
    • stringValue

      protected String stringValue
  • Constructor Details

    • MDObjectLeaf

      public MDObjectLeaf()
  • Method Details

    • getHexValue

      public byte[] getHexValue()
      Gets the value of the hexValue property.
      Returns:
      possible object is String
    • setHexValue

      public void setHexValue(byte[] value)
      Sets the value of the hexValue property.
      Parameters:
      value - allowed object is String
    • isSetHexValue

      public boolean isSetHexValue()
    • getStringValue

      public String getStringValue()
      Gets the value of the stringValue property.
      Returns:
      possible object is String
    • setStringValue

      public void setStringValue(String value)
      Sets the value of the stringValue property.
      Parameters:
      value - allowed object is String
    • isSetStringValue

      public boolean isSetStringValue()
    • 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
    • withHexValue

      public MDObjectLeaf withHexValue(byte[] value)
      Sets the value of the hexValue property.
      Parameters:
      value - allowed object is byte[]
      Returns:
      The class instance
    • withStringValue

      public MDObjectLeaf withStringValue(String value)
      Sets the value of the stringValue property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withName

      public MDObjectLeaf 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 MDObjectLeaf 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 MDObjectLeaf 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