|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.type_test.xml.TestUnsignedInt
public class TestUnsignedInt
Java class for testUnsignedInt element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="testUnsignedInt">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="x" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
<element name="y" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Field Summary | |
|---|---|
protected long |
x
|
protected long |
y
|
| Constructor Summary | |
|---|---|
TestUnsignedInt()
|
|
| Method Summary | |
|---|---|
long |
getX()
Gets the value of the x property. |
long |
getY()
Gets the value of the y property. |
void |
setX(long value)
Sets the value of the x property. |
void |
setY(long value)
Sets the value of the y property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected long x
protected long y
| Constructor Detail |
|---|
public TestUnsignedInt()
| Method Detail |
|---|
public long getX()
public void setX(long value)
public long getY()
public void setY(long value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||