@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public class ComplexStruct extends Object
| 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", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") protected float varFloat
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") protected DerivedChoiceBaseComplex varDerivedStruct
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public float getVarFloat()
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public void setVarFloat(float value)
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public DerivedChoiceBaseComplex getVarDerivedStruct()
DerivedChoiceBaseComplex@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public void setVarDerivedStruct(DerivedChoiceBaseComplex value)
value - allowed object is
DerivedChoiceBaseComplex@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public Map<QName,String> getOtherAttributes()
Apache CXF