@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public class ComplexTypeWithAttributeGroup1 extends Object
Java 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>
| Modifier and Type | Field and Description |
|---|---|
protected Float |
attrFloat |
protected BigInteger |
attrInt |
protected String |
attrString |
| Constructor and Description |
|---|
ComplexTypeWithAttributeGroup1() |
| Modifier and Type | Method and Description |
|---|---|
Float |
getAttrFloat()
Gets the value of the attrFloat property.
|
BigInteger |
getAttrInt()
Gets the value of the attrInt property.
|
String |
getAttrString()
Gets the value of the attrString property.
|
void |
setAttrFloat(Float value)
Sets the value of the attrFloat property.
|
void |
setAttrInt(BigInteger value)
Sets the value of the attrInt property.
|
void |
setAttrString(String value)
Sets the value of the attrString property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected Float attrFloat
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected BigInteger attrInt
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") protected String attrString
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public Float getAttrFloat()
Float@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setAttrFloat(Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public BigInteger getAttrInt()
BigInteger@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public void setAttrInt(BigInteger value)
value - allowed object is
BigInteger@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public String getAttrString()
StringApache CXF