org.apache.hello_world_soap_http.types
Class TestNillable

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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:39+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public class TestNillable
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="NillElem" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="intElem" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int intElem
           
protected  String nillElem
           
 
Constructor Summary
TestNillable()
           
 
Method Summary
 int getIntElem()
          Gets the value of the intElem property.
 String getNillElem()
          Gets the value of the nillElem property.
 void setIntElem(int value)
          Sets the value of the intElem property.
 void setNillElem(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

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

intElem

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

TestNillable

public TestNillable()
Method Detail

getNillElem

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

Returns:
possible object is String

setNillElem

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

Parameters:
value - allowed object is String

getIntElem

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


setIntElem

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



Apache CXF