|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ahtutils.xml.status.Status
public class Status
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}lang" maxOccurs="unbounded"/>
</sequence>
<attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="group" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dscr" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
code
|
protected Descriptions |
descriptions
|
protected String |
dscr
|
protected String |
group
|
protected List<Lang> |
lang
|
protected Langs |
langs
|
protected Boolean |
visible
|
| Constructor Summary | |
|---|---|
Status()
|
|
| Method Summary | |
|---|---|
String |
getCode()
Gets the value of the code property. |
Descriptions |
getDescriptions()
Gets the value of the descriptions property. |
String |
getDscr()
Gets the value of the dscr property. |
String |
getGroup()
Gets the value of the group property. |
List<Lang> |
getLang()
Gets the value of the lang property. |
Langs |
getLangs()
Gets the value of the langs property. |
boolean |
isSetCode()
|
boolean |
isSetDescriptions()
|
boolean |
isSetDscr()
|
boolean |
isSetGroup()
|
boolean |
isSetLang()
|
boolean |
isSetLangs()
|
boolean |
isSetVisible()
|
boolean |
isVisible()
Gets the value of the visible property. |
void |
setCode(String value)
Sets the value of the code property. |
void |
setDescriptions(Descriptions value)
Sets the value of the descriptions property. |
void |
setDscr(String value)
Sets the value of the dscr property. |
void |
setGroup(String value)
Sets the value of the group property. |
void |
setLangs(Langs value)
Sets the value of the langs property. |
void |
setVisible(boolean value)
Sets the value of the visible property. |
void |
unsetLang()
|
void |
unsetVisible()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Langs langs
protected Descriptions descriptions
protected List<Lang> lang
protected String code
protected String group
protected String dscr
protected Boolean visible
| Constructor Detail |
|---|
public Status()
| Method Detail |
|---|
public Langs getLangs()
Langspublic void setLangs(Langs value)
value - allowed object is
Langspublic boolean isSetLangs()
public Descriptions getDescriptions()
Descriptionspublic void setDescriptions(Descriptions value)
value - allowed object is
Descriptionspublic boolean isSetDescriptions()
public List<Lang> getLang()
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 lang property.
For example, to add a new item, do as follows:
getLang().add(newItem);
Objects of the following type(s) are allowed in the list
Lang
public boolean isSetLang()
public void unsetLang()
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic boolean isSetCode()
public String getGroup()
Stringpublic void setGroup(String value)
value - allowed object is
Stringpublic boolean isSetGroup()
public String getDscr()
Stringpublic void setDscr(String value)
value - allowed object is
Stringpublic boolean isSetDscr()
public boolean isVisible()
Booleanpublic void setVisible(boolean value)
value - allowed object is
Booleanpublic boolean isSetVisible()
public void unsetVisible()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||