Class Entry


  • public class Entry
    extends Object
    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element ref="{}description"/>
             <element ref="{}canonical_units"/>
             <element ref="{}grib" minOccurs="0"/>
             <element ref="{}amip" minOccurs="0"/>
           </all>
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected String amip  
      protected String canonicalUnits  
      protected String description  
      protected String grib  
      protected String id  
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getAmip()
      Gets the value of the amip property.
      String getCanonicalUnits()
      Gets the value of the canonicalUnits property.
      String getDescription()
      Gets the value of the description property.
      String getGrib()
      Gets the value of the grib property.
      String getId()
      Gets the value of the id property.
      void setAmip​(String value)
      Sets the value of the amip property.
      void setCanonicalUnits​(String value)
      Sets the value of the canonicalUnits property.
      void setDescription​(String value)
      Sets the value of the description property.
      void setGrib​(String value)
      Sets the value of the grib property.
      void setId​(String value)
      Sets the value of the id property.
      String toString()  
      • Methods inherited from class Object

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

      • description

        protected String description
      • canonicalUnits

        protected String canonicalUnits
      • grib

        protected String grib
      • amip

        protected String amip
      • id

        protected String id
    • Constructor Detail

      • Entry

        public Entry()
    • Method Detail

      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getCanonicalUnits

        public String getCanonicalUnits()
        Gets the value of the canonicalUnits property.
        Returns:
        possible object is String
      • setCanonicalUnits

        public void setCanonicalUnits​(String value)
        Sets the value of the canonicalUnits property.
        Parameters:
        value - allowed object is String
      • getGrib

        public String getGrib()
        Gets the value of the grib property.
        Returns:
        possible object is String
      • setGrib

        public void setGrib​(String value)
        Sets the value of the grib property.
        Parameters:
        value - allowed object is String
      • getAmip

        public String getAmip()
        Gets the value of the amip property.
        Returns:
        possible object is String
      • setAmip

        public void setAmip​(String value)
        Sets the value of the amip property.
        Parameters:
        value - allowed object is String
      • 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
      • toString

        public String toString()
        Overrides:
        toString in class Object