org.uddi.custody_v3
Class TransferToken

java.lang.Object
  extended by org.uddi.custody_v3.TransferToken
All Implemented Interfaces:
java.io.Serializable

public class TransferToken
extends java.lang.Object
implements java.io.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>
 

See Also:
Serialized Form

Field Summary
protected  javax.xml.datatype.XMLGregorianCalendar expirationTime
           
protected  java.lang.String nodeID
           
protected  byte[] opaqueToken
           
 
Constructor Summary
TransferToken()
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getExpirationTime()
          Gets the value of the expirationTime property.
 java.lang.String getNodeID()
          Gets the value of the nodeID property.
 byte[] getOpaqueToken()
          Gets the value of the opaqueToken property.
 void setExpirationTime(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the expirationTime property.
 void setNodeID(java.lang.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

nodeID

protected java.lang.String nodeID

expirationTime

protected javax.xml.datatype.XMLGregorianCalendar expirationTime

opaqueToken

protected byte[] opaqueToken
Constructor Detail

TransferToken

public TransferToken()
Method Detail

getNodeID

public java.lang.String getNodeID()
Gets the value of the nodeID property.

Returns:
possible object is String

setNodeID

public void setNodeID(java.lang.String value)
Sets the value of the nodeID property.

Parameters:
value - allowed object is String

getExpirationTime

public javax.xml.datatype.XMLGregorianCalendar getExpirationTime()
Gets the value of the expirationTime property.

Returns:
possible object is XMLGregorianCalendar

setExpirationTime

public void setExpirationTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the expirationTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

getOpaqueToken

public byte[] getOpaqueToken()
Gets the value of the opaqueToken property.

Returns:
possible object is byte[]

setOpaqueToken

public void setOpaqueToken(byte[] value)
Sets the value of the opaqueToken property.

Parameters:
value - allowed object is byte[]


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