public class TransferCustody extends Object implements Serializable
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>
 | Modifier and Type | Field and Description | 
|---|---|
protected KeyBag | 
keyBag  | 
protected TransferOperationalInfo | 
transferOperationalInfo  | 
protected TransferToken | 
transferToken  | 
| Constructor and Description | 
|---|
TransferCustody()  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
protected TransferToken transferToken
protected KeyBag keyBag
protected TransferOperationalInfo transferOperationalInfo
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
     TransferOperationalInfoCopyright © 2018 JBoss by Red Hat. All rights reserved.