|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.uddi.custody_v3.TransferToken
public class TransferToken
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>
| Field Summary | |
|---|---|
protected XMLGregorianCalendar |
expirationTime
|
protected String |
nodeID
|
protected byte[] |
opaqueToken
|
| Constructor Summary | |
|---|---|
TransferToken()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String nodeID
protected XMLGregorianCalendar expirationTime
protected byte[] opaqueToken
| Constructor Detail |
|---|
public TransferToken()
| Method Detail |
|---|
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[]
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||