@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public class ComplexTypeWithAttributeGroup extends Object
| 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="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") protected BigInteger attrInt
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") protected String attrString
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public BigInteger getAttrInt()
BigInteger@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public void setAttrInt(BigInteger value)
value - allowed object is
BigInteger@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:51-05:00", comments="JAXB RI v2.3.3") public String getAttrString()
StringApache CXF