org.apache.cxf.no_body_parts.types
Class Operation1

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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:38+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:38+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String targetType

optionString

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:38+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String optionString
Constructor Detail

Operation1

public Operation1()
Method Detail

getTargetType

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:38+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getTargetType()
Gets the value of the targetType property.

Returns:
possible object is String

setTargetType

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:38+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setTargetType(String value)
Sets the value of the targetType property.

Parameters:
value - allowed object is String

getOptionString

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:38+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getOptionString()
Gets the value of the optionString property.

Returns:
possible object is String

setOptionString

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:38+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setOptionString(String value)
Sets the value of the optionString property.

Parameters:
value - allowed object is String


Apache CXF