Class TestNillable
- java.lang.Object
-
- org.apache.hello_world_soap_http.types.TestNillable
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:24-04:00") public class TestNillable extends ObjectJava 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>
-
-
Constructor Summary
Constructors Constructor Description TestNillable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIntElem()Gets the value of the intElem property.StringgetNillElem()Gets the value of the nillElem property.voidsetIntElem(int value)Sets the value of the intElem property.voidsetNillElem(String value)Sets the value of the nillElem property.
-
-
-
Field Detail
-
nillElem
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:24-04:00") protected String nillElem
-
intElem
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:24-04:00") protected int intElem
-
-
Method Detail
-
getNillElem
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:24-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 v2.3.5", date="2023-06-06T11:29:24-04:00") public void setNillElem(String value)Sets the value of the nillElem property.- Parameters:
value- allowed object isString
-
getIntElem
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:24-04:00") public int getIntElem()Gets the value of the intElem property.
-
setIntElem
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:24-04:00") public void setIntElem(int value)Sets the value of the intElem property.
-
-