public class Basin extends Object implements Serializable
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">
<sequence>
<element ref="{http://www.geojsf.org}wkt"/>
<element ref="{http://ahtutils.aht-group.com/status}model"/>
<element ref="{http://ahtutils.aht-group.com/status}langs"/>
<element ref="{http://ahtutils.aht-group.com/status}descriptions"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="size" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected net.sf.ahtutils.xml.status.Descriptions |
descriptions |
protected Long |
id |
protected String |
label |
protected net.sf.ahtutils.xml.status.Langs |
langs |
protected net.sf.ahtutils.xml.status.Model |
model |
protected Double |
size |
protected Wkt |
wkt |
| Constructor and Description |
|---|
Basin() |
| Modifier and Type | Method and Description |
|---|---|
net.sf.ahtutils.xml.status.Descriptions |
getDescriptions()
Gets the value of the descriptions property.
|
long |
getId()
Gets the value of the id property.
|
String |
getLabel()
Gets the value of the label property.
|
net.sf.ahtutils.xml.status.Langs |
getLangs()
Gets the value of the langs property.
|
net.sf.ahtutils.xml.status.Model |
getModel()
Gets the value of the model property.
|
double |
getSize()
Gets the value of the size property.
|
Wkt |
getWkt()
Gets the value of the wkt property.
|
boolean |
isSetDescriptions() |
boolean |
isSetId() |
boolean |
isSetLabel() |
boolean |
isSetLangs() |
boolean |
isSetModel() |
boolean |
isSetSize() |
boolean |
isSetWkt() |
void |
setDescriptions(net.sf.ahtutils.xml.status.Descriptions value)
Sets the value of the descriptions property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setLangs(net.sf.ahtutils.xml.status.Langs value)
Sets the value of the langs property.
|
void |
setModel(net.sf.ahtutils.xml.status.Model value)
Sets the value of the model property.
|
void |
setSize(double value)
Sets the value of the size property.
|
void |
setWkt(Wkt value)
Sets the value of the wkt property.
|
void |
unsetId() |
void |
unsetSize() |
protected Wkt wkt
protected net.sf.ahtutils.xml.status.Model model
protected net.sf.ahtutils.xml.status.Langs langs
protected net.sf.ahtutils.xml.status.Descriptions descriptions
protected Long id
protected Double size
protected String label
public void setWkt(Wkt value)
value - allowed object is
Wktpublic boolean isSetWkt()
public net.sf.ahtutils.xml.status.Model getModel()
Modelpublic void setModel(net.sf.ahtutils.xml.status.Model value)
value - allowed object is
Modelpublic boolean isSetModel()
public net.sf.ahtutils.xml.status.Langs getLangs()
Langspublic void setLangs(net.sf.ahtutils.xml.status.Langs value)
value - allowed object is
Langspublic boolean isSetLangs()
public net.sf.ahtutils.xml.status.Descriptions getDescriptions()
Descriptionspublic void setDescriptions(net.sf.ahtutils.xml.status.Descriptions value)
value - allowed object is
Descriptionspublic boolean isSetDescriptions()
public long getId()
Longpublic void setId(long value)
value - allowed object is
Longpublic boolean isSetId()
public void unsetId()
public double getSize()
Doublepublic void setSize(double value)
value - allowed object is
Doublepublic boolean isSetSize()
public void unsetSize()
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic boolean isSetLabel()
Copyright © 2016. All rights reserved.