Class Storage


  • public class Storage
    extends java.lang.Object

    Java class for storage complex type.

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

     <complexType name="storage">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="host" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="bucket" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String bucket  
      protected java.lang.String host  
      protected java.lang.String type  
    • Constructor Summary

      Constructors 
      Constructor Description
      Storage()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBucket()
      Gets the value of the bucket property.
      java.lang.String getHost()
      Gets the value of the host property.
      java.lang.String getType()
      Gets the value of the type property.
      void setBucket​(java.lang.String value)
      Sets the value of the bucket property.
      void setHost​(java.lang.String value)
      Sets the value of the host property.
      void setType​(java.lang.String value)
      Sets the value of the type property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        protected java.lang.String type
      • host

        protected java.lang.String host
      • bucket

        protected java.lang.String bucket
    • Constructor Detail

      • Storage

        public Storage()
    • Method Detail

      • getType

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

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

        public java.lang.String getHost()
        Gets the value of the host property.
        Returns:
        possible object is String
      • setHost

        public void setHost​(java.lang.String value)
        Sets the value of the host property.
        Parameters:
        value - allowed object is String
      • getBucket

        public java.lang.String getBucket()
        Gets the value of the bucket property.
        Returns:
        possible object is String
      • setBucket

        public void setBucket​(java.lang.String value)
        Sets the value of the bucket property.
        Parameters:
        value - allowed object is String