org.apache.axis2.jaxws.sample.mtom
Class SendImageResponse
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
output
protected ImageDepot output
SendImageResponse
public SendImageResponse()
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