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
-
Constructor Summary
-
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.void
setDeliveryType
(DeliveryType value) Sets the value of the deliveryType property.void
Sets the value of the safeId property.void
Sets the value of the unread property.
-
Field Details
-
unread
-
deliveryType
-
safeId
-
-
Constructor Details
-
SearchMessages
public SearchMessages()
-
-
Method Details
-
isUnread
Gets the value of the unread property.- Returns:
- possible object is
Boolean
-
setUnread
Sets the value of the unread property.- Parameters:
value
- allowed object isBoolean
-
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
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
-