@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:24+02:00", comments="JAXB RI v2.2.6") public class NewOperation 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="in" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<String> |
in |
| Constructor and Description |
|---|
NewOperation() |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<String> |
getIn()
Gets the value of the in property.
|
void |
setIn(JAXBElement<String> value)
Sets the value of the in property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:24+02:00", comments="JAXB RI v2.2.6") protected JAXBElement<String> in
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:24+02:00", comments="JAXB RI v2.2.6") public JAXBElement<String> getIn()
JAXBElement<String>@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:24+02:00", comments="JAXB RI v2.2.6") public void setIn(JAXBElement<String> value)
value - allowed object is
JAXBElement<String>Apache CXF