org.uddi.repl_v3
Class TransferCustody

java.lang.Object
  extended by org.uddi.repl_v3.TransferCustody
All Implemented Interfaces:
Serializable

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>
 

See Also:
Serialized Form

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

transferToken

protected TransferToken transferToken

keyBag

protected KeyBag keyBag

transferOperationalInfo

protected TransferOperationalInfo transferOperationalInfo
Constructor Detail

TransferCustody

public TransferCustody()
Method Detail

getTransferToken

public TransferToken getTransferToken()
Gets the value of the transferToken property.

Returns:
possible object is TransferToken

setTransferToken

public void setTransferToken(TransferToken value)
Sets the value of the transferToken property.

Parameters:
value - allowed object is TransferToken

getKeyBag

public KeyBag getKeyBag()
Gets the value of the keyBag property.

Returns:
possible object is KeyBag

setKeyBag

public void setKeyBag(KeyBag value)
Sets the value of the keyBag property.

Parameters:
value - allowed object is KeyBag

getTransferOperationalInfo

public TransferOperationalInfo getTransferOperationalInfo()
Gets the value of the transferOperationalInfo property.

Returns:
possible object is TransferOperationalInfo

setTransferOperationalInfo

public void setTransferOperationalInfo(TransferOperationalInfo value)
Sets the value of the transferOperationalInfo property.

Parameters:
value - allowed object is TransferOperationalInfo


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.