Class TestNillable

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

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") 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 Details

    • nillElem

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") protected String nillElem
    • intElem

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") protected int intElem
  • Constructor Details

    • TestNillable

      public TestNillable()
  • Method Details

    • getNillElem

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public String getNillElem()
      Gets the value of the nillElem property.
      Returns:
      possible object is String
    • setNillElem

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") 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", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public int getIntElem()
      Gets the value of the intElem property.
    • setIntElem

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public void setIntElem(int value)
      Sets the value of the intElem property.