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 java.lang.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  java.lang.String optionString
           
protected  java.lang.String targetType
           
 
Constructor Summary
Operation1()
           
 
Method Summary
 java.lang.String getOptionString()
          Gets the value of the optionString property.
 java.lang.String getTargetType()
          Gets the value of the targetType property.
 void setOptionString(java.lang.String value)
          Sets the value of the optionString property.
 void setTargetType(java.lang.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 java.lang.String targetType

optionString

protected java.lang.String optionString
Constructor Detail

Operation1

public Operation1()
Method Detail

getTargetType

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

Returns:
possible object is String

setTargetType

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

Parameters:
value - allowed object is String

getOptionString

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

Returns:
possible object is String

setOptionString

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

Parameters:
value - allowed object is String


Apache CXF