Class SearchMessages

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

public class SearchMessages extends Object

Java class for SearchMessages complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SearchMessages">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="unread" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="DeliveryType" type="{http://soap.incamail.ch/3.0/types}DeliveryType" minOccurs="0"/>
         <element name="SafeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SearchMessages

      public SearchMessages()
  • Method Details

    • isUnread

      public Boolean isUnread()
      Gets the value of the unread property.
      Returns:
      possible object is Boolean
    • setUnread

      public void setUnread(Boolean value)
      Sets the value of the unread property.
      Parameters:
      value - allowed object is Boolean
    • getDeliveryType

      public DeliveryType getDeliveryType()
      Gets the value of the deliveryType property.
      Returns:
      possible object is DeliveryType
    • setDeliveryType

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