|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.uddi.custody_v3.TransferOperationalInfo
public class TransferOperationalInfo
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>
| Field Summary | |
|---|---|
protected String |
authorizedName
|
protected String |
nodeID
|
| Constructor Summary | |
|---|---|
TransferOperationalInfo()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String authorizedName
protected String nodeID
| Constructor Detail |
|---|
public TransferOperationalInfo()
| Method Detail |
|---|
public String getAuthorizedName()
Stringpublic void setAuthorizedName(String value)
value - allowed object is
Stringpublic String getNodeID()
Stringpublic void setNodeID(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||