Class Bar1MemoryUsageType


  • public class Bar1MemoryUsageType
    extends java.lang.Object

    Java class for bar1_memory_usageType complex type.

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

     <complexType name="bar1_memory_usageType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="total" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="used" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="free" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFree()
      Gets the value of the free property.
      java.lang.String getTotal()
      Gets the value of the total property.
      java.lang.String getUsed()
      Gets the value of the used property.
      void setFree​(java.lang.String value)
      Sets the value of the free property.
      void setTotal​(java.lang.String value)
      Sets the value of the total property.
      void setUsed​(java.lang.String value)
      Sets the value of the used property.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Bar1MemoryUsageType

        public Bar1MemoryUsageType()
    • Method Detail

      • getTotal

        public java.lang.String getTotal()
        Gets the value of the total property.
        Returns:
        possible object is String
      • setTotal

        public void setTotal​(java.lang.String value)
        Sets the value of the total property.
        Parameters:
        value - allowed object is String
      • getUsed

        public java.lang.String getUsed()
        Gets the value of the used property.
        Returns:
        possible object is String
      • setUsed

        public void setUsed​(java.lang.String value)
        Sets the value of the used property.
        Parameters:
        value - allowed object is String
      • getFree

        public java.lang.String getFree()
        Gets the value of the free property.
        Returns:
        possible object is String
      • setFree

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