org.apache.type_test.types1
Class DerivedStructBaseStruct

java.lang.Object
  extended by org.apache.type_test.types1.SimpleStruct
      extended by org.apache.type_test.types1.DerivedStructBaseStruct

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>
 


Field Summary
protected  java.lang.String attrString1
           
protected  java.lang.String attrString2
           
protected  float varFloatExt
           
protected  java.lang.String varStringExt
           
 
Fields inherited from class org.apache.type_test.types1.SimpleStruct
varAttrString, varFloat, varInt, varString
 
Constructor Summary
DerivedStructBaseStruct()
           
 
Method Summary
 java.lang.String getAttrString1()
          Gets the value of the attrString1 property.
 java.lang.String getAttrString2()
          Gets the value of the attrString2 property.
 float getVarFloatExt()
          Gets the value of the varFloatExt property.
 java.lang.String getVarStringExt()
          Gets the value of the varStringExt property.
 void setAttrString1(java.lang.String value)
          Sets the value of the attrString1 property.
 void setAttrString2(java.lang.String value)
          Sets the value of the attrString2 property.
 void setVarFloatExt(float value)
          Sets the value of the varFloatExt property.
 void setVarStringExt(java.lang.String value)
          Sets the value of the varStringExt property.
 
Methods inherited from class org.apache.type_test.types1.SimpleStruct
getVarAttrString, getVarFloat, getVarInt, getVarString, setVarAttrString, setVarFloat, setVarInt, setVarString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

varStringExt

protected java.lang.String varStringExt

varFloatExt

protected float varFloatExt

attrString1

protected java.lang.String attrString1

attrString2

protected java.lang.String attrString2
Constructor Detail

DerivedStructBaseStruct

public DerivedStructBaseStruct()
Method Detail

getVarStringExt

public java.lang.String getVarStringExt()
Gets the value of the varStringExt property.

Returns:
possible object is String

setVarStringExt

public void setVarStringExt(java.lang.String value)
Sets the value of the varStringExt property.

Parameters:
value - allowed object is String

getVarFloatExt

public float getVarFloatExt()
Gets the value of the varFloatExt property.


setVarFloatExt

public void setVarFloatExt(float value)
Sets the value of the varFloatExt property.


getAttrString1

public java.lang.String getAttrString1()
Gets the value of the attrString1 property.

Returns:
possible object is String

setAttrString1

public void setAttrString1(java.lang.String value)
Sets the value of the attrString1 property.

Parameters:
value - allowed object is String

getAttrString2

public java.lang.String getAttrString2()
Gets the value of the attrString2 property.

Returns:
possible object is String

setAttrString2

public void setAttrString2(java.lang.String value)
Sets the value of the attrString2 property.

Parameters:
value - allowed object is String


Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.