org.apache.hello_world_soap_action.types.wrapped
Class SayHiRequestWrapped
java.lang.Object
org.apache.hello_world_soap_action.types.wrapped.SayHiRequestWrapped
@Generated(value="com.sun.tools.xjc.Driver",
date="2013-07-16T09:39:19-04:00",
comments="JAXB RI v2.2.5.1")
public class SayHiRequestWrapped- 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="wrappedText" 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 |
wrappedText
@Generated(value="com.sun.tools.xjc.Driver",
date="2013-07-16T09:39:19-04:00",
comments="JAXB RI v2.2.5.1")
protected String wrappedText
SayHiRequestWrapped
public SayHiRequestWrapped()
getWrappedText
@Generated(value="com.sun.tools.xjc.Driver",
date="2013-07-16T09:39:19-04:00",
comments="JAXB RI v2.2.5.1")
public String getWrappedText()
- Gets the value of the wrappedText property.
- Returns:
- possible object is
String
setWrappedText
@Generated(value="com.sun.tools.xjc.Driver",
date="2013-07-16T09:39:19-04:00",
comments="JAXB RI v2.2.5.1")
public void setWrappedText(String value)
- Sets the value of the wrappedText property.
- Parameters:
value - allowed object is
String
Apache CXF