org.ow2.orchestra.ws_ht
Class TPeopleAssignments

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

public class TPeopleAssignments
extends TExtensibleElements

Java class for tPeopleAssignments complex type.

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

 <complexType name="tPeopleAssignments">
   <complexContent>
     <extension base="{http://www.example.org/WS-HT}tExtensibleElements">
       <sequence>
         <group ref="{http://www.example.org/WS-HT}genericHumanRole" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<javax.xml.bind.JAXBElement<TGenericHumanRole>> genericHumanRole
           
 
Fields inherited from class org.ow2.orchestra.ws_ht.TExtensibleElements
any, documentation
 
Constructor Summary
TPeopleAssignments()
           
 
Method Summary
 List<javax.xml.bind.JAXBElement<TGenericHumanRole>> getGenericHumanRole()
          Gets the value of the genericHumanRole 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

genericHumanRole

protected List<javax.xml.bind.JAXBElement<TGenericHumanRole>> genericHumanRole
Constructor Detail

TPeopleAssignments

public TPeopleAssignments()
Method Detail

getGenericHumanRole

public List<javax.xml.bind.JAXBElement<TGenericHumanRole>> getGenericHumanRole()
Gets the value of the genericHumanRole 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 genericHumanRole property.

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

    getGenericHumanRole().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<TGenericHumanRole> JAXBElement<TGenericHumanRole> JAXBElement<TGenericHumanRole> JAXBElement<TGenericHumanRole> JAXBElement<TGenericHumanRole> JAXBElement<TGenericHumanRole>



Copyright © 2012 OW2 Consortium. All Rights Reserved.