@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public class RegisterPeerManager 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" type="{http://www.w3.org/2005/08/addressing}EndpointReferenceType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected W3CEndpointReference |
peerManager |
| Constructor and Description |
|---|
RegisterPeerManager() |
| Modifier and Type | Method and Description |
|---|---|
W3CEndpointReference |
getPeerManager()
Gets the value of the peerManager property.
|
void |
setPeerManager(W3CEndpointReference value)
Sets the value of the peerManager property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") protected W3CEndpointReference peerManager
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public W3CEndpointReference getPeerManager()
W3CEndpointReference@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public void setPeerManager(W3CEndpointReference value)
value - allowed object is
W3CEndpointReferenceApache CXF