public class SldTemplate 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://ahtutils.aht-group.com/status}langs"/>
<element ref="{http://ahtutils.aht-group.com/status}descriptions"/>
<element ref="{http://ahtutils.aht-group.com/status}type"/>
</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 net.sf.ahtutils.xml.status.Type |
type |
| Constructor and Description |
|---|
SldTemplate() |
| 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.
|
net.sf.ahtutils.xml.status.Type |
getType()
Gets the value of the type property.
|
boolean |
isSetCode() |
boolean |
isSetDescriptions() |
boolean |
isSetId() |
boolean |
isSetLangs() |
boolean |
isSetType() |
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 |
setType(net.sf.ahtutils.xml.status.Type value)
Sets the value of the type property.
|
void |
unsetId() |
protected net.sf.ahtutils.xml.status.Langs langs
protected net.sf.ahtutils.xml.status.Descriptions descriptions
protected net.sf.ahtutils.xml.status.Type type
protected Long id
protected String code
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 net.sf.ahtutils.xml.status.Type getType()
Typepublic void setType(net.sf.ahtutils.xml.status.Type value)
value - allowed object is
Typepublic boolean isSetType()
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.