Class ItemType

  • 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 ItemType
    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 ItemType complex type.

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

     <complexType name="ItemType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}MetadataType" minOccurs="0"/>
             <element name="thumbnails" type="{http://xml.vidispine.com/schema/vidispine}URIListType" minOccurs="0"/>
             <element name="posters" type="{http://xml.vidispine.com/schema/vidispine}URIListType" minOccurs="0"/>
             <element name="files" type="{http://xml.vidispine.com/schema/vidispine}URIListType" minOccurs="0"/>
             <element name="terse" type="{http://xml.vidispine.com/schema/vidispine}GenericType" minOccurs="0"/>
             <element name="shape" type="{http://xml.vidispine.com/schema/vidispine}ShapeType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="merged-access" type="{http://xml.vidispine.com/schema/vidispine}AccessControlMergedType" minOccurs="0"/>
             <element name="access" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="permission" type="{http://www.w3.org/2001/XMLSchema}string"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="timespan" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="field" maxOccurs="unbounded" minOccurs="0">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <sequence>
                                 <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
                                 <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                               </sequence>
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </sequence>
                     <attribute name="start" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="end" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="externalId" type="{http://xml.vidispine.com/schema/vidispine}ExternalIdentifierType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" />
           <attribute name="start" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="end" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="base" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ItemType

        public ItemType()
    • Method Detail

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

        public URIListType getThumbnails()
        Gets the value of the thumbnails property.
        Returns:
        possible object is URIListType
      • setThumbnails

        public void setThumbnails​(URIListType value)
        Sets the value of the thumbnails property.
        Parameters:
        value - allowed object is URIListType
      • isSetThumbnails

        public boolean isSetThumbnails()
      • getPosters

        public URIListType getPosters()
        Gets the value of the posters property.
        Returns:
        possible object is URIListType
      • setPosters

        public void setPosters​(URIListType value)
        Sets the value of the posters property.
        Parameters:
        value - allowed object is URIListType
      • isSetPosters

        public boolean isSetPosters()
      • getFiles

        public URIListType getFiles()
        Gets the value of the files property.
        Returns:
        possible object is URIListType
      • setFiles

        public void setFiles​(URIListType value)
        Sets the value of the files property.
        Parameters:
        value - allowed object is URIListType
      • isSetFiles

        public boolean isSetFiles()
      • getTerse

        public GenericType getTerse()
        Gets the value of the terse property.
        Returns:
        possible object is GenericType
      • setTerse

        public void setTerse​(GenericType value)
        Sets the value of the terse property.
        Parameters:
        value - allowed object is GenericType
      • isSetTerse

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

      • isSetShape

        public boolean isSetShape()
      • unsetShape

        public void unsetShape()
      • isSetMergedAccess

        public boolean isSetMergedAccess()
      • getAccess

        public List<ItemType.Access> getAccess()
        Gets the value of the access 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 access property.

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

            getAccess().add(newItem);
         

        Objects of the following type(s) are allowed in the list ItemType.Access

      • isSetAccess

        public boolean isSetAccess()
      • unsetAccess

        public void unsetAccess()
      • getTimespan

        public List<ItemType.Timespan> getTimespan()
        Gets the value of the timespan 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 timespan property.

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

            getTimespan().add(newItem);
         

        Objects of the following type(s) are allowed in the list ItemType.Timespan

      • isSetTimespan

        public boolean isSetTimespan()
      • unsetTimespan

        public void unsetTimespan()
      • getExternalId

        public List<ExternalIdentifierType> getExternalId()
        Gets the value of the externalId 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 externalId property.

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

            getExternalId().add(newItem);
         

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

      • isSetExternalId

        public boolean isSetExternalId()
      • unsetExternalId

        public void unsetExternalId()
      • 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()
      • getStart

        public String getStart()
        Gets the value of the start property.
        Returns:
        possible object is String
      • setStart

        public void setStart​(String value)
        Sets the value of the start property.
        Parameters:
        value - allowed object is String
      • isSetStart

        public boolean isSetStart()
      • getEnd

        public String getEnd()
        Gets the value of the end property.
        Returns:
        possible object is String
      • setEnd

        public void setEnd​(String value)
        Sets the value of the end property.
        Parameters:
        value - allowed object is String
      • isSetEnd

        public boolean isSetEnd()
      • getBase

        public String getBase()
        Gets the value of the base property.
        Returns:
        possible object is String
      • setBase

        public void setBase​(String value)
        Sets the value of the base property.
        Parameters:
        value - allowed object is String
      • isSetBase

        public boolean isSetBase()
      • 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 ItemType 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