Class ReadMessageResponse
java.lang.Object
ch.tocco.nice2.optional.incamail.impl.soap.ReadMessageResponse
Java class for ReadMessageResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReadMessageResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="IncaMessage" type="{http://soap.incamail.ch/3.0/types}IncaMessage"/>
<element name="BodyAsPdf" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Gets the value of the bodyAsPdf property.Gets the value of the incaMessage property.voidsetBodyAsPdf(byte[] value) Sets the value of the bodyAsPdf property.voidsetIncaMessage(IncaMessage value) Sets the value of the incaMessage property.
-
Field Details
-
incaMessage
-
bodyAsPdf
protected byte[] bodyAsPdf
-
-
Constructor Details
-
ReadMessageResponse
public ReadMessageResponse()
-
-
Method Details
-
getIncaMessage
Gets the value of the incaMessage property.- Returns:
- possible object is
IncaMessage
-
setIncaMessage
Sets the value of the incaMessage property.- Parameters:
value- allowed object isIncaMessage
-
getBodyAsPdf
public byte[] getBodyAsPdf()Gets the value of the bodyAsPdf property.- Returns:
- possible object is byte[]
-
setBodyAsPdf
public void setBodyAsPdf(byte[] value) Sets the value of the bodyAsPdf property.- Parameters:
value- allowed object is byte[]
-