Package org.apache.type_test.types2
Class ComplexTypeWithAttributeGroup1
- java.lang.Object
-
- org.apache.type_test.types2.ComplexTypeWithAttributeGroup1
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public class ComplexTypeWithAttributeGroup1 extends ObjectJava class for ComplexTypeWithAttributeGroup1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComplexTypeWithAttributeGroup1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> </sequence> <attGroup ref="{http://apache.org/type_test/types2}AttrGrp1"/> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected FloatattrFloatprotected BigIntegerattrIntprotected StringattrString
-
Constructor Summary
Constructors Constructor Description ComplexTypeWithAttributeGroup1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetAttrFloat()Gets the value of the attrFloat property.BigIntegergetAttrInt()Gets the value of the attrInt property.StringgetAttrString()Gets the value of the attrString property.voidsetAttrFloat(Float value)Sets the value of the attrFloat property.voidsetAttrInt(BigInteger value)Sets the value of the attrInt property.voidsetAttrString(String value)Sets the value of the attrString property.
-
-
-
Field Detail
-
attrFloat
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected Float attrFloat
-
attrInt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected BigInteger attrInt
-
attrString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected String attrString
-
-
Method Detail
-
getAttrFloat
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public Float getAttrFloat()Gets the value of the attrFloat property.- Returns:
- possible object is
Float
-
setAttrFloat
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public void setAttrFloat(Float value)Sets the value of the attrFloat property.- Parameters:
value- allowed object isFloat
-
getAttrInt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public BigInteger getAttrInt()Gets the value of the attrInt property.- Returns:
- possible object is
BigInteger
-
setAttrInt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public void setAttrInt(BigInteger value)Sets the value of the attrInt property.- Parameters:
value- allowed object isBigInteger
-
getAttrString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public String getAttrString()Gets the value of the attrString property.- Returns:
- possible object is
String
-
-