org.apache.type_test.types1
Class DerivedChoiceBaseArray

java.lang.Object
  extended by org.apache.type_test.types1.UnboundedArray
      extended by org.apache.type_test.types1.DerivedChoiceBaseArray

public class DerivedChoiceBaseArray
extends UnboundedArray

Java class for DerivedChoiceBaseArray complex type.

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

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


Field Summary
protected  String attrStringExt
           
protected  Float varFloatExt
           
protected  String varStringExt
           
 
Fields inherited from class org.apache.type_test.types1.UnboundedArray
item
 
Constructor Summary
DerivedChoiceBaseArray()
           
 
Method Summary
 String getAttrStringExt()
          Gets the value of the attrStringExt property.
 Float getVarFloatExt()
          Gets the value of the varFloatExt property.
 String getVarStringExt()
          Gets the value of the varStringExt property.
 void setAttrStringExt(String value)
          Sets the value of the attrStringExt 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.UnboundedArray
getItem
 
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

attrStringExt

protected String attrStringExt
Constructor Detail

DerivedChoiceBaseArray

public DerivedChoiceBaseArray()
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

getAttrStringExt

public String getAttrStringExt()
Gets the value of the attrStringExt property.

Returns:
possible object is String

setAttrStringExt

public void setAttrStringExt(String value)
Sets the value of the attrStringExt property.

Parameters:
value - allowed object is String


Apache CXF