org.apache.cxf.factory_pattern
Class CreateResponse

java.lang.Object
  extended by org.apache.cxf.factory_pattern.CreateResponse

public class CreateResponse
extends java.lang.Object

Java class for createResponse element declaration.

The following schema fragment specifies the expected content contained within this class.

 <element name="createResponse">
   <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>
 </element>
 


Field Summary
protected  EndpointReferenceType _return
           
 
Constructor Summary
CreateResponse()
           
 
Method Summary
 EndpointReferenceType getReturn()
          Gets the value of the return property.
 void setReturn(EndpointReferenceType value)
          Sets the value of the return property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_return

protected EndpointReferenceType _return
Constructor Detail

CreateResponse

public CreateResponse()
Method Detail

getReturn

public EndpointReferenceType getReturn()
Gets the value of the return property.

Returns:
possible object is EndpointReferenceType

setReturn

public void setReturn(EndpointReferenceType value)
Sets the value of the return property.

Parameters:
value - allowed object is EndpointReferenceType


Apache CXF