Package org.apache.type_test.types3
Class SgDerivedTypeC
java.lang.Object
org.apache.type_test.types3.SgBaseTypeA
org.apache.type_test.types3.SgDerivedTypeC
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2023-06-06T12:44:56-04:00")
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>
-
Field Summary
FieldsFields inherited from class org.apache.type_test.types3.SgBaseTypeA
varInt -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleGets the value of the varFloat property.voidsetVarFloat(double value) Sets the value of the varFloat property.Methods inherited from class org.apache.type_test.types3.SgBaseTypeA
getVarInt, setVarInt
-
Field Details
-
varFloat
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") protected double varFloat
-
-
Constructor Details
-
SgDerivedTypeC
public SgDerivedTypeC()
-
-
Method Details
-
getVarFloat
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public double getVarFloat()Gets the value of the varFloat property. -
setVarFloat
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-04:00") public void setVarFloat(double value) Sets the value of the varFloat property.
-