public class Map 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}view" 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}viewPort"/>
</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 String |
code |
protected net.sf.ahtutils.xml.status.Descriptions |
descriptions |
protected Long |
id |
protected net.sf.ahtutils.xml.status.Langs |
langs |
protected List<View> |
view |
protected ViewPort |
viewPort |
| Constructor and Description |
|---|
Map() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
List<View> |
getView()
Gets the value of the view property.
|
ViewPort |
getViewPort()
Gets the value of the viewPort property.
|
boolean |
isSetCode() |
boolean |
isSetDescriptions() |
boolean |
isSetId() |
boolean |
isSetLangs() |
boolean |
isSetView() |
boolean |
isSetViewPort() |
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 |
setViewPort(ViewPort value)
Sets the value of the viewPort property.
|
void |
unsetId() |
void |
unsetView() |
protected net.sf.ahtutils.xml.status.Langs langs
protected net.sf.ahtutils.xml.status.Descriptions descriptions
protected ViewPort viewPort
protected Long id
protected String code
public List<View> getView()
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 view property.
For example, to add a new item, do as follows:
getView().add(newItem);
Objects of the following type(s) are allowed in the list
View
public boolean isSetView()
public void unsetView()
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 ViewPort getViewPort()
ViewPortpublic void setViewPort(ViewPort value)
value - allowed object is
ViewPortpublic boolean isSetViewPort()
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.