|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.orchestra.ws_ht.TOrganizationalEntity
public class TOrganizationalEntity
Java class for tOrganizationalEntity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tOrganizationalEntity">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element ref="{http://www.example.org/WS-HT}users"/>
<element ref="{http://www.example.org/WS-HT}groups"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected TGrouplist |
groups
|
protected TUserlist |
users
|
| Constructor Summary | |
|---|---|
TOrganizationalEntity()
|
|
| Method Summary | |
|---|---|
TGrouplist |
getGroups()
Gets the value of the groups property. |
TUserlist |
getUsers()
Gets the value of the users property. |
void |
setGroups(TGrouplist value)
Sets the value of the groups property. |
void |
setUsers(TUserlist value)
Sets the value of the users property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TUserlist users
protected TGrouplist groups
| Constructor Detail |
|---|
public TOrganizationalEntity()
| Method Detail |
|---|
public TUserlist getUsers()
TUserlistpublic void setUsers(TUserlist value)
value - allowed object is
TUserlistpublic TGrouplist getGroups()
TGrouplistpublic void setGroups(TGrouplist value)
value - allowed object is
TGrouplist
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||