org.apache.type_test.types1
Class DerivedStructBaseEmpty

java.lang.Object
  extended by org.apache.type_test.types1.EmptyStruct
      extended by org.apache.type_test.types1.DerivedStructBaseEmpty

@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 DerivedStructBaseEmpty
extends EmptyStruct

Java class for DerivedStructBaseEmpty complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DerivedStructBaseEmpty">
   <complexContent>
     <extension base="{http://apache.org/type_test/types1}EmptyStruct">
       <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="attrString" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String attrString
           
protected  float varFloatExt
           
protected  String varStringExt
           
 
Constructor Summary
DerivedStructBaseEmpty()
           
 
Method Summary
 String getAttrString()
          Gets the value of the attrString property.
 float getVarFloatExt()
          Gets the value of the varFloatExt property.
 String getVarStringExt()
          Gets the value of the varStringExt property.
 void setAttrString(String value)
          Sets the value of the attrString property.
 void setVarFloatExt(float value)
          Sets the value of the varFloatExt property.
 void setVarStringExt(String value)
          Sets the value of the varStringExt property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

varStringExt

@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 String varStringExt

varFloatExt

@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 float varFloatExt

attrString

@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 String attrString
Constructor Detail

DerivedStructBaseEmpty

public DerivedStructBaseEmpty()
Method Detail

getVarStringExt

@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 String getVarStringExt()
Gets the value of the varStringExt property.

Returns:
possible object is String

setVarStringExt

@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 setVarStringExt(String value)
Sets the value of the varStringExt property.

Parameters:
value - allowed object is String

getVarFloatExt

@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 float getVarFloatExt()
Gets the value of the varFloatExt property.


setVarFloatExt

@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 setVarFloatExt(float value)
Sets the value of the varFloatExt property.


getAttrString

@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 String getAttrString()
Gets the value of the attrString property.

Returns:
possible object is String

setAttrString

@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 setAttrString(String value)
Sets the value of the attrString property.

Parameters:
value - allowed object is String


Apache CXF