org.apache.type_test.types1
Class DerivedChoiceBaseStruct

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

public class DerivedChoiceBaseStruct
extends SimpleStruct

Java class for DerivedChoiceBaseStruct complex type.

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

 <complexType name="DerivedChoiceBaseStruct">
   <complexContent>
     <extension base="{http://apache.org/type_test/types1}SimpleStruct">
       <choice>
         <element name="varStringExt" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="varFloatExt" type="{http://www.w3.org/2001/XMLSchema}float"/>
       </choice>
       <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
           
 
Fields inherited from class org.apache.type_test.types1.SimpleStruct
varAttrString, varFloat, varInt, varString
 
Constructor Summary
DerivedChoiceBaseStruct()
           
 
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 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 String varStringExt

varFloatExt

protected Float varFloatExt

attrString

protected String attrString
Constructor Detail

DerivedChoiceBaseStruct

public DerivedChoiceBaseStruct()
Method Detail

getVarStringExt

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

Returns:
possible object is String

setVarStringExt

public void setVarStringExt(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.

Returns:
possible object is Float

setVarFloatExt

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

Parameters:
value - allowed object is Float

getAttrString

public String getAttrString()
Gets the value of the attrString property.

Returns:
possible object is String

setAttrString

public void setAttrString(String value)
Sets the value of the attrString property.

Parameters:
value - allowed object is String


Apache CXF