Class ReadMessage

java.lang.Object
ch.tocco.nice2.optional.incamail.impl.soap.ReadMessage

public class ReadMessage extends Object

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 Details

    • safeId

      protected String safeId
    • recipient

      protected String recipient
    • encryptedMessage

      protected byte[] encryptedMessage
    • refuseMessage

      protected Boolean refuseMessage
    • isPostRemaining

      protected Boolean isPostRemaining
    • messageId

      protected String messageId
    • bodyAsPdf

      protected Boolean bodyAsPdf
  • Constructor Details

    • ReadMessage

      public ReadMessage()
  • Method Details

    • getSafeId

      public String getSafeId()
      Gets the value of the safeId property.
      Returns:
      possible object is String
    • setSafeId

      public void setSafeId(String value)
      Sets the value of the safeId property.
      Parameters:
      value - allowed object is String
    • getRecipient

      public String getRecipient()
      Gets the value of the recipient property.
      Returns:
      possible object is String
    • setRecipient

      public void setRecipient(String value)
      Sets the value of the recipient property.
      Parameters:
      value - allowed object is String
    • 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

      public Boolean isRefuseMessage()
      Gets the value of the refuseMessage property.
      Returns:
      possible object is Boolean
    • setRefuseMessage

      public void setRefuseMessage(Boolean value)
      Sets the value of the refuseMessage property.
      Parameters:
      value - allowed object is Boolean
    • isIsPostRemaining

      public Boolean isIsPostRemaining()
      Gets the value of the isPostRemaining property.
      Returns:
      possible object is Boolean
    • setIsPostRemaining

      public void setIsPostRemaining(Boolean value)
      Sets the value of the isPostRemaining property.
      Parameters:
      value - allowed object is Boolean
    • getMessageId

      public String getMessageId()
      Gets the value of the messageId property.
      Returns:
      possible object is String
    • setMessageId

      public void setMessageId(String value)
      Sets the value of the messageId property.
      Parameters:
      value - allowed object is String
    • isBodyAsPdf

      public Boolean isBodyAsPdf()
      Gets the value of the bodyAsPdf property.
      Returns:
      possible object is Boolean
    • setBodyAsPdf

      public void setBodyAsPdf(Boolean value)
      Sets the value of the bodyAsPdf property.
      Parameters:
      value - allowed object is Boolean