org.apache.hello_world_soap_http.types
Class TestNillable

java.lang.Object
  extended by org.apache.hello_world_soap_http.types.TestNillable

public class TestNillable
extends java.lang.Object

Java class for testNillable element declaration.

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

 <element name="testNillable">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="NillElem" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="intElem" type="{http://www.w3.org/2001/XMLSchema}int"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Field Summary
protected  int intElem
           
protected  java.lang.String nillElem
           
 
Constructor Summary
TestNillable()
           
 
Method Summary
 int getIntElem()
          Gets the value of the intElem property.
 java.lang.String getNillElem()
          Gets the value of the nillElem property.
 void setIntElem(int value)
          Sets the value of the intElem property.
 void setNillElem(java.lang.String value)
          Sets the value of the nillElem property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nillElem

protected java.lang.String nillElem

intElem

protected int intElem
Constructor Detail

TestNillable

public TestNillable()
Method Detail

getNillElem

public java.lang.String getNillElem()
Gets the value of the nillElem property.

Returns:
possible object is String

setNillElem

public void setNillElem(java.lang.String value)
Sets the value of the nillElem property.

Parameters:
value - allowed object is String

getIntElem

public int getIntElem()
Gets the value of the intElem property.


setIntElem

public void setIntElem(int value)
Sets the value of the intElem property.



Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.