Class StorageType

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

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

     <complexType name="StorageType">
       <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="state" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="priority" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="capacity" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="freeCapacity" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="bandwidth" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="method" type="{http://xml.vidispine.com/schema/vidispine}StorageMethodType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}SimpleMetadataType" minOccurs="0"/>
             <element name="lowWatermark" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="highWatermark" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="lowWatermarkPercentage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="highWatermarkPercentage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="autoDetect" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="bean" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="showImportables" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="projection" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="scanInterval" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="archiveScript" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="sequence" type="{http://xml.vidispine.com/schema/vidispine}StorageFileSequenceType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="sequenceTimeout" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • StorageType

        public StorageType()
    • 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()
      • 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()
      • getPriority

        public String getPriority()
        Gets the value of the priority property.
        Returns:
        possible object is String
      • setPriority

        public void setPriority​(String value)
        Sets the value of the priority property.
        Parameters:
        value - allowed object is String
      • isSetPriority

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

        public Long getCapacity()
        Gets the value of the capacity property.
        Returns:
        possible object is Long
      • setCapacity

        public void setCapacity​(Long value)
        Sets the value of the capacity property.
        Parameters:
        value - allowed object is Long
      • isSetCapacity

        public boolean isSetCapacity()
      • getFreeCapacity

        public Long getFreeCapacity()
        Gets the value of the freeCapacity property.
        Returns:
        possible object is Long
      • setFreeCapacity

        public void setFreeCapacity​(Long value)
        Sets the value of the freeCapacity property.
        Parameters:
        value - allowed object is Long
      • isSetFreeCapacity

        public boolean isSetFreeCapacity()
      • getBandwidth

        public Long getBandwidth()
        Gets the value of the bandwidth property.
        Returns:
        possible object is Long
      • setBandwidth

        public void setBandwidth​(Long value)
        Sets the value of the bandwidth property.
        Parameters:
        value - allowed object is Long
      • isSetBandwidth

        public boolean isSetBandwidth()
      • isSetTimestamp

        public boolean isSetTimestamp()
      • getMethod

        public List<StorageMethodType> getMethod()
        Gets the value of the method 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 method property.

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

            getMethod().add(newItem);
         

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

      • isSetMethod

        public boolean isSetMethod()
      • unsetMethod

        public void unsetMethod()
      • isSetMetadata

        public boolean isSetMetadata()
      • getLowWatermark

        public Long getLowWatermark()
        Gets the value of the lowWatermark property.
        Returns:
        possible object is Long
      • setLowWatermark

        public void setLowWatermark​(Long value)
        Sets the value of the lowWatermark property.
        Parameters:
        value - allowed object is Long
      • isSetLowWatermark

        public boolean isSetLowWatermark()
      • getHighWatermark

        public Long getHighWatermark()
        Gets the value of the highWatermark property.
        Returns:
        possible object is Long
      • setHighWatermark

        public void setHighWatermark​(Long value)
        Sets the value of the highWatermark property.
        Parameters:
        value - allowed object is Long
      • isSetHighWatermark

        public boolean isSetHighWatermark()
      • getLowWatermarkPercentage

        public Integer getLowWatermarkPercentage()
        Gets the value of the lowWatermarkPercentage property.
        Returns:
        possible object is Integer
      • setLowWatermarkPercentage

        public void setLowWatermarkPercentage​(Integer value)
        Sets the value of the lowWatermarkPercentage property.
        Parameters:
        value - allowed object is Integer
      • isSetLowWatermarkPercentage

        public boolean isSetLowWatermarkPercentage()
      • getHighWatermarkPercentage

        public Integer getHighWatermarkPercentage()
        Gets the value of the highWatermarkPercentage property.
        Returns:
        possible object is Integer
      • setHighWatermarkPercentage

        public void setHighWatermarkPercentage​(Integer value)
        Sets the value of the highWatermarkPercentage property.
        Parameters:
        value - allowed object is Integer
      • isSetHighWatermarkPercentage

        public boolean isSetHighWatermarkPercentage()
      • isAutoDetect

        public Boolean isAutoDetect()
        Gets the value of the autoDetect property.
        Returns:
        possible object is Boolean
      • setAutoDetect

        public void setAutoDetect​(Boolean value)
        Sets the value of the autoDetect property.
        Parameters:
        value - allowed object is Boolean
      • isSetAutoDetect

        public boolean isSetAutoDetect()
      • getBean

        public String getBean()
        Gets the value of the bean property.
        Returns:
        possible object is String
      • setBean

        public void setBean​(String value)
        Sets the value of the bean property.
        Parameters:
        value - allowed object is String
      • isSetBean

        public boolean isSetBean()
      • isShowImportables

        public Boolean isShowImportables()
        Gets the value of the showImportables property.
        Returns:
        possible object is Boolean
      • setShowImportables

        public void setShowImportables​(Boolean value)
        Sets the value of the showImportables property.
        Parameters:
        value - allowed object is Boolean
      • isSetShowImportables

        public boolean isSetShowImportables()
      • getProjection

        public String getProjection()
        Gets the value of the projection property.
        Returns:
        possible object is String
      • setProjection

        public void setProjection​(String value)
        Sets the value of the projection property.
        Parameters:
        value - allowed object is String
      • isSetProjection

        public boolean isSetProjection()
      • getScanInterval

        public Integer getScanInterval()
        Gets the value of the scanInterval property.
        Returns:
        possible object is Integer
      • setScanInterval

        public void setScanInterval​(Integer value)
        Sets the value of the scanInterval property.
        Parameters:
        value - allowed object is Integer
      • isSetScanInterval

        public boolean isSetScanInterval()
      • getArchiveScript

        public String getArchiveScript()
        Gets the value of the archiveScript property.
        Returns:
        possible object is String
      • setArchiveScript

        public void setArchiveScript​(String value)
        Sets the value of the archiveScript property.
        Parameters:
        value - allowed object is String
      • isSetArchiveScript

        public boolean isSetArchiveScript()
      • getSequence

        public List<StorageFileSequenceType> getSequence()
        Gets the value of the sequence 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 sequence property.

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

            getSequence().add(newItem);
         

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

      • isSetSequence

        public boolean isSetSequence()
      • unsetSequence

        public void unsetSequence()
      • getSequenceTimeout

        public Integer getSequenceTimeout()
        Gets the value of the sequenceTimeout property.
        Returns:
        possible object is Integer
      • setSequenceTimeout

        public void setSequenceTimeout​(Integer value)
        Sets the value of the sequenceTimeout property.
        Parameters:
        value - allowed object is Integer
      • isSetSequenceTimeout

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

        public StorageType withLowWatermarkPercentage​(Integer value)
      • withHighWatermarkPercentage

        public StorageType withHighWatermarkPercentage​(Integer value)
      • 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 StorageType 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