public class TransferOperationalInfo extends Object implements 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>
Modifier and Type | Field and Description |
---|---|
protected String |
authorizedName |
protected String |
nodeID |
Constructor and Description |
---|
TransferOperationalInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthorizedName()
Gets the value of the authorizedName property.
|
String |
getNodeID()
Gets the value of the nodeID property.
|
void |
setAuthorizedName(String value)
Sets the value of the authorizedName property.
|
void |
setNodeID(String value)
Sets the value of the nodeID property.
|
public String getAuthorizedName()
String
public void setAuthorizedName(String value)
value
- allowed object is
String
public String getNodeID()
String
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.