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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
SearchMessages
public SearchMessages()
-
-
Method Details
-
isUnread
-
setUnread
-
getDeliveryType
Gets the value of the deliveryType property.- Returns:
- possible object is
DeliveryType
-
setDeliveryType
Sets the value of the deliveryType property.- Parameters:
value- allowed object isDeliveryType
-
getSafeId
-
setSafeId
-