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