Package org.apache.type_test.types1
Class DerivedChoiceBaseComplex
- java.lang.Object
-
- org.apache.type_test.types1.SimpleStruct
-
- org.apache.type_test.types1.DerivedAllBaseStruct
-
- org.apache.type_test.types1.DerivedChoiceBaseComplex
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public class DerivedChoiceBaseComplex extends DerivedAllBaseStructJava class for DerivedChoiceBaseComplex complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DerivedChoiceBaseComplex"> <complexContent> <extension base="{http://apache.org/type_test/types1}DerivedAllBaseStruct"> <choice> <element name="varStringExtExt" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="varFloatExtExt" type="{http://www.w3.org/2001/XMLSchema}float"/> </choice> <attribute name="attrStringExtExt" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringattrStringExtExtprotected FloatvarFloatExtExtprotected StringvarStringExtExt-
Fields inherited from class org.apache.type_test.types1.DerivedAllBaseStruct
attrString, varFloatExt, varStringExt
-
Fields inherited from class org.apache.type_test.types1.SimpleStruct
varAttrString, varFloat, varInt, varString
-
-
Constructor Summary
Constructors Constructor Description DerivedChoiceBaseComplex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttrStringExtExt()Gets the value of the attrStringExtExt property.FloatgetVarFloatExtExt()Gets the value of the varFloatExtExt property.StringgetVarStringExtExt()Gets the value of the varStringExtExt property.voidsetAttrStringExtExt(String value)Sets the value of the attrStringExtExt property.voidsetVarFloatExtExt(Float value)Sets the value of the varFloatExtExt property.voidsetVarStringExtExt(String value)Sets the value of the varStringExtExt property.-
Methods inherited from class org.apache.type_test.types1.DerivedAllBaseStruct
getAttrString, getVarFloatExt, getVarStringExt, setAttrString, setVarFloatExt, setVarStringExt
-
Methods inherited from class org.apache.type_test.types1.SimpleStruct
getVarAttrString, getVarFloat, getVarInt, getVarString, setVarAttrString, setVarFloat, setVarInt, setVarString
-
-
-
-
Field Detail
-
varStringExtExt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected String varStringExtExt
-
varFloatExtExt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected Float varFloatExtExt
-
attrStringExtExt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected String attrStringExtExt
-
-
Method Detail
-
getVarStringExtExt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public String getVarStringExtExt()Gets the value of the varStringExtExt property.- Returns:
- possible object is
String
-
setVarStringExtExt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public void setVarStringExtExt(String value)Sets the value of the varStringExtExt property.- Parameters:
value- allowed object isString
-
getVarFloatExtExt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public Float getVarFloatExtExt()Gets the value of the varFloatExtExt property.- Returns:
- possible object is
Float
-
setVarFloatExtExt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public void setVarFloatExtExt(Float value)Sets the value of the varFloatExtExt property.- Parameters:
value- allowed object isFloat
-
getAttrStringExtExt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public String getAttrStringExtExt()Gets the value of the attrStringExtExt property.- Returns:
- possible object is
String
-
-