org.apache.hello_world_soap_action.types.wrapped
Class SayHiResponse2Wrapped
java.lang.Object
org.apache.hello_world_soap_action.types.wrapped.SayHiResponse2Wrapped
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-08-14T05:38:37-04:00",
comments="JAXB RI v2.2.5")
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
wrappedTextResponse
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-08-14T05:38:37-04:00",
comments="JAXB RI v2.2.5")
protected String wrappedTextResponse
SayHiResponse2Wrapped
public SayHiResponse2Wrapped()
getWrappedTextResponse
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-08-14T05:38:37-04:00",
comments="JAXB RI v2.2.5")
public String getWrappedTextResponse()
- Gets the value of the wrappedTextResponse property.
- Returns:
- possible object is
String
setWrappedTextResponse
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-08-14T05:38:37-04:00",
comments="JAXB RI v2.2.5")
public void setWrappedTextResponse(String value)
- Sets the value of the wrappedTextResponse property.
- Parameters:
value - allowed object is
String
Apache CXF