Package org.apache.type_test.types1
Class DerivedChoiceBaseArray
- java.lang.Object
-
- org.apache.type_test.types1.UnboundedArray
-
- org.apache.type_test.types1.DerivedChoiceBaseArray
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") public class DerivedChoiceBaseArray extends UnboundedArrayJava class for DerivedChoiceBaseArray complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DerivedChoiceBaseArray"> <complexContent> <extension base="{http://apache.org/type_test/types1}UnboundedArray"> <choice> <element name="varStringExt" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="varFloatExt" type="{http://www.w3.org/2001/XMLSchema}float"/> </choice> <attribute name="attrStringExt" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringattrStringExtprotected FloatvarFloatExtprotected StringvarStringExt-
Fields inherited from class org.apache.type_test.types1.UnboundedArray
item
-
-
Constructor Summary
Constructors Constructor Description DerivedChoiceBaseArray()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttrStringExt()Gets the value of the attrStringExt property.FloatgetVarFloatExt()Gets the value of the varFloatExt property.StringgetVarStringExt()Gets the value of the varStringExt property.voidsetAttrStringExt(String value)Sets the value of the attrStringExt property.voidsetVarFloatExt(Float value)Sets the value of the varFloatExt property.voidsetVarStringExt(String value)Sets the value of the varStringExt property.-
Methods inherited from class org.apache.type_test.types1.UnboundedArray
getItem
-
-
-
-
Field Detail
-
varStringExt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") protected String varStringExt
-
varFloatExt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") protected Float varFloatExt
-
attrStringExt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") protected String attrStringExt
-
-
Method Detail
-
getVarStringExt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") public String getVarStringExt()Gets the value of the varStringExt property.- Returns:
- possible object is
String
-
setVarStringExt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") public void setVarStringExt(String value)Sets the value of the varStringExt property.- Parameters:
value- allowed object isString
-
getVarFloatExt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") public Float getVarFloatExt()Gets the value of the varFloatExt property.- Returns:
- possible object is
Float
-
setVarFloatExt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") public void setVarFloatExt(Float value)Sets the value of the varFloatExt property.- Parameters:
value- allowed object isFloat
-
getAttrStringExt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:40-05:00") public String getAttrStringExt()Gets the value of the attrStringExt property.- Returns:
- possible object is
String
-
-