@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") public class ComplexStruct extends Object
Java class for ComplexStruct complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComplexStruct">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="varFloat" type="{http://www.w3.org/2001/XMLSchema}float"/>
<element name="varDerivedStruct" type="{http://apache.org/type_test/types1}DerivedChoiceBaseComplex"/>
</sequence>
<anyAttribute/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DerivedChoiceBaseComplex |
varDerivedStruct |
protected float |
varFloat |
| Constructor and Description |
|---|
ComplexStruct() |
| Modifier and Type | Method and Description |
|---|---|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
DerivedChoiceBaseComplex |
getVarDerivedStruct()
Gets the value of the varDerivedStruct property.
|
float |
getVarFloat()
Gets the value of the varFloat property.
|
void |
setVarDerivedStruct(DerivedChoiceBaseComplex value)
Sets the value of the varDerivedStruct property.
|
void |
setVarFloat(float value)
Sets the value of the varFloat property.
|
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") protected float varFloat
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") protected DerivedChoiceBaseComplex varDerivedStruct
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") public float getVarFloat()
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") public void setVarFloat(float value)
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") public DerivedChoiceBaseComplex getVarDerivedStruct()
DerivedChoiceBaseComplex@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") public void setVarDerivedStruct(DerivedChoiceBaseComplex value)
value - allowed object is
DerivedChoiceBaseComplex@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:58-04:00") public Map<QName,String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
Apache CXF