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

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

public class SendImageResponse
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="output" type="{http://org/apache/axis2/jaxws/sample/mtom/}ImageDepot" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


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

Field Detail

output

protected ImageDepot output
Constructor Detail

SendImageResponse

public SendImageResponse()
Method Detail

getOutput

public ImageDepot getOutput()
Gets the value of the output property.

Returns:
possible object is ImageDepot

setOutput

public void setOutput(ImageDepot value)
Sets the value of the output property.

Parameters:
value - allowed object is ImageDepot