Class Entry
Object
Entry
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAmip()
Gets the value of the amip property.Gets the value of the canonicalUnits property.Gets the value of the description property.getGrib()
Gets the value of the grib property.getId()
Gets the value of the id property.void
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
Sets the value of the grib property.void
Sets the value of the id property.toString()
-
Field Details
-
description
-
canonicalUnits
-
grib
-
amip
-
id
-
-
Constructor Details
-
Entry
public Entry()
-
-
Method Details
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
getCanonicalUnits
Gets the value of the canonicalUnits property.- Returns:
- possible object is
String
-
setCanonicalUnits
Sets the value of the canonicalUnits property.- Parameters:
value
- allowed object isString
-
getGrib
Gets the value of the grib property.- Returns:
- possible object is
String
-
setGrib
Sets the value of the grib property.- Parameters:
value
- allowed object isString
-
getAmip
Gets the value of the amip property.- Returns:
- possible object is
String
-
setAmip
Sets the value of the amip property.- Parameters:
value
- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
toString
-