public class TransferToken extends Object implements Serializable
Java class for transferToken complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="transferToken">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:uddi-org:api_v3}nodeID"/>
<element name="expirationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="opaqueToken" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
expirationTime |
protected String |
nodeID |
protected byte[] |
opaqueToken |
| Constructor and Description |
|---|
TransferToken() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getExpirationTime()
Gets the value of the expirationTime property.
|
String |
getNodeID()
Gets the value of the nodeID property.
|
byte[] |
getOpaqueToken()
Gets the value of the opaqueToken property.
|
void |
setExpirationTime(XMLGregorianCalendar value)
Sets the value of the expirationTime property.
|
void |
setNodeID(String value)
Sets the value of the nodeID property.
|
void |
setOpaqueToken(byte[] value)
Sets the value of the opaqueToken property.
|
protected String nodeID
protected XMLGregorianCalendar expirationTime
protected byte[] opaqueToken
public String getNodeID()
Stringpublic void setNodeID(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getExpirationTime()
XMLGregorianCalendarpublic void setExpirationTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic byte[] getOpaqueToken()
public void setOpaqueToken(byte[] value)
value - allowed object is
byte[]Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.