org.apache.axis2.jaxws.sample.mtom
Class ImageDepot

java.lang.Object
  extended by org.apache.axis2.jaxws.sample.mtom.ImageDepot

public class ImageDepot
extends java.lang.Object

Java class for ImageDepot complex type.

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

 <complexType name="ImageDepot">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="imageData" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


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

Field Detail

imageData

protected javax.activation.DataHandler imageData
Constructor Detail

ImageDepot

public ImageDepot()
Method Detail

getImageData

public javax.activation.DataHandler getImageData()
Gets the value of the imageData property.

Returns:
possible object is DataHandler

setImageData

public void setImageData(javax.activation.DataHandler value)
Sets the value of the imageData property.

Parameters:
value - allowed object is DataHandler