@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public class SgDerivedTypeC extends SgBaseTypeA
Java class for sgDerivedType_C complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sgDerivedType_C">
<complexContent>
<extension base="{http://apache.org/type_test/types3}sgBaseType_A">
<sequence>
<element name="varFloat" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
varFloat |
varInt| Constructor and Description |
|---|
SgDerivedTypeC() |
| Modifier and Type | Method and Description |
|---|---|
double |
getVarFloat()
Gets the value of the varFloat property.
|
void |
setVarFloat(double value)
Sets the value of the varFloat property.
|
getVarInt, setVarInt@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected double varFloat
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public double getVarFloat()
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setVarFloat(double value)
Apache CXF