public class Entry extends Object
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>
 | Modifier and Type | Field and Description | 
|---|---|
| protected String | amip | 
| protected String | canonicalUnits | 
| protected String | description | 
| protected String | grib | 
| protected String | id | 
| Constructor and Description | 
|---|
| Entry() | 
| Modifier and Type | Method and 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() | 
protected String description
protected String canonicalUnits
protected String grib
protected String amip
protected String id
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is Stringpublic String getCanonicalUnits()
Stringpublic void setCanonicalUnits(String value)
value - allowed object is Stringpublic String getGrib()
Stringpublic void setGrib(String value)
value - allowed object is Stringpublic String getAmip()
Stringpublic void setAmip(String value)
value - allowed object is Stringpublic void setId(String value)
value - allowed object is StringCopyright © 1996–2019 Geotools. All rights reserved.