Package org.apache.cxf.factory_pattern
Class CreateResponse
java.lang.Object
org.apache.cxf.factory_pattern.CreateResponse
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2023-06-06T12:44:57-04:00")
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.xml.ws.wsaddressing.W3CEndpointReference -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_return
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:57-04:00") protected jakarta.xml.ws.wsaddressing.W3CEndpointReference _return
-
-
Constructor Details
-
CreateResponse
public CreateResponse()
-
-
Method Details
-
getReturn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:57-04:00") public jakarta.xml.ws.wsaddressing.W3CEndpointReference getReturn()Gets the value of the return property.- Returns:
- possible object is
W3CEndpointReference
-
setReturn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:57-04:00") public void setReturn(jakarta.xml.ws.wsaddressing.W3CEndpointReference value) Sets the value of the return property.- Parameters:
value- allowed object isW3CEndpointReference
-