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>
| Modifier and Type | Field and Description |
|---|---|
protected TFrom |
from |
protected TPotentialDelegatees |
potentialDelegatees |
any, documentation| Constructor and Description |
|---|
TDelegation() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getAny, getDocumentation, getOtherAttributesprotected TFrom from
protected TPotentialDelegatees potentialDelegatees
public TFrom getFrom()
TFrompublic void setFrom(TFrom value)
value - allowed object is
TFrompublic TPotentialDelegatees getPotentialDelegatees()
TPotentialDelegateespublic void setPotentialDelegatees(TPotentialDelegatees value)
value - allowed object is
TPotentialDelegateesCopyright © 2012 OW2 Consortium. All Rights Reserved.