org.apache.hello_world_soap_action.types.wrapped
Class SayHiResponse2Wrapped

java.lang.Object
  extended by org.apache.hello_world_soap_action.types.wrapped.SayHiResponse2Wrapped

public class SayHiResponse2Wrapped
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="wrappedTextResponse" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String wrappedTextResponse
           
 
Constructor Summary
SayHiResponse2Wrapped()
           
 
Method Summary
 String getWrappedTextResponse()
          Gets the value of the wrappedTextResponse property.
 void setWrappedTextResponse(String value)
          Sets the value of the wrappedTextResponse property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wrappedTextResponse

protected String wrappedTextResponse
Constructor Detail

SayHiResponse2Wrapped

public SayHiResponse2Wrapped()
Method Detail

getWrappedTextResponse

public String getWrappedTextResponse()
Gets the value of the wrappedTextResponse property.

Returns:
possible object is String

setWrappedTextResponse

public void setWrappedTextResponse(String value)
Sets the value of the wrappedTextResponse property.

Parameters:
value - allowed object is String


Apache CXF