org.uddi.custody_v3
Class TransferToken

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

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>
 

See Also:
Serialized Form

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

nodeID

protected String nodeID

expirationTime

protected XMLGregorianCalendar expirationTime

opaqueToken

protected byte[] opaqueToken
Constructor Detail

TransferToken

public TransferToken()
Method Detail

getNodeID

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

Returns:
possible object is String

setNodeID

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

Parameters:
value - allowed object is String

getExpirationTime

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

Returns:
possible object is XMLGregorianCalendar

setExpirationTime

public void setExpirationTime(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-2013 The Apache Software Foundation. All Rights Reserved.