Class MessageAttributes
java.lang.Object
ch.tocco.nice2.optional.incamail.impl.soap.MessageAttributes
Java class for MessageAttributes complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MessageAttributes">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CollectionPeriod" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Delivery" type="{http://soap.incamail.ch/3.0/types}DeliveryType"/>
<element name="HideFrom" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="HideSubject" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected DeliveryTypeprotected Booleanprotected Boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the collectionPeriod property.Gets the value of the delivery property.Gets the value of the hideFrom property.Gets the value of the hideSubject property.voidsetCollectionPeriod(String value) Sets the value of the collectionPeriod property.voidsetDelivery(DeliveryType value) Sets the value of the delivery property.voidsetHideFrom(Boolean value) Sets the value of the hideFrom property.voidsetHideSubject(Boolean value) Sets the value of the hideSubject property.
-
Field Details
-
collectionPeriod
-
delivery
-
hideFrom
-
hideSubject
-
-
Constructor Details
-
MessageAttributes
public MessageAttributes()
-
-
Method Details
-
getCollectionPeriod
Gets the value of the collectionPeriod property.- Returns:
- possible object is
String
-
setCollectionPeriod
Sets the value of the collectionPeriod property.- Parameters:
value- allowed object isString
-
getDelivery
Gets the value of the delivery property.- Returns:
- possible object is
DeliveryType
-
setDelivery
Sets the value of the delivery property.- Parameters:
value- allowed object isDeliveryType
-
isHideFrom
Gets the value of the hideFrom property.- Returns:
- possible object is
Boolean
-
setHideFrom
Sets the value of the hideFrom property.- Parameters:
value- allowed object isBoolean
-
isHideSubject
Gets the value of the hideSubject property.- Returns:
- possible object is
Boolean
-
setHideSubject
Sets the value of the hideSubject property.- Parameters:
value- allowed object isBoolean
-