Class SearchMessages
java.lang.Object
ch.tocco.nice2.optional.incamail.impl.soap.SearchMessages
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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the deliveryType property.Gets the value of the safeId property.isUnread()Gets the value of the unread property.voidsetDeliveryType(DeliveryType value) Sets the value of the deliveryType property.voidSets the value of the safeId property.voidSets the value of the unread property.
- 
Field Details- 
unread
- 
deliveryType
- 
safeId
 
- 
- 
Constructor Details- 
SearchMessagespublic SearchMessages()
 
- 
- 
Method Details- 
isUnreadGets the value of the unread property.- Returns:
- possible object is
     Boolean
 
- 
setUnreadSets the value of the unread property.- Parameters:
- value- allowed object is- Boolean
 
- 
getDeliveryTypeGets the value of the deliveryType property.- Returns:
- possible object is
     DeliveryType
 
- 
setDeliveryTypeSets the value of the deliveryType property.- Parameters:
- value- allowed object is- DeliveryType
 
- 
getSafeIdGets the value of the safeId property.- Returns:
- possible object is
     String
 
- 
setSafeIdSets the value of the safeId property.- Parameters:
- value- allowed object is- String
 
 
-