|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.uddi.repl_v3.TransferCustody
public class TransferCustody
Java class for transfer_custody complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="transfer_custody">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:uddi-org:custody_v3}transferToken"/>
<element ref="{urn:uddi-org:custody_v3}keyBag"/>
<element ref="{urn:uddi-org:custody_v3}transferOperationalInfo"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected KeyBag |
keyBag
|
protected TransferOperationalInfo |
transferOperationalInfo
|
protected TransferToken |
transferToken
|
| Constructor Summary | |
|---|---|
TransferCustody()
|
|
| Method Summary | |
|---|---|
KeyBag |
getKeyBag()
Gets the value of the keyBag property. |
TransferOperationalInfo |
getTransferOperationalInfo()
Gets the value of the transferOperationalInfo property. |
TransferToken |
getTransferToken()
Gets the value of the transferToken property. |
void |
setKeyBag(KeyBag value)
Sets the value of the keyBag property. |
void |
setTransferOperationalInfo(TransferOperationalInfo value)
Sets the value of the transferOperationalInfo property. |
void |
setTransferToken(TransferToken value)
Sets the value of the transferToken property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TransferToken transferToken
protected KeyBag keyBag
protected TransferOperationalInfo transferOperationalInfo
| Constructor Detail |
|---|
public TransferCustody()
| Method Detail |
|---|
public TransferToken getTransferToken()
TransferTokenpublic void setTransferToken(TransferToken value)
value - allowed object is
TransferTokenpublic KeyBag getKeyBag()
KeyBagpublic void setKeyBag(KeyBag value)
value - allowed object is
KeyBagpublic TransferOperationalInfo getTransferOperationalInfo()
TransferOperationalInfopublic void setTransferOperationalInfo(TransferOperationalInfo value)
value - allowed object is
TransferOperationalInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||