|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ahtutils.xml.access.Category
public class Category
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/access}groups"/>
<element ref="{http://ahtutils.aht-group.com/access}roles"/>
<element ref="{http://ahtutils.aht-group.com/access}views"/>
<element ref="{http://ahtutils.aht-group.com/access}usecases"/>
</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 String |
code
|
protected Descriptions |
descriptions
|
protected Groups |
groups
|
protected Integer |
index
|
protected Langs |
langs
|
protected Roles |
roles
|
protected Usecases |
usecases
|
protected Views |
views
|
| Constructor Summary | |
|---|---|
Category()
|
|
| Method Summary | |
|---|---|
String |
getCode()
Gets the value of the code property. |
Descriptions |
getDescriptions()
Gets the value of the descriptions property. |
Groups |
getGroups()
Gets the value of the groups property. |
int |
getIndex()
Gets the value of the index property. |
Langs |
getLangs()
Gets the value of the langs property. |
Roles |
getRoles()
Gets the value of the roles property. |
Usecases |
getUsecases()
Gets the value of the usecases property. |
Views |
getViews()
Gets the value of the views property. |
boolean |
isSetCode()
|
boolean |
isSetDescriptions()
|
boolean |
isSetGroups()
|
boolean |
isSetIndex()
|
boolean |
isSetLangs()
|
boolean |
isSetRoles()
|
boolean |
isSetUsecases()
|
boolean |
isSetViews()
|
void |
setCode(String value)
Sets the value of the code property. |
void |
setDescriptions(Descriptions value)
Sets the value of the descriptions property. |
void |
setGroups(Groups value)
Sets the value of the groups property. |
void |
setIndex(int value)
Sets the value of the index property. |
void |
setLangs(Langs value)
Sets the value of the langs property. |
void |
setRoles(Roles value)
Sets the value of the roles property. |
void |
setUsecases(Usecases value)
Sets the value of the usecases property. |
void |
setViews(Views value)
Sets the value of the views property. |
void |
unsetIndex()
|
| 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 Groups groups
protected Roles roles
protected Views views
protected Usecases usecases
protected String code
protected Integer index
| Constructor Detail |
|---|
public Category()
| 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 Groups getGroups()
Groupspublic void setGroups(Groups value)
value - allowed object is
Groupspublic boolean isSetGroups()
public Roles getRoles()
Rolespublic void setRoles(Roles value)
value - allowed object is
Rolespublic boolean isSetRoles()
public Views getViews()
Viewspublic void setViews(Views value)
value - allowed object is
Viewspublic boolean isSetViews()
public Usecases getUsecases()
Usecasespublic void setUsecases(Usecases value)
value - allowed object is
Usecasespublic boolean isSetUsecases()
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 | |||||||||