Package org.apache.type_test.types1
Class DerivedStructBaseStruct
- java.lang.Object
-
- org.apache.type_test.types1.SimpleStruct
-
- org.apache.type_test.types1.DerivedStructBaseStruct
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public class DerivedStructBaseStruct extends SimpleStructJava 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
Fields Modifier and Type Field Description protected StringattrString1protected StringattrString2protected floatvarFloatExtprotected StringvarStringExt-
Fields inherited from class org.apache.type_test.types1.SimpleStruct
varAttrString, varFloat, varInt, varString
-
-
Constructor Summary
Constructors Constructor Description DerivedStructBaseStruct()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttrString1()Gets the value of the attrString1 property.StringgetAttrString2()Gets the value of the attrString2 property.floatgetVarFloatExt()Gets the value of the varFloatExt property.StringgetVarStringExt()Gets the value of the varStringExt property.voidsetAttrString1(String value)Sets the value of the attrString1 property.voidsetAttrString2(String value)Sets the value of the attrString2 property.voidsetVarFloatExt(float value)Sets the value of the varFloatExt property.voidsetVarStringExt(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
-
-
-
-
Field Detail
-
varStringExt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected String varStringExt
-
varFloatExt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected float varFloatExt
-
attrString1
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected String attrString1
-
attrString2
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected String attrString2
-
-
Method Detail
-
getVarStringExt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public String getVarStringExt()Gets the value of the varStringExt property.- Returns:
- possible object is
String
-
setVarStringExt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public void setVarStringExt(String value)Sets the value of the varStringExt property.- Parameters:
value- allowed object isString
-
getVarFloatExt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public float getVarFloatExt()Gets the value of the varFloatExt property.
-
setVarFloatExt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public void setVarFloatExt(float value)Sets the value of the varFloatExt property.
-
getAttrString1
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public String getAttrString1()Gets the value of the attrString1 property.- Returns:
- possible object is
String
-
setAttrString1
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public void setAttrString1(String value)Sets the value of the attrString1 property.- Parameters:
value- allowed object isString
-
getAttrString2
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public String getAttrString2()Gets the value of the attrString2 property.- Returns:
- possible object is
String
-
-