Package org.apache.type_test.types3
Class OccuringChoice
- java.lang.Object
-
- org.apache.type_test.types3.OccuringChoice
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") public class OccuringChoice extends ObjectJava class for OccuringChoice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OccuringChoice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="5"> <element name="varFloat" type="{http://www.w3.org/2001/XMLSchema}float"/> <element name="varInt" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="varString" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> <attribute name="varAttrib" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringvarAttribprotected List<Serializable>varFloatOrVarIntOrVarString
-
Constructor Summary
Constructors Constructor Description OccuringChoice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetVarAttrib()Gets the value of the varAttrib property.List<Serializable>getVarFloatOrVarIntOrVarString()Gets the value of the varFloatOrVarIntOrVarString property.voidsetVarAttrib(String value)Sets the value of the varAttrib property.
-
-
-
Field Detail
-
varFloatOrVarIntOrVarString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") protected List<Serializable> varFloatOrVarIntOrVarString
-
varAttrib
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") protected String varAttrib
-
-
Method Detail
-
getVarFloatOrVarIntOrVarString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") public List<Serializable> getVarFloatOrVarIntOrVarString()Gets the value of the varFloatOrVarIntOrVarString property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the varFloatOrVarIntOrVarString property.For example, to add a new item, do as follows:
getVarFloatOrVarIntOrVarString().add(newItem);Objects of the following type(s) are allowed in the list
FloatIntegerString
-
getVarAttrib
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") public String getVarAttrib()Gets the value of the varAttrib property.- Returns:
- possible object is
String
-
-