org.apache.type_test.types3
Class SgDerivedTypeC

java.lang.Object
  extended by org.apache.type_test.types3.SgBaseTypeA
      extended by org.apache.type_test.types3.SgDerivedTypeC

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
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
protected  double varFloat
           
 
Fields inherited from class org.apache.type_test.types3.SgBaseTypeA
varInt
 
Constructor Summary
SgDerivedTypeC()
           
 
Method Summary
 double getVarFloat()
          Gets the value of the varFloat property.
 void setVarFloat(double value)
          Sets the value of the varFloat property.
 
Methods inherited from class org.apache.type_test.types3.SgBaseTypeA
getVarInt, setVarInt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

varFloat

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected double varFloat
Constructor Detail

SgDerivedTypeC

public SgDerivedTypeC()
Method Detail

getVarFloat

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public double getVarFloat()
Gets the value of the varFloat property.


setVarFloat

@Generated(value="com.sun.tools.xjc.Driver",
           date="2012-10-02T03:03:36+00:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setVarFloat(double value)
Sets the value of the varFloat property.



Apache CXF