org.ow2.orchestra.ws_ht
Class TLogicalPeopleGroups

java.lang.Object
  extended by org.ow2.orchestra.ws_ht.TExtensibleElements
      extended by org.ow2.orchestra.ws_ht.TLogicalPeopleGroups

public class TLogicalPeopleGroups
extends TExtensibleElements

Java class for tLogicalPeopleGroups complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tLogicalPeopleGroups">
   <complexContent>
     <extension base="{http://www.example.org/WS-HT}tExtensibleElements">
       <sequence>
         <element name="logicalPeopleGroup" type="{http://www.example.org/WS-HT}tLogicalPeopleGroup" maxOccurs="unbounded"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<TLogicalPeopleGroup> logicalPeopleGroup
           
 
Fields inherited from class org.ow2.orchestra.ws_ht.TExtensibleElements
any, documentation
 
Constructor Summary
TLogicalPeopleGroups()
           
 
Method Summary
 List<TLogicalPeopleGroup> getLogicalPeopleGroup()
          Gets the value of the logicalPeopleGroup property.
 
Methods inherited from class org.ow2.orchestra.ws_ht.TExtensibleElements
getAny, getDocumentation, getOtherAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logicalPeopleGroup

protected List<TLogicalPeopleGroup> logicalPeopleGroup
Constructor Detail

TLogicalPeopleGroups

public TLogicalPeopleGroups()
Method Detail

getLogicalPeopleGroup

public List<TLogicalPeopleGroup> getLogicalPeopleGroup()
Gets the value of the logicalPeopleGroup property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the logicalPeopleGroup property.

For example, to add a new item, do as follows:

    getLogicalPeopleGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list TLogicalPeopleGroup



Copyright © 2012 OW2 Consortium. All Rights Reserved.