public class Category 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}layer" maxOccurs="unbounded"/>
<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="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<Layer> |
layer |
| Constructor and Description |
|---|
Category() |
| 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<Layer> |
getLayer()
Gets the value of the layer property.
|
boolean |
isSetCode() |
boolean |
isSetDescriptions() |
boolean |
isSetId() |
boolean |
isSetLangs() |
boolean |
isSetLayer() |
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 |
unsetId() |
void |
unsetLayer() |
protected net.sf.ahtutils.xml.status.Langs langs
protected net.sf.ahtutils.xml.status.Descriptions descriptions
protected Long id
protected String code
public List<Layer> getLayer()
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 layer property.
For example, to add a new item, do as follows:
getLayer().add(newItem);
Objects of the following type(s) are allowed in the list
Layer
public boolean isSetLayer()
public void unsetLayer()
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 String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic boolean isSetCode()
Copyright © 2016. All rights reserved.