public class DiscardTransferToken extends Object implements Serializable
Java class for discard_transferToken complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="discard_transferToken">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:uddi-org:api_v3}authInfo" minOccurs="0"/>
<choice>
<element ref="{urn:uddi-org:custody_v3}transferToken"/>
<element ref="{urn:uddi-org:custody_v3}keyBag"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
authInfo |
protected KeyBag |
keyBag |
protected TransferToken |
transferToken |
| Constructor and Description |
|---|
DiscardTransferToken() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthInfo()
Gets the value of the authInfo property.
|
KeyBag |
getKeyBag()
Gets the value of the keyBag property.
|
TransferToken |
getTransferToken()
Gets the value of the transferToken property.
|
void |
setAuthInfo(String value)
Sets the value of the authInfo property.
|
void |
setKeyBag(KeyBag value)
Sets the value of the keyBag property.
|
void |
setTransferToken(TransferToken value)
Sets the value of the transferToken property.
|
protected String authInfo
protected TransferToken transferToken
protected KeyBag keyBag
public String getAuthInfo()
Stringpublic void setAuthInfo(String value)
value - allowed object is
Stringpublic TransferToken getTransferToken()
TransferTokenpublic void setTransferToken(TransferToken value)
value - allowed object is
TransferTokenpublic KeyBag getKeyBag()
KeyBagCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.