Class Entry

Object
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 Details

    • description

      protected String description
    • canonicalUnits

      protected String canonicalUnits
    • grib

      protected String grib
    • amip

      protected String amip
    • id

      protected String id
  • Constructor Details

    • Entry

      public Entry()
  • Method Details

    • 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