@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public class DerivedStructBaseStruct extends SimpleStruct
Java class for DerivedStructBaseStruct complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DerivedStructBaseStruct">
<complexContent>
<extension base="{http://apache.org/type_test/types1}SimpleStruct">
<sequence>
<element name="varStringExt" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="varFloatExt" type="{http://www.w3.org/2001/XMLSchema}float"/>
</sequence>
<attribute name="attrString1" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="attrString2" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
attrString1 |
protected String |
attrString2 |
protected float |
varFloatExt |
protected String |
varStringExt |
varAttrString, varFloat, varInt, varString| Constructor and Description |
|---|
DerivedStructBaseStruct() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrString1()
Gets the value of the attrString1 property.
|
String |
getAttrString2()
Gets the value of the attrString2 property.
|
float |
getVarFloatExt()
Gets the value of the varFloatExt property.
|
String |
getVarStringExt()
Gets the value of the varStringExt property.
|
void |
setAttrString1(String value)
Sets the value of the attrString1 property.
|
void |
setAttrString2(String value)
Sets the value of the attrString2 property.
|
void |
setVarFloatExt(float value)
Sets the value of the varFloatExt property.
|
void |
setVarStringExt(String value)
Sets the value of the varStringExt property.
|
getVarAttrString, getVarFloat, getVarInt, getVarString, setVarAttrString, setVarFloat, setVarInt, setVarString@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 attrString1
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected String attrString2
@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()
@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)
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public String getAttrString1()
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setAttrString1(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 String getAttrString2()
StringApache CXF