|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ahtutils.xml.access.RoleAutoAssign
public class RoleAutoAssign
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 name="add">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://ahtutils.aht-group.com/access}group" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="rm">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://ahtutils.aht-group.com/access}group" maxOccurs="unbounded"/>
</sequence>
<attribute name="immediate" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
RoleAutoAssign.Add
Java class for anonymous complex type. |
static class |
RoleAutoAssign.Rm
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected RoleAutoAssign.Add |
add
|
protected String |
code
|
protected RoleAutoAssign.Rm |
rm
|
| Constructor Summary | |
|---|---|
RoleAutoAssign()
|
|
| Method Summary | |
|---|---|
RoleAutoAssign.Add |
getAdd()
Gets the value of the add property. |
String |
getCode()
Gets the value of the code property. |
RoleAutoAssign.Rm |
getRm()
Gets the value of the rm property. |
boolean |
isSetAdd()
|
boolean |
isSetCode()
|
boolean |
isSetRm()
|
void |
setAdd(RoleAutoAssign.Add value)
Sets the value of the add property. |
void |
setCode(String value)
Sets the value of the code property. |
void |
setRm(RoleAutoAssign.Rm value)
Sets the value of the rm property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected RoleAutoAssign.Add add
protected RoleAutoAssign.Rm rm
protected String code
| Constructor Detail |
|---|
public RoleAutoAssign()
| Method Detail |
|---|
public RoleAutoAssign.Add getAdd()
RoleAutoAssign.Addpublic void setAdd(RoleAutoAssign.Add value)
value - allowed object is
RoleAutoAssign.Addpublic boolean isSetAdd()
public RoleAutoAssign.Rm getRm()
RoleAutoAssign.Rmpublic void setRm(RoleAutoAssign.Rm value)
value - allowed object is
RoleAutoAssign.Rmpublic boolean isSetRm()
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic boolean isSetCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||