@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public class RegisterPeerManagerResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
nodeId |
protected W3CEndpointReference |
peerManagerReference |
| Constructor and Description |
|---|
RegisterPeerManagerResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNodeId()
Gets the value of the nodeId property.
|
W3CEndpointReference |
getPeerManagerReference()
Gets the value of the peerManagerReference property.
|
void |
setNodeId(String value)
Sets the value of the nodeId property.
|
void |
setPeerManagerReference(W3CEndpointReference value)
Sets the value of the peerManagerReference property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") protected W3CEndpointReference peerManagerReference
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") protected String nodeId
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public W3CEndpointReference getPeerManagerReference()
W3CEndpointReference@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public void setPeerManagerReference(W3CEndpointReference value)
value - allowed object is
W3CEndpointReference@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public String getNodeId()
StringApache CXF