org.ow2.orchestra.ws_ht
Class TOrganizationalEntity

java.lang.Object
  extended by org.ow2.orchestra.ws_ht.TOrganizationalEntity

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>
 


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

users

protected TUserlist users

groups

protected TGrouplist groups
Constructor Detail

TOrganizationalEntity

public TOrganizationalEntity()
Method Detail

getUsers

public TUserlist getUsers()
Gets the value of the users property.

Returns:
possible object is TUserlist

setUsers

public void setUsers(TUserlist value)
Sets the value of the users property.

Parameters:
value - allowed object is TUserlist

getGroups

public TGrouplist getGroups()
Gets the value of the groups property.

Returns:
possible object is TGrouplist

setGroups

public void setGroups(TGrouplist value)
Sets the value of the groups property.

Parameters:
value - allowed object is TGrouplist


Copyright © 2012 OW2 Consortium. All Rights Reserved.