org.ow2.orchestra.ws_ht
Class TGenericHumanRole
java.lang.Object
org.ow2.orchestra.ws_ht.TExtensibleElements
org.ow2.orchestra.ws_ht.TGenericHumanRole
public class TGenericHumanRole
- extends TExtensibleElements
Java class for tGenericHumanRole complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tGenericHumanRole">
<complexContent>
<extension base="{http://www.example.org/WS-HT}tExtensibleElements">
<sequence>
<element name="from" type="{http://www.example.org/WS-HT}tFrom"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
|
Method Summary |
TFrom |
getFrom()
Gets the value of the from property. |
void |
setFrom(TFrom value)
Sets the value of the from property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
from
protected TFrom from
TGenericHumanRole
public TGenericHumanRole()
getFrom
public TFrom getFrom()
- Gets the value of the from property.
- Returns:
- possible object is
TFrom
setFrom
public void setFrom(TFrom value)
- Sets the value of the from property.
- Parameters:
value - allowed object is
TFrom
Copyright © 2012 OW2 Consortium. All Rights Reserved.