org.ow2.orchestra.ws_ht
Class TDelegation

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

public class TDelegation
extends TExtensibleElements

Java class for tDelegation complex type.

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

 <complexType name="tDelegation">
   <complexContent>
     <extension base="{http://www.example.org/WS-HT}tExtensibleElements">
       <sequence>
         <element name="from" type="{http://www.example.org/WS-HT}tFrom" minOccurs="0"/>
       </sequence>
       <attribute name="potentialDelegatees" use="required" type="{http://www.example.org/WS-HT}tPotentialDelegatees" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  TFrom from
           
protected  TPotentialDelegatees potentialDelegatees
           
 
Fields inherited from class org.ow2.orchestra.ws_ht.TExtensibleElements
any, documentation
 
Constructor Summary
TDelegation()
           
 
Method Summary
 TFrom getFrom()
          Gets the value of the from property.
 TPotentialDelegatees getPotentialDelegatees()
          Gets the value of the potentialDelegatees property.
 void setFrom(TFrom value)
          Sets the value of the from property.
 void setPotentialDelegatees(TPotentialDelegatees value)
          Sets the value of the potentialDelegatees 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

potentialDelegatees

protected TPotentialDelegatees potentialDelegatees
Constructor Detail

TDelegation

public TDelegation()
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

getPotentialDelegatees

public TPotentialDelegatees getPotentialDelegatees()
Gets the value of the potentialDelegatees property.

Returns:
possible object is TPotentialDelegatees

setPotentialDelegatees

public void setPotentialDelegatees(TPotentialDelegatees value)
Sets the value of the potentialDelegatees property.

Parameters:
value - allowed object is TPotentialDelegatees


Copyright © 2012 OW2 Consortium. All Rights Reserved.