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 Summary
Fields Modifier and Type Field Description protected Stringamipprotected StringcanonicalUnitsprotected Stringdescriptionprotected Stringgribprotected Stringid
-
Constructor Summary
Constructors Constructor Description Entry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAmip()Gets the value of the amip property.StringgetCanonicalUnits()Gets the value of the canonicalUnits property.StringgetDescription()Gets the value of the description property.StringgetGrib()Gets the value of the grib property.StringgetId()Gets the value of the id property.voidsetAmip(String value)Sets the value of the amip property.voidsetCanonicalUnits(String value)Sets the value of the canonicalUnits property.voidsetDescription(String value)Sets the value of the description property.voidsetGrib(String value)Sets the value of the grib property.voidsetId(String value)Sets the value of the id property.StringtoString()
-
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
-