@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
attrStringExtExt |
protected Float |
varFloatExtExt |
protected String |
varStringExtExt |
attrString, varFloatExt, varStringExtvarAttrString, varFloat, varInt, varString| Constructor and Description |
|---|
DerivedChoiceBaseComplex() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrStringExtExt()
Gets the value of the attrStringExtExt property.
|
Float |
getVarFloatExtExt()
Gets the value of the varFloatExtExt property.
|
String |
getVarStringExtExt()
Gets the value of the varStringExtExt property.
|
void |
setAttrStringExtExt(String value)
Sets the value of the attrStringExtExt property.
|
void |
setVarFloatExtExt(Float value)
Sets the value of the varFloatExtExt property.
|
void |
setVarStringExtExt(String value)
Sets the value of the varStringExtExt property.
|
getAttrString, getVarFloatExt, getVarStringExt, setAttrString, setVarFloatExt, setVarStringExtgetVarAttrString, getVarFloat, getVarInt, getVarString, setVarAttrString, setVarFloat, setVarInt, setVarString@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") protected String varStringExtExt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") protected Float varFloatExtExt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") protected String attrStringExtExt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") public String getVarStringExtExt()
String@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") public void setVarStringExtExt(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") public Float getVarFloatExtExt()
Float@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") public void setVarFloatExtExt(Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") public String getAttrStringExtExt()
StringApache CXF