|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.orchestra.ws_ht.TExtensibleElements
org.ow2.orchestra.ws_ht.TDelegation
public class TDelegation
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 |
|---|
protected TFrom from
protected TPotentialDelegatees potentialDelegatees
| Constructor Detail |
|---|
public TDelegation()
| Method Detail |
|---|
public TFrom getFrom()
TFrompublic void setFrom(TFrom value)
value - allowed object is
TFrompublic TPotentialDelegatees getPotentialDelegatees()
TPotentialDelegateespublic void setPotentialDelegatees(TPotentialDelegatees value)
value - allowed object is
TPotentialDelegatees
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||