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
-
Constructor Summary
-
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.void
setBodyAsPdf
(Boolean value) Sets the value of the bodyAsPdf property.void
setEncryptedMessage
(byte[] value) Sets the value of the encryptedMessage property.void
setIsPostRemaining
(Boolean value) Sets the value of the isPostRemaining property.void
setMessageId
(String value) Sets the value of the messageId property.void
setRecipient
(String value) Sets the value of the recipient property.void
setRefuseMessage
(Boolean value) Sets the value of the refuseMessage property.void
Sets 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
Gets the value of the safeId property.- Returns:
- possible object is
String
-
setSafeId
Sets the value of the safeId property.- Parameters:
value
- allowed object isString
-
getRecipient
Gets the value of the recipient property.- Returns:
- possible object is
String
-
setRecipient
Sets the value of the recipient property.- Parameters:
value
- allowed object isString
-
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
Gets the value of the refuseMessage property.- Returns:
- possible object is
Boolean
-
setRefuseMessage
Sets the value of the refuseMessage property.- Parameters:
value
- allowed object isBoolean
-
isIsPostRemaining
Gets the value of the isPostRemaining property.- Returns:
- possible object is
Boolean
-
setIsPostRemaining
Sets the value of the isPostRemaining property.- Parameters:
value
- allowed object isBoolean
-
getMessageId
Gets the value of the messageId property.- Returns:
- possible object is
String
-
setMessageId
Sets the value of the messageId property.- Parameters:
value
- allowed object isString
-
isBodyAsPdf
Gets the value of the bodyAsPdf property.- Returns:
- possible object is
Boolean
-
setBodyAsPdf
Sets the value of the bodyAsPdf property.- Parameters:
value
- allowed object isBoolean
-