org.apache.cxf.no_body_parts.types
Class Operation1

java.lang.Object
  extended by org.apache.cxf.no_body_parts.types.Operation1

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
protected  String optionString
           
protected  String targetType
           
 
Constructor Summary
Operation1()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

targetType

protected String targetType

optionString

protected String optionString
Constructor Detail

Operation1

public Operation1()
Method Detail

getTargetType

public String getTargetType()
Gets the value of the targetType property.

Returns:
possible object is String

setTargetType

public void setTargetType(String value)
Sets the value of the targetType property.

Parameters:
value - allowed object is String

getOptionString

public String getOptionString()
Gets the value of the optionString property.

Returns:
possible object is String

setOptionString

public void setOptionString(String value)
Sets the value of the optionString property.

Parameters:
value - allowed object is String


Apache CXF