org.apache.type_test.xml
Class TestLong

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

public class TestLong
extends java.lang.Object

Java class for testLong element declaration.

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

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


Field Summary
protected  long x
           
protected  long y
           
 
Constructor Summary
TestLong()
           
 
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

x

protected long x

y

protected long y
Constructor Detail

TestLong

public TestLong()
Method Detail

getX

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


setX

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


getY

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


setY

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



Apache CXF