Class ShapeType

  • 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 ShapeType
    extends Object
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for ShapeType complex type.

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

     <complexType name="ShapeType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/>
             <element name="created" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="essenceVersion" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="tag" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
             <element name="mimeType" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
             <element name="uuid" type="{http://xml.vidispine.com/schema/vidispine}UUIDType" minOccurs="0"/>
             <element name="binaryComponent" type="{http://xml.vidispine.com/schema/vidispine}BinaryComponentType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="containerComponent" type="{http://xml.vidispine.com/schema/vidispine}ContainerComponentType" minOccurs="0"/>
             <element name="descriptorComponent" type="{http://xml.vidispine.com/schema/vidispine}DescriptorComponentType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="audioComponent" type="{http://xml.vidispine.com/schema/vidispine}AudioComponentType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="videoComponent" type="{http://xml.vidispine.com/schema/vidispine}VideoComponentType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="subtitleComponent" type="{http://xml.vidispine.com/schema/vidispine}SubtitleComponentType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}SimpleMetadataType" minOccurs="0"/>
             <element name="item" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ShapeType

        public ShapeType()
    • Method Detail

      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • isSetId

        public boolean isSetId()
      • isSetCreated

        public boolean isSetCreated()
      • getEssenceVersion

        public Integer getEssenceVersion()
        Gets the value of the essenceVersion property.
        Returns:
        possible object is Integer
      • setEssenceVersion

        public void setEssenceVersion​(Integer value)
        Sets the value of the essenceVersion property.
        Parameters:
        value - allowed object is Integer
      • isSetEssenceVersion

        public boolean isSetEssenceVersion()
      • getTag

        public List<String> getTag()
        Gets the value of the tag 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 tag property.

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

            getTag().add(newItem);
         

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

      • isSetTag

        public boolean isSetTag()
      • unsetTag

        public void unsetTag()
      • getMimeType

        public List<String> getMimeType()
        Gets the value of the mimeType 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 mimeType property.

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

            getMimeType().add(newItem);
         

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

      • isSetMimeType

        public boolean isSetMimeType()
      • unsetMimeType

        public void unsetMimeType()
      • getUuid

        public String getUuid()
        Gets the value of the uuid property.
        Returns:
        possible object is String
      • setUuid

        public void setUuid​(String value)
        Sets the value of the uuid property.
        Parameters:
        value - allowed object is String
      • isSetUuid

        public boolean isSetUuid()
      • getBinaryComponent

        public List<BinaryComponentType> getBinaryComponent()
        Gets the value of the binaryComponent 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 binaryComponent property.

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

            getBinaryComponent().add(newItem);
         

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

      • isSetBinaryComponent

        public boolean isSetBinaryComponent()
      • unsetBinaryComponent

        public void unsetBinaryComponent()
      • isSetContainerComponent

        public boolean isSetContainerComponent()
      • getDescriptorComponent

        public List<DescriptorComponentType> getDescriptorComponent()
        Gets the value of the descriptorComponent 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 descriptorComponent property.

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

            getDescriptorComponent().add(newItem);
         

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

      • isSetDescriptorComponent

        public boolean isSetDescriptorComponent()
      • unsetDescriptorComponent

        public void unsetDescriptorComponent()
      • getAudioComponent

        public List<AudioComponentType> getAudioComponent()
        Gets the value of the audioComponent 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 audioComponent property.

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

            getAudioComponent().add(newItem);
         

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

      • isSetAudioComponent

        public boolean isSetAudioComponent()
      • unsetAudioComponent

        public void unsetAudioComponent()
      • getVideoComponent

        public List<VideoComponentType> getVideoComponent()
        Gets the value of the videoComponent 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 videoComponent property.

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

            getVideoComponent().add(newItem);
         

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

      • isSetVideoComponent

        public boolean isSetVideoComponent()
      • unsetVideoComponent

        public void unsetVideoComponent()
      • getSubtitleComponent

        public List<SubtitleComponentType> getSubtitleComponent()
        Gets the value of the subtitleComponent 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 subtitleComponent property.

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

            getSubtitleComponent().add(newItem);
         

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

      • isSetSubtitleComponent

        public boolean isSetSubtitleComponent()
      • unsetSubtitleComponent

        public void unsetSubtitleComponent()
      • isSetMetadata

        public boolean isSetMetadata()
      • getItem

        public List<ShapeType.Item> getItem()
        Gets the value of the item 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 item property.

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

            getItem().add(newItem);
         

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

      • isSetItem

        public boolean isSetItem()
      • unsetItem

        public void unsetItem()
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • 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 interface org.jvnet.jaxb2_commons.lang.Equals2
      • visit

        public ShapeType visit​(com.kscs.util.jaxb.PropertyVisitor _visitor_)
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object