org.ow2.orchestra.ws_ht
Class TReassignment

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

public class TReassignment
extends TExtensibleElements

Java class for tReassignment complex type.

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

 <complexType name="tReassignment">
   <complexContent>
     <extension base="{http://www.example.org/WS-HT}tExtensibleElements">
       <sequence>
         <element ref="{http://www.example.org/WS-HT}potentialOwners"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  TGenericHumanRole potentialOwners
           
 
Fields inherited from class org.ow2.orchestra.ws_ht.TExtensibleElements
any, documentation
 
Constructor Summary
TReassignment()
           
 
Method Summary
 TGenericHumanRole getPotentialOwners()
          Gets the value of the potentialOwners property.
 void setPotentialOwners(TGenericHumanRole value)
          Sets the value of the potentialOwners 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

potentialOwners

protected TGenericHumanRole potentialOwners
Constructor Detail

TReassignment

public TReassignment()
Method Detail

getPotentialOwners

public TGenericHumanRole getPotentialOwners()
Gets the value of the potentialOwners property.

Returns:
possible object is TGenericHumanRole

setPotentialOwners

public void setPotentialOwners(TGenericHumanRole value)
Sets the value of the potentialOwners property.

Parameters:
value - allowed object is TGenericHumanRole


Copyright © 2012 OW2 Consortium. All Rights Reserved.