public class Station 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/monitoring}capability" maxOccurs="unbounded"/>
<element ref="{http://ahtutils.aht-group.com/status}langs"/>
<element ref="{http://ahtutils.aht-group.com/status}descriptions"/>
<element ref="{http://www.geojsf.org}wkt"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Capability> |
capability |
protected String |
code |
protected net.sf.ahtutils.xml.status.Descriptions |
descriptions |
protected Long |
id |
protected net.sf.ahtutils.xml.status.Langs |
langs |
protected Wkt |
wkt |
| Constructor and Description |
|---|
Station() |
| Modifier and Type | Method and Description |
|---|---|
List<Capability> |
getCapability()
Gets the value of the capability property.
|
String |
getCode()
Gets the value of the code property.
|
net.sf.ahtutils.xml.status.Descriptions |
getDescriptions()
Gets the value of the descriptions property.
|
long |
getId()
Gets the value of the id property.
|
net.sf.ahtutils.xml.status.Langs |
getLangs()
Gets the value of the langs property.
|
Wkt |
getWkt()
Gets the value of the wkt property.
|
boolean |
isSetCapability() |
boolean |
isSetCode() |
boolean |
isSetDescriptions() |
boolean |
isSetId() |
boolean |
isSetLangs() |
boolean |
isSetWkt() |
void |
setCode(String value)
Sets the value of the code property.
|
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 |
setLangs(net.sf.ahtutils.xml.status.Langs value)
Sets the value of the langs property.
|
void |
setWkt(Wkt value)
Sets the value of the wkt property.
|
void |
unsetCapability() |
void |
unsetId() |
protected List<Capability> capability
protected net.sf.ahtutils.xml.status.Langs langs
protected net.sf.ahtutils.xml.status.Descriptions descriptions
protected Wkt wkt
protected Long id
protected String code
public List<Capability> getCapability()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the capability property.
For example, to add a new item, do as follows:
getCapability().add(newItem);
Objects of the following type(s) are allowed in the list
Capability
public boolean isSetCapability()
public void unsetCapability()
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 void setWkt(Wkt value)
value - allowed object is
Wktpublic boolean isSetWkt()
public long getId()
Longpublic void setId(long value)
value - allowed object is
Longpublic boolean isSetId()
public void unsetId()
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic boolean isSetCode()
Copyright © 2016. All rights reserved.