org.example.schema.doubleit
Class DoubleIt4

java.lang.Object
  extended by org.example.schema.doubleit.DoubleIt4

@Generated(value="com.sun.tools.xjc.Driver",
           date="2015-02-11T07:59:05-05:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
public class DoubleIt4
extends Object

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="numberToDouble" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="ImageData" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  DataHandler imageData
           
protected  int numberToDouble
           
 
Constructor Summary
DoubleIt4()
           
 
Method Summary
 DataHandler getImageData()
          Gets the value of the imageData property.
 int getNumberToDouble()
          Gets the value of the numberToDouble property.
 void setImageData(DataHandler value)
          Sets the value of the imageData property.
 void setNumberToDouble(int value)
          Sets the value of the numberToDouble property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numberToDouble

@Generated(value="com.sun.tools.xjc.Driver",
           date="2015-02-11T07:59:05-05:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
protected int numberToDouble

imageData

@Generated(value="com.sun.tools.xjc.Driver",
           date="2015-02-11T07:59:05-05:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
protected DataHandler imageData
Constructor Detail

DoubleIt4

public DoubleIt4()
Method Detail

getNumberToDouble

@Generated(value="com.sun.tools.xjc.Driver",
           date="2015-02-11T07:59:05-05:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
public int getNumberToDouble()
Gets the value of the numberToDouble property.


setNumberToDouble

@Generated(value="com.sun.tools.xjc.Driver",
           date="2015-02-11T07:59:05-05:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
public void setNumberToDouble(int value)
Sets the value of the numberToDouble property.


getImageData

@Generated(value="com.sun.tools.xjc.Driver",
           date="2015-02-11T07:59:05-05:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
public DataHandler getImageData()
Gets the value of the imageData property.

Returns:
possible object is DataHandler

setImageData

@Generated(value="com.sun.tools.xjc.Driver",
           date="2015-02-11T07:59:05-05:00",
           comments="JAXB RI v2.1.14-hudson-jaxb-ri-2.1-pushtomaven-240--SNAPSHOT")
public void setImageData(DataHandler value)
Sets the value of the imageData property.

Parameters:
value - allowed object is DataHandler


Apache CXF