@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") public class Operation1 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="targetType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="optionString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
optionString |
protected String |
targetType |
| Constructor and Description |
|---|
Operation1() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOptionString()
Gets the value of the optionString property.
|
String |
getTargetType()
Gets the value of the targetType property.
|
void |
setOptionString(String value)
Sets the value of the optionString property.
|
void |
setTargetType(String value)
Sets the value of the targetType property.
|
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") protected String targetType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") protected String optionString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") public String getTargetType()
String@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") public void setTargetType(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") public String getOptionString()
StringApache CXF