Class Operation1
java.lang.Object
org.apache.cxf.no_body_parts.types.Operation1
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2023-06-06T12:44:56-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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the optionString property.Gets the value of the targetType property.voidsetOptionString(String value) Sets the value of the optionString property.voidsetTargetType(String value) Sets the value of the targetType property.
-
Field Details
-
Constructor Details
-
Operation1
public Operation1()
-
-
Method Details
-
getTargetType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public String getTargetType()Gets the value of the targetType property.- Returns:
- possible object is
String
-
setTargetType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public void setTargetType(String value) Sets the value of the targetType property.- Parameters:
value- allowed object isString
-
getOptionString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public String getOptionString()Gets the value of the optionString property.- Returns:
- possible object is
String
-
setOptionString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public void setOptionString(String value) Sets the value of the optionString property.- Parameters:
value- allowed object isString
-