Class StorageMethodType

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

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

     <complexType name="StorageMethodType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="loc" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
             <element name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/>
             <element name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
             <element name="bandwidth" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
             <element name="read" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="write" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="browse" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="lastSuccess" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="lastFailure" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="failureMessage" 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="metadata" type="{http://xml.vidispine.com/schema/vidispine}SimpleMetadataType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • StorageMethodType

        public StorageMethodType()
    • Method Detail

      • getLoc

        public String getLoc()
        Gets the value of the loc property.
        Returns:
        possible object is String
      • setLoc

        public void setLoc​(String value)
        Sets the value of the loc property.
        Parameters:
        value - allowed object is String
      • isSetLoc

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

        public String getUri()
        Gets the value of the uri property.
        Returns:
        possible object is String
      • setUri

        public void setUri​(String value)
        Sets the value of the uri property.
        Parameters:
        value - allowed object is String
      • isSetUri

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

        public boolean isRead()
        Gets the value of the read property.
      • setRead

        public void setRead​(boolean value)
        Sets the value of the read property.
      • isSetRead

        public boolean isSetRead()
      • isWrite

        public boolean isWrite()
        Gets the value of the write property.
      • setWrite

        public void setWrite​(boolean value)
        Sets the value of the write property.
      • isSetWrite

        public boolean isSetWrite()
      • isBrowse

        public boolean isBrowse()
        Gets the value of the browse property.
      • setBrowse

        public void setBrowse​(boolean value)
        Sets the value of the browse property.
      • isSetBrowse

        public boolean isSetBrowse()
      • isSetLastSuccess

        public boolean isSetLastSuccess()
      • isSetLastFailure

        public boolean isSetLastFailure()
      • getFailureMessage

        public String getFailureMessage()
        Gets the value of the failureMessage property.
        Returns:
        possible object is String
      • setFailureMessage

        public void setFailureMessage​(String value)
        Sets the value of the failureMessage property.
        Parameters:
        value - allowed object is String
      • isSetFailureMessage

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

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