|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ahtutils.xml.access.View
public class View
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}descriptions"/>
<element ref="{http://ahtutils.aht-group.com/status}langs"/>
<element ref="{http://ahtutils.aht-group.com/access}actions"/>
</sequence>
<attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="index" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Actions |
actions
|
protected String |
code
|
protected Descriptions |
descriptions
|
protected Integer |
index
|
protected Langs |
langs
|
| Constructor Summary | |
|---|---|
View()
|
|
| Method Summary | |
|---|---|
Actions |
getActions()
Gets the value of the actions property. |
String |
getCode()
Gets the value of the code property. |
Descriptions |
getDescriptions()
Gets the value of the descriptions property. |
int |
getIndex()
Gets the value of the index property. |
Langs |
getLangs()
Gets the value of the langs property. |
boolean |
isSetActions()
|
boolean |
isSetCode()
|
boolean |
isSetDescriptions()
|
boolean |
isSetIndex()
|
boolean |
isSetLangs()
|
void |
setActions(Actions value)
Sets the value of the actions property. |
void |
setCode(String value)
Sets the value of the code property. |
void |
setDescriptions(Descriptions value)
Sets the value of the descriptions property. |
void |
setIndex(int value)
Sets the value of the index property. |
void |
setLangs(Langs value)
Sets the value of the langs property. |
void |
unsetIndex()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Descriptions descriptions
protected Langs langs
protected Actions actions
protected String code
protected Integer index
| Constructor Detail |
|---|
public View()
| Method Detail |
|---|
public Descriptions getDescriptions()
Descriptionspublic void setDescriptions(Descriptions value)
value - allowed object is
Descriptionspublic boolean isSetDescriptions()
public Langs getLangs()
Langspublic void setLangs(Langs value)
value - allowed object is
Langspublic boolean isSetLangs()
public Actions getActions()
Actionspublic void setActions(Actions value)
value - allowed object is
Actionspublic boolean isSetActions()
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic boolean isSetCode()
public int getIndex()
Integerpublic void setIndex(int value)
value - allowed object is
Integerpublic boolean isSetIndex()
public void unsetIndex()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||