@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:23+02:00", comments="JAXB RI v2.2.6") public class ComplexTypeWithAttributeGroup extends Object
Java class for ComplexTypeWithAttributeGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComplexTypeWithAttributeGroup">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
<attGroup ref="{http://apache.org/type_test/types2}AttrGrp"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
attrInt |
protected String |
attrString |
| Constructor and Description |
|---|
ComplexTypeWithAttributeGroup() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getAttrInt()
Gets the value of the attrInt property.
|
String |
getAttrString()
Gets the value of the attrString 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 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 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