org.apache.type_test.xml
Class TestInt

java.lang.Object
  extended by org.apache.type_test.xml.TestInt

public class TestInt
extends java.lang.Object

Java class for testInt element declaration.

The following schema fragment specifies the expected content contained within this class.

 <element name="testInt">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="x" type="{http://www.w3.org/2001/XMLSchema}int"/>
           <element name="y" type="{http://www.w3.org/2001/XMLSchema}int"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Field Summary
protected  int x
           
protected  int y
           
 
Constructor Summary
TestInt()
           
 
Method Summary
 int getX()
          Gets the value of the x property.
 int getY()
          Gets the value of the y property.
 void setX(int value)
          Sets the value of the x property.
 void setY(int 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

x

protected int x

y

protected int y
Constructor Detail

TestInt

public TestInt()
Method Detail

getX

public int getX()
Gets the value of the x property.


setX

public void setX(int value)
Sets the value of the x property.


getY

public int getY()
Gets the value of the y property.


setY

public void setY(int value)
Sets the value of the y property.



Apache CXF