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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets the value of the intElem property.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 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 isString
-
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.
-