|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.kerneos.common.config.generated.Managers
public class Managers
Java class for managers complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="managers">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="login" type="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}manager" minOccurs="0"/>
<element name="roles" type="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}manager" minOccurs="0"/>
<element name="profile" type="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}manager" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Manager |
login
|
protected Manager |
profile
|
protected Manager |
roles
|
| Constructor Summary | |
|---|---|
Managers()
|
|
| Method Summary | |
|---|---|
Manager |
getLogin()
Gets the value of the login property. |
Manager |
getProfile()
Gets the value of the profile property. |
Manager |
getRoles()
Gets the value of the roles property. |
void |
setLogin(Manager value)
Sets the value of the login property. |
void |
setProfile(Manager value)
Sets the value of the profile property. |
void |
setRoles(Manager value)
Sets the value of the roles property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Manager login
protected Manager roles
protected Manager profile
| Constructor Detail |
|---|
public Managers()
| Method Detail |
|---|
public Manager getLogin()
Managerpublic void setLogin(Manager value)
value - allowed object is
Managerpublic Manager getRoles()
Managerpublic void setRoles(Manager value)
value - allowed object is
Managerpublic Manager getProfile()
Managerpublic void setProfile(Manager value)
value - allowed object is
Manager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||