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()
TransferToken
public void setTransferToken(TransferToken value)
value
- allowed object is
TransferToken
public KeyBag getKeyBag()
KeyBag
public void setKeyBag(KeyBag value)
value
- allowed object is
KeyBag
public TransferOperationalInfo getTransferOperationalInfo()
TransferOperationalInfo
public void setTransferOperationalInfo(TransferOperationalInfo value)
value
- allowed object is
TransferOperationalInfo
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.