public class TOrganizationalEntity extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected TGrouplist |
groups |
protected TUserlist |
users |
| Constructor and Description |
|---|
TOrganizationalEntity() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected TUserlist users
protected TGrouplist groups
public TUserlist getUsers()
TUserlistpublic void setUsers(TUserlist value)
value - allowed object is
TUserlistpublic TGrouplist getGroups()
TGrouplistpublic void setGroups(TGrouplist value)
value - allowed object is
TGrouplistCopyright © 2012 OW2 Consortium. All Rights Reserved.