Class ShapeType

java.lang.Object
com.vidispine.generated.ShapeType
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 ShapeType 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 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:
  • Field Details

  • Constructor Details

    • ShapeType

      public ShapeType()
  • Method Details

    • 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()
    • getCreated

      public XMLGregorianCalendar getCreated()
      Gets the value of the created property.
      Returns:
      possible object is XMLGregorianCalendar
    • setCreated

      public void setCreated(XMLGregorianCalendar value)
      Sets the value of the created property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • 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

      Returns:
      The value of the tag property.
    • 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

      Returns:
      The value of the mimeType property.
    • 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

      Returns:
      The value of the binaryComponent property.
    • isSetBinaryComponent

      public boolean isSetBinaryComponent()
    • unsetBinaryComponent

      public void unsetBinaryComponent()
    • getContainerComponent

      public ContainerComponentType getContainerComponent()
      Gets the value of the containerComponent property.
      Returns:
      possible object is ContainerComponentType
    • setContainerComponent

      public void setContainerComponent(ContainerComponentType value)
      Sets the value of the containerComponent property.
      Parameters:
      value - allowed object is ContainerComponentType
    • 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

      Returns:
      The value of the descriptorComponent property.
    • 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

      Returns:
      The value of the audioComponent property.
    • 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

      Returns:
      The value of the videoComponent property.
    • 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

      Returns:
      The value of the subtitleComponent property.
    • isSetSubtitleComponent

      public boolean isSetSubtitleComponent()
    • unsetSubtitleComponent

      public void unsetSubtitleComponent()
    • getMetadata

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

      public void setMetadata(SimpleMetadataType value)
      Sets the value of the metadata property.
      Parameters:
      value - allowed object is SimpleMetadataType
    • 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

      Returns:
      The value of the item property.
    • isSetItem

      public boolean isSetItem()
    • unsetItem

      public void unsetItem()
    • 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
    • withId

      public ShapeType withId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withCreated

      public ShapeType withCreated(XMLGregorianCalendar value)
      Sets the value of the created property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
      Returns:
      The class instance
    • withEssenceVersion

      public ShapeType withEssenceVersion(Integer value)
      Sets the value of the essenceVersion property.
      Parameters:
      value - allowed object is Integer
      Returns:
      The class instance
    • withTag

      public ShapeType withTag(String... values)
      Adds objects to the list of Tag using add method
      Parameters:
      values - objects to add to the list Tag
      Returns:
      The class instance
    • withTag

      public ShapeType withTag(Collection<String> values)
      Adds objects to the list of Tag using addAll method
      Parameters:
      values - objects to add to the list Tag
      Returns:
      The class instance
    • withMimeType

      public ShapeType withMimeType(String... values)
      Adds objects to the list of MimeType using add method
      Parameters:
      values - objects to add to the list MimeType
      Returns:
      The class instance
    • withMimeType

      public ShapeType withMimeType(Collection<String> values)
      Adds objects to the list of MimeType using addAll method
      Parameters:
      values - objects to add to the list MimeType
      Returns:
      The class instance
    • withUuid

      public ShapeType withUuid(String value)
      Sets the value of the uuid property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withBinaryComponent

      public ShapeType withBinaryComponent(BinaryComponentType... values)
      Adds objects to the list of BinaryComponent using add method
      Parameters:
      values - objects to add to the list BinaryComponent
      Returns:
      The class instance
    • withBinaryComponent

      public ShapeType withBinaryComponent(Collection<BinaryComponentType> values)
      Adds objects to the list of BinaryComponent using addAll method
      Parameters:
      values - objects to add to the list BinaryComponent
      Returns:
      The class instance
    • withContainerComponent

      public ShapeType withContainerComponent(ContainerComponentType value)
      Sets the value of the containerComponent property.
      Parameters:
      value - allowed object is ContainerComponentType
      Returns:
      The class instance
    • withDescriptorComponent

      public ShapeType withDescriptorComponent(DescriptorComponentType... values)
      Adds objects to the list of DescriptorComponent using add method
      Parameters:
      values - objects to add to the list DescriptorComponent
      Returns:
      The class instance
    • withDescriptorComponent

      public ShapeType withDescriptorComponent(Collection<DescriptorComponentType> values)
      Adds objects to the list of DescriptorComponent using addAll method
      Parameters:
      values - objects to add to the list DescriptorComponent
      Returns:
      The class instance
    • withAudioComponent

      public ShapeType withAudioComponent(AudioComponentType... values)
      Adds objects to the list of AudioComponent using add method
      Parameters:
      values - objects to add to the list AudioComponent
      Returns:
      The class instance
    • withAudioComponent

      public ShapeType withAudioComponent(Collection<AudioComponentType> values)
      Adds objects to the list of AudioComponent using addAll method
      Parameters:
      values - objects to add to the list AudioComponent
      Returns:
      The class instance
    • withVideoComponent

      public ShapeType withVideoComponent(VideoComponentType... values)
      Adds objects to the list of VideoComponent using add method
      Parameters:
      values - objects to add to the list VideoComponent
      Returns:
      The class instance
    • withVideoComponent

      public ShapeType withVideoComponent(Collection<VideoComponentType> values)
      Adds objects to the list of VideoComponent using addAll method
      Parameters:
      values - objects to add to the list VideoComponent
      Returns:
      The class instance
    • withSubtitleComponent

      public ShapeType withSubtitleComponent(SubtitleComponentType... values)
      Adds objects to the list of SubtitleComponent using add method
      Parameters:
      values - objects to add to the list SubtitleComponent
      Returns:
      The class instance
    • withSubtitleComponent

      public ShapeType withSubtitleComponent(Collection<SubtitleComponentType> values)
      Adds objects to the list of SubtitleComponent using addAll method
      Parameters:
      values - objects to add to the list SubtitleComponent
      Returns:
      The class instance
    • withMetadata

      public ShapeType withMetadata(SimpleMetadataType value)
      Sets the value of the metadata property.
      Parameters:
      value - allowed object is SimpleMetadataType
      Returns:
      The class instance
    • withItem

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

      public ShapeType withItem(Collection<ShapeType.Item> values)
      Adds objects to the list of Item using addAll method
      Parameters:
      values - objects to add to the list Item
      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 ShapeType 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