|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.type_test.types2.ComplexTypeWithAttributeGroup
public class ComplexTypeWithAttributeGroup
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>
| Field Summary | |
|---|---|
protected BigInteger |
attrInt
|
protected String |
attrString
|
| Constructor Summary | |
|---|---|
ComplexTypeWithAttributeGroup()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected BigInteger attrInt
protected String attrString
| Constructor Detail |
|---|
public ComplexTypeWithAttributeGroup()
| Method Detail |
|---|
public BigInteger getAttrInt()
BigIntegerpublic void setAttrInt(BigInteger value)
value - allowed object is
BigIntegerpublic String getAttrString()
Stringpublic void setAttrString(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||