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="2014-07-15T02:38:31-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
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="2014-07-15T02:38:31-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
protected String nillElem

intElem

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:31-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
protected int intElem
Constructor Detail

TestNillable

public TestNillable()
Method Detail

getNillElem

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:31-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
public String getNillElem()
Gets the value of the nillElem property.

Returns:
possible object is String

setNillElem

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:31-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
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="2014-07-15T02:38:31-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
public int getIntElem()
Gets the value of the intElem property.


setIntElem

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-07-15T02:38:31-04:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
public void setIntElem(int value)
Sets the value of the intElem property.



Apache CXF