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 v3.0.2",
date="2023-06-06T12:44:56-04:00")
public class DerivedChoiceBaseComplex
extends DerivedAllBaseStruct
Java 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
FieldsFields inherited from class org.apache.type_test.types1.DerivedAllBaseStruct
attrString, varFloatExt, varStringExtFields inherited from class org.apache.type_test.types1.SimpleStruct
varAttrString, varFloat, varInt, varString -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attrStringExtExt property.Gets the value of the varFloatExtExt property.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, setVarStringExtMethods inherited from class org.apache.type_test.types1.SimpleStruct
getVarAttrString, getVarFloat, getVarInt, getVarString, setVarAttrString, setVarFloat, setVarInt, setVarString
-
Field Details
-
varStringExtExt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") protected String varStringExtExt -
varFloatExtExt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") protected Float varFloatExtExt -
attrStringExtExt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") protected String attrStringExtExt
-
-
Constructor Details
-
DerivedChoiceBaseComplex
public DerivedChoiceBaseComplex()
-
-
Method Details
-
getVarStringExtExt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-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 v3.0.2", date="2023-06-06T12:44:56-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 v3.0.2", date="2023-06-06T12:44:56-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 v3.0.2", date="2023-06-06T12:44:56-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 v3.0.2", date="2023-06-06T12:44:56-04:00") public String getAttrStringExtExt()Gets the value of the attrStringExtExt property.- Returns:
- possible object is
String
-
setAttrStringExtExt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public void setAttrStringExtExt(String value) Sets the value of the attrStringExtExt property.- Parameters:
value- allowed object isString
-