|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.type_test.types2.ComplexTypeWithAttributeGroup1
public class ComplexTypeWithAttributeGroup1
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>
| Field Summary | |
|---|---|
protected java.lang.Float |
attrFloat
|
protected java.math.BigInteger |
attrInt
|
protected java.lang.String |
attrString
|
| Constructor Summary | |
|---|---|
ComplexTypeWithAttributeGroup1()
|
|
| Method Summary | |
|---|---|
java.lang.Float |
getAttrFloat()
Gets the value of the attrFloat property. |
java.math.BigInteger |
getAttrInt()
Gets the value of the attrInt property. |
java.lang.String |
getAttrString()
Gets the value of the attrString property. |
void |
setAttrFloat(java.lang.Float value)
Sets the value of the attrFloat property. |
void |
setAttrInt(java.math.BigInteger value)
Sets the value of the attrInt property. |
void |
setAttrString(java.lang.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 java.lang.Float attrFloat
protected java.math.BigInteger attrInt
protected java.lang.String attrString
| Constructor Detail |
|---|
public ComplexTypeWithAttributeGroup1()
| Method Detail |
|---|
public java.lang.Float getAttrFloat()
Floatpublic void setAttrFloat(java.lang.Float value)
value - allowed object is
Floatpublic java.math.BigInteger getAttrInt()
BigIntegerpublic void setAttrInt(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getAttrString()
Stringpublic void setAttrString(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||