|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.type_test.doc.TestIntegerResponse
public class TestIntegerResponse
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="return" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="y" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="z" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BigInteger |
_return
|
protected BigInteger |
y
|
protected BigInteger |
z
|
| Constructor Summary | |
|---|---|
TestIntegerResponse()
|
|
| Method Summary | |
|---|---|
BigInteger |
getReturn()
Gets the value of the return property. |
BigInteger |
getY()
Gets the value of the y property. |
BigInteger |
getZ()
Gets the value of the z property. |
void |
setReturn(BigInteger value)
Sets the value of the return property. |
void |
setY(BigInteger value)
Sets the value of the y property. |
void |
setZ(BigInteger value)
Sets the value of the z property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected BigInteger _return
protected BigInteger y
protected BigInteger z
| Constructor Detail |
|---|
public TestIntegerResponse()
| Method Detail |
|---|
public BigInteger getReturn()
BigIntegerpublic void setReturn(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getY()
BigIntegerpublic void setY(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getZ()
BigIntegerpublic void setZ(BigInteger value)
value - allowed object is
BigInteger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||