org.apache.type_test.doc
Class TestDouble

java.lang.Object
  extended by org.apache.type_test.doc.TestDouble

public class TestDouble
extends java.lang.Object

Java class for testDouble element declaration.

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

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


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

y

protected double y
Constructor Detail

TestDouble

public TestDouble()
Method Detail

getX

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


setX

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


getY

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


setY

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



Apache CXF