Package org.apache.type_test.types3
Class StructWithNillableChoice
- java.lang.Object
-
- org.apache.type_test.types3.StructWithNillableChoice
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public class StructWithNillableChoice extends ObjectJava class for StructWithNillableChoice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StructWithNillableChoice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="varInteger" type="{http://www.w3.org/2001/XMLSchema}int"/> <choice minOccurs="0"> <element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="varString" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected IntegervarIntprotected intvarIntegerprotected StringvarString
-
Constructor Summary
Constructors Constructor Description StructWithNillableChoice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetVarInt()Gets the value of the varInt property.intgetVarInteger()Gets the value of the varInteger property.StringgetVarString()Gets the value of the varString property.voidsetVarInt(Integer value)Sets the value of the varInt property.voidsetVarInteger(int value)Sets the value of the varInteger property.voidsetVarString(String value)Sets the value of the varString property.
-
-
-
Field Detail
-
varInteger
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected int varInteger
-
varInt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected Integer varInt
-
varString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected String varString
-
-
Method Detail
-
getVarInteger
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public int getVarInteger()Gets the value of the varInteger property.
-
setVarInteger
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public void setVarInteger(int value)Sets the value of the varInteger property.
-
getVarInt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public Integer getVarInt()Gets the value of the varInt property.- Returns:
- possible object is
Integer
-
setVarInt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public void setVarInt(Integer value)Sets the value of the varInt property.- Parameters:
value- allowed object isInteger
-
getVarString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public String getVarString()Gets the value of the varString property.- Returns:
- possible object is
String
-
-