Class FileType

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

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

     <complexType name="FileType">
       <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="path" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
             <element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="size" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="hash" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="refreshFlag" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="sequence" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="storage" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/>
             <element name="storageDefinition" type="{http://xml.vidispine.com/schema/vidispine}StorageType" 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"/>
                       <element name="shape" 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"/>
                                 <element name="component" 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>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}SimpleMetadataType" minOccurs="0"/>
             <element name="range" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="start" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="count" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • FileType

        public FileType()
    • 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()
      • getPath

        public String getPath()
        Gets the value of the path property.
        Returns:
        possible object is String
      • setPath

        public void setPath​(String value)
        Sets the value of the path property.
        Parameters:
        value - allowed object is String
      • isSetPath

        public boolean isSetPath()
      • getUri

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

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

            getUri().add(newItem);
         

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

      • isSetUri

        public boolean isSetUri()
      • unsetUri

        public void unsetUri()
      • getState

        public String getState()
        Gets the value of the state property.
        Returns:
        possible object is String
      • setState

        public void setState​(String value)
        Sets the value of the state property.
        Parameters:
        value - allowed object is String
      • isSetState

        public boolean isSetState()
      • getSize

        public Long getSize()
        Gets the value of the size property.
        Returns:
        possible object is Long
      • setSize

        public void setSize​(Long value)
        Sets the value of the size property.
        Parameters:
        value - allowed object is Long
      • isSetSize

        public boolean isSetSize()
      • getHash

        public String getHash()
        Gets the value of the hash property.
        Returns:
        possible object is String
      • setHash

        public void setHash​(String value)
        Sets the value of the hash property.
        Parameters:
        value - allowed object is String
      • isSetHash

        public boolean isSetHash()
      • isSetTimestamp

        public boolean isSetTimestamp()
      • getRefreshFlag

        public Integer getRefreshFlag()
        Gets the value of the refreshFlag property.
        Returns:
        possible object is Integer
      • setRefreshFlag

        public void setRefreshFlag​(Integer value)
        Sets the value of the refreshFlag property.
        Parameters:
        value - allowed object is Integer
      • isSetRefreshFlag

        public boolean isSetRefreshFlag()
      • isSequence

        public Boolean isSequence()
        Gets the value of the sequence property.
        Returns:
        possible object is Boolean
      • setSequence

        public void setSequence​(Boolean value)
        Sets the value of the sequence property.
        Parameters:
        value - allowed object is Boolean
      • isSetSequence

        public boolean isSetSequence()
      • getStorage

        public String getStorage()
        Gets the value of the storage property.
        Returns:
        possible object is String
      • setStorage

        public void setStorage​(String value)
        Sets the value of the storage property.
        Parameters:
        value - allowed object is String
      • isSetStorage

        public boolean isSetStorage()
      • getStorageDefinition

        public StorageType getStorageDefinition()
        Gets the value of the storageDefinition property.
        Returns:
        possible object is StorageType
      • setStorageDefinition

        public void setStorageDefinition​(StorageType value)
        Sets the value of the storageDefinition property.
        Parameters:
        value - allowed object is StorageType
      • isSetStorageDefinition

        public boolean isSetStorageDefinition()
      • getItem

        public List<FileType.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 FileType.Item

      • isSetItem

        public boolean isSetItem()
      • unsetItem

        public void unsetItem()
      • isSetMetadata

        public boolean isSetMetadata()
      • getRange

        public List<FileType.Range> getRange()
        Gets the value of the range 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 range property.

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

            getRange().add(newItem);
         

        Objects of the following type(s) are allowed in the list FileType.Range

      • isSetRange

        public boolean isSetRange()
      • unsetRange

        public void unsetRange()
      • getType

        public String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • isSetType

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