|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ahtutils.xml.access.Role
public class Role
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}views"/>
<element ref="{http://ahtutils.aht-group.com/access}actions"/>
<element ref="{http://ahtutils.aht-group.com/access}usecases"/>
</sequence>
<attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Actions |
actions
|
protected String |
code
|
protected Descriptions |
descriptions
|
protected Langs |
langs
|
protected String |
name
|
protected Usecases |
usecases
|
protected Views |
views
|
| Constructor Summary | |
|---|---|
Role()
|
|
| 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. |
Langs |
getLangs()
Gets the value of the langs property. |
String |
getName()
Gets the value of the name property. |
Usecases |
getUsecases()
Gets the value of the usecases property. |
Views |
getViews()
Gets the value of the views property. |
boolean |
isSetActions()
|
boolean |
isSetCode()
|
boolean |
isSetDescriptions()
|
boolean |
isSetLangs()
|
boolean |
isSetName()
|
boolean |
isSetUsecases()
|
boolean |
isSetViews()
|
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 |
setLangs(Langs value)
Sets the value of the langs property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setUsecases(Usecases value)
Sets the value of the usecases property. |
void |
setViews(Views value)
Sets the value of the views property. |
| 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 Views views
protected Actions actions
protected Usecases usecases
protected String code
protected String name
| Constructor Detail |
|---|
public Role()
| 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 Views getViews()
Viewspublic void setViews(Views value)
value - allowed object is
Viewspublic boolean isSetViews()
public Actions getActions()
Actionspublic void setActions(Actions value)
value - allowed object is
Actionspublic boolean isSetActions()
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 String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||