Class EchoResponse
- java.lang.Object
-
- org.ow2.petals.bc.soap.attachments.EchoResponse
-
public class EchoResponse extends Object
<p>Classe Java pour anonymous complex type. <p>Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe. <pre> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="attachmentImage" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="attachmentBinary" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.activation.DataHandlerattachmentBinaryprotected ImageattachmentImage
-
Constructor Summary
Constructors Constructor Description EchoResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.activation.DataHandlergetAttachmentBinary()Obtient la valeur de la propriété attachmentBinary.ImagegetAttachmentImage()Obtient la valeur de la propriété attachmentImage.voidsetAttachmentBinary(javax.activation.DataHandler value)Définit la valeur de la propriété attachmentBinary.voidsetAttachmentImage(Image value)Définit la valeur de la propriété attachmentImage.
-
-
-
Field Detail
-
attachmentImage
protected Image attachmentImage
-
attachmentBinary
protected javax.activation.DataHandler attachmentBinary
-
-
Method Detail
-
getAttachmentImage
public Image getAttachmentImage()
Obtient la valeur de la propriété attachmentImage.- Returns:
- possible object is
Image
-
setAttachmentImage
public void setAttachmentImage(Image value)
Définit la valeur de la propriété attachmentImage.- Parameters:
value- allowed object isImage
-
getAttachmentBinary
public javax.activation.DataHandler getAttachmentBinary()
Obtient la valeur de la propriété attachmentBinary.- Returns:
- possible object is
DataHandler
-
setAttachmentBinary
public void setAttachmentBinary(javax.activation.DataHandler value)
Définit la valeur de la propriété attachmentBinary.- Parameters:
value- allowed object isDataHandler
-
-