org.apache.cxf.jaxb_element_test
Class NewOperation

java.lang.Object
  extended by org.apache.cxf.jaxb_element_test.NewOperation

public class NewOperation
extends java.lang.Object

Java class for NewOperation element declaration.

The following schema fragment specifies the expected content contained within this class.

 <element name="NewOperation">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="in" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Field Summary
protected  javax.xml.bind.JAXBElement<java.lang.String> in
           
 
Constructor Summary
NewOperation()
           
 
Method Summary
 javax.xml.bind.JAXBElement<java.lang.String> getIn()
          Gets the value of the in property.
 void setIn(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the in property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

in

protected javax.xml.bind.JAXBElement<java.lang.String> in
Constructor Detail

NewOperation

public NewOperation()
Method Detail

getIn

public javax.xml.bind.JAXBElement<java.lang.String> getIn()
Gets the value of the in property.

Returns:
possible object is JAXBElement<String>

setIn

public void setIn(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the in property.

Parameters:
value - allowed object is JAXBElement<String>


Apache CXF