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