org.ow2.orchestra.ws_ht
Class TGenericHumanRole

java.lang.Object
  extended by org.ow2.orchestra.ws_ht.TExtensibleElements
      extended by 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>
 


Field Summary
protected  TFrom from
           
 
Fields inherited from class org.ow2.orchestra.ws_ht.TExtensibleElements
any, documentation
 
Constructor Summary
TGenericHumanRole()
           
 
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 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

from

protected TFrom from
Constructor Detail

TGenericHumanRole

public TGenericHumanRole()
Method Detail

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.