Class ReadMessage
java.lang.Object
ch.tocco.nice2.optional.incamail.impl.soap.ReadMessage
Java class for ReadMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReadMessage">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SafeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Recipient" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="EncryptedMessage" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="RefuseMessage" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsPostRemaining" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="MessageId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BodyAsPdf" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Gets the value of the encryptedMessage property.Gets the value of the messageId property.Gets the value of the recipient property.Gets the value of the safeId property.Gets the value of the bodyAsPdf property.Gets the value of the isPostRemaining property.Gets the value of the refuseMessage property.voidsetBodyAsPdf(Boolean value) Sets the value of the bodyAsPdf property.voidsetEncryptedMessage(byte[] value) Sets the value of the encryptedMessage property.voidsetIsPostRemaining(Boolean value) Sets the value of the isPostRemaining property.voidsetMessageId(String value) Sets the value of the messageId property.voidsetRecipient(String value) Sets the value of the recipient property.voidsetRefuseMessage(Boolean value) Sets the value of the refuseMessage property.voidSets the value of the safeId property.
-
Field Details
-
safeId
-
recipient
-
encryptedMessage
protected byte[] encryptedMessage -
refuseMessage
-
isPostRemaining
-
messageId
-
bodyAsPdf
-
-
Constructor Details
-
ReadMessage
public ReadMessage()
-
-
Method Details
-
getSafeId
-
setSafeId
-
getRecipient
-
setRecipient
-
getEncryptedMessage
public byte[] getEncryptedMessage()Gets the value of the encryptedMessage property.- Returns:
- possible object is byte[]
-
setEncryptedMessage
public void setEncryptedMessage(byte[] value) Sets the value of the encryptedMessage property.- Parameters:
value- allowed object is byte[]
-
isRefuseMessage
-
setRefuseMessage
-
isIsPostRemaining
-
setIsPostRemaining
-
getMessageId
-
setMessageId
-
isBodyAsPdf
-
setBodyAsPdf
-