org.ow2.orchestra.ws_ht
Class TReassignment
java.lang.Object
org.ow2.orchestra.ws_ht.TExtensibleElements
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
potentialOwners
protected TGenericHumanRole potentialOwners
TReassignment
public TReassignment()
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.