Class MetadataWrapperType

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

.

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


 <complexType name="MetadataWrapperType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}MetadataType"/>
         <element name="oldMetadata" type="{http://xml.vidispine.com/schema/vidispine}MetadataListType" minOccurs="0"/>
         <element name="shape" type="{http://xml.vidispine.com/schema/vidispine}ShapeType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="shapeMetadata" type="{http://xml.vidispine.com/schema/vidispine}SimpleMetadataType" minOccurs="0"/>
         <element name="bulkyMetadata" type="{http://xml.vidispine.com/schema/vidispine}BulkyMetadataType"/>
         <element name="oldBulkyMetadata" type="{http://xml.vidispine.com/schema/vidispine}BulkyMetadataType" minOccurs="0"/>
         <element name="targetId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • MetadataWrapperType

      public MetadataWrapperType()
  • Method Details

    • getMetadata

      public MetadataType getMetadata()
      Gets the value of the metadata property.
      Returns:
      possible object is MetadataType
    • setMetadata

      public void setMetadata(MetadataType value)
      Sets the value of the metadata property.
      Parameters:
      value - allowed object is MetadataType
    • isSetMetadata

      public boolean isSetMetadata()
    • getOldMetadata

      public MetadataListType getOldMetadata()
      Gets the value of the oldMetadata property.
      Returns:
      possible object is MetadataListType
    • setOldMetadata

      public void setOldMetadata(MetadataListType value)
      Sets the value of the oldMetadata property.
      Parameters:
      value - allowed object is MetadataListType
    • isSetOldMetadata

      public boolean isSetOldMetadata()
    • getShape

      public List<ShapeType> getShape()
      Gets the value of the shape property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the shape property.

      For example, to add a new item, do as follows:

       getShape().add(newItem);
       

      Objects of the following type(s) are allowed in the list ShapeType

      Returns:
      The value of the shape property.
    • isSetShape

      public boolean isSetShape()
    • unsetShape

      public void unsetShape()
    • getShapeMetadata

      public SimpleMetadataType getShapeMetadata()
      Gets the value of the shapeMetadata property.
      Returns:
      possible object is SimpleMetadataType
    • setShapeMetadata

      public void setShapeMetadata(SimpleMetadataType value)
      Sets the value of the shapeMetadata property.
      Parameters:
      value - allowed object is SimpleMetadataType
    • isSetShapeMetadata

      public boolean isSetShapeMetadata()
    • getBulkyMetadata

      public BulkyMetadataType getBulkyMetadata()
      Gets the value of the bulkyMetadata property.
      Returns:
      possible object is BulkyMetadataType
    • setBulkyMetadata

      public void setBulkyMetadata(BulkyMetadataType value)
      Sets the value of the bulkyMetadata property.
      Parameters:
      value - allowed object is BulkyMetadataType
    • isSetBulkyMetadata

      public boolean isSetBulkyMetadata()
    • getOldBulkyMetadata

      public BulkyMetadataType getOldBulkyMetadata()
      Gets the value of the oldBulkyMetadata property.
      Returns:
      possible object is BulkyMetadataType
    • setOldBulkyMetadata

      public void setOldBulkyMetadata(BulkyMetadataType value)
      Sets the value of the oldBulkyMetadata property.
      Parameters:
      value - allowed object is BulkyMetadataType
    • isSetOldBulkyMetadata

      public boolean isSetOldBulkyMetadata()
    • getTargetId

      public String getTargetId()
      Gets the value of the targetId property.
      Returns:
      possible object is String
    • setTargetId

      public void setTargetId(String value)
      Sets the value of the targetId property.
      Parameters:
      value - allowed object is String
    • isSetTargetId

      public boolean isSetTargetId()
    • clone

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

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

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withMetadata

      public MetadataWrapperType withMetadata(MetadataType value)
      Sets the value of the metadata property.
      Parameters:
      value - allowed object is MetadataType
      Returns:
      The class instance
    • withOldMetadata

      public MetadataWrapperType withOldMetadata(MetadataListType value)
      Sets the value of the oldMetadata property.
      Parameters:
      value - allowed object is MetadataListType
      Returns:
      The class instance
    • withShape

      public MetadataWrapperType withShape(ShapeType... values)
      Adds objects to the list of Shape using add method
      Parameters:
      values - objects to add to the list Shape
      Returns:
      The class instance
    • withShape

      public MetadataWrapperType withShape(Collection<ShapeType> values)
      Adds objects to the list of Shape using addAll method
      Parameters:
      values - objects to add to the list Shape
      Returns:
      The class instance
    • withShapeMetadata

      public MetadataWrapperType withShapeMetadata(SimpleMetadataType value)
      Sets the value of the shapeMetadata property.
      Parameters:
      value - allowed object is SimpleMetadataType
      Returns:
      The class instance
    • withBulkyMetadata

      public MetadataWrapperType withBulkyMetadata(BulkyMetadataType value)
      Sets the value of the bulkyMetadata property.
      Parameters:
      value - allowed object is BulkyMetadataType
      Returns:
      The class instance
    • withOldBulkyMetadata

      public MetadataWrapperType withOldBulkyMetadata(BulkyMetadataType value)
      Sets the value of the oldBulkyMetadata property.
      Parameters:
      value - allowed object is BulkyMetadataType
      Returns:
      The class instance
    • withTargetId

      public MetadataWrapperType withTargetId(String value)
      Sets the value of the targetId property.
      Parameters:
      value - allowed object is String
      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
    • equals

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

      public MetadataWrapperType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • 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
    • hashCode

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

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