|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.locator.types.RegisterPeerManagerResponse
public class RegisterPeerManagerResponse
Output message element for "registerPeerManager" operation.
Java class for registerPeerManagerResponse element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="registerPeerManagerResponse">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="peer_manager_reference" type="{http://www.w3.org/2005/08/addressing}EndpointReferenceType"/>
<element name="node_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Field Summary | |
|---|---|
protected java.lang.String |
nodeId
|
protected EndpointReferenceType |
peerManagerReference
|
| Constructor Summary | |
|---|---|
RegisterPeerManagerResponse()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getNodeId()
Gets the value of the nodeId property. |
EndpointReferenceType |
getPeerManagerReference()
Gets the value of the peerManagerReference property. |
void |
setNodeId(java.lang.String value)
Sets the value of the nodeId property. |
void |
setPeerManagerReference(EndpointReferenceType value)
Sets the value of the peerManagerReference property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected EndpointReferenceType peerManagerReference
protected java.lang.String nodeId
| Constructor Detail |
|---|
public RegisterPeerManagerResponse()
| Method Detail |
|---|
public EndpointReferenceType getPeerManagerReference()
EndpointReferenceTypepublic void setPeerManagerReference(EndpointReferenceType value)
value - allowed object is
EndpointReferenceTypepublic java.lang.String getNodeId()
Stringpublic void setNodeId(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||