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

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

public class SendImage
extends java.lang.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="input" type="{http://org/apache/axis2/jaxws/sample/mtom/}ImageDepot" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ImageDepot input
           
 
Constructor Summary
SendImage()
           
 
Method Summary
 ImageDepot getInput()
          Gets the value of the input property.
 void setInput(ImageDepot value)
          Sets the value of the input property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

input

protected ImageDepot input
Constructor Detail

SendImage

public SendImage()
Method Detail

getInput

public ImageDepot getInput()
Gets the value of the input property.

Returns:
possible object is ImageDepot

setInput

public void setInput(ImageDepot value)
Sets the value of the input property.

Parameters:
value - allowed object is ImageDepot