org.uddi.custody_v3
Class TransferOperationalInfo

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

public class TransferOperationalInfo
extends java.lang.Object
implements java.io.Serializable

Java class for transferOperationalInfo complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="transferOperationalInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:uddi-org:api_v3}authorizedName" minOccurs="0"/>
         <element ref="{urn:uddi-org:api_v3}nodeID" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String authorizedName
           
protected  java.lang.String nodeID
           
 
Constructor Summary
TransferOperationalInfo()
           
 
Method Summary
 java.lang.String getAuthorizedName()
          Gets the value of the authorizedName property.
 java.lang.String getNodeID()
          Gets the value of the nodeID property.
 void setAuthorizedName(java.lang.String value)
          Sets the value of the authorizedName property.
 void setNodeID(java.lang.String value)
          Sets the value of the nodeID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

authorizedName

protected java.lang.String authorizedName

nodeID

protected java.lang.String nodeID
Constructor Detail

TransferOperationalInfo

public TransferOperationalInfo()
Method Detail

getAuthorizedName

public java.lang.String getAuthorizedName()
Gets the value of the authorizedName property.

Returns:
possible object is String

setAuthorizedName

public void setAuthorizedName(java.lang.String value)
Sets the value of the authorizedName property.

Parameters:
value - allowed object is String

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


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