@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public class DerivedChoiceBaseArray extends UnboundedArray
Java 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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
attrStringExt |
protected Float |
varFloatExt |
protected String |
varStringExt |
item| Constructor and Description |
|---|
DerivedChoiceBaseArray() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrStringExt()
Gets the value of the attrStringExt property.
|
Float |
getVarFloatExt()
Gets the value of the varFloatExt property.
|
String |
getVarStringExt()
Gets the value of the varStringExt property.
|
void |
setAttrStringExt(String value)
Sets the value of the attrStringExt property.
|
void |
setVarFloatExt(Float value)
Sets the value of the varFloatExt property.
|
void |
setVarStringExt(String value)
Sets the value of the varStringExt property.
|
getItem@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected String varStringExt
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected Float varFloatExt
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected String attrStringExt
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public String getVarStringExt()
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setVarStringExt(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public Float getVarFloatExt()
Float@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setVarFloatExt(Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public String getAttrStringExt()
StringApache CXF