@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:48-02:30",
comments="JAXB RI v2.2.5")
public class CreateResponse
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="return" type="{http://www.w3.org/2005/08/addressing}EndpointReferenceType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.ws.wsaddressing.W3CEndpointReference |
_return |
| Constructor and Description |
|---|
CreateResponse() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.ws.wsaddressing.W3CEndpointReference |
getReturn()
Gets the value of the return property.
|
void |
setReturn(javax.xml.ws.wsaddressing.W3CEndpointReference value)
Sets the value of the return property.
|
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:48-02:30",
comments="JAXB RI v2.2.5")
protected javax.xml.ws.wsaddressing.W3CEndpointReference _return
@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:48-02:30",
comments="JAXB RI v2.2.5")
public javax.xml.ws.wsaddressing.W3CEndpointReference getReturn()
W3CEndpointReference@Generated(value="com.sun.tools.xjc.Driver",
date="2014-05-30T10:16:48-02:30",
comments="JAXB RI v2.2.5")
public void setReturn(javax.xml.ws.wsaddressing.W3CEndpointReference value)
value - allowed object is
W3CEndpointReferenceApache CXF