Class MessageAttributes

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

public class MessageAttributes extends Object

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 Details

    • collectionPeriod

      protected String collectionPeriod
    • delivery

      protected DeliveryType delivery
    • hideFrom

      protected Boolean hideFrom
    • hideSubject

      protected Boolean hideSubject
  • Constructor Details

    • MessageAttributes

      public MessageAttributes()
  • Method Details

    • getCollectionPeriod

      public String getCollectionPeriod()
      Gets the value of the collectionPeriod property.
      Returns:
      possible object is String
    • setCollectionPeriod

      public void setCollectionPeriod(String value)
      Sets the value of the collectionPeriod property.
      Parameters:
      value - allowed object is String
    • getDelivery

      public DeliveryType getDelivery()
      Gets the value of the delivery property.
      Returns:
      possible object is DeliveryType
    • setDelivery

      public void setDelivery(DeliveryType value)
      Sets the value of the delivery property.
      Parameters:
      value - allowed object is DeliveryType
    • isHideFrom

      public Boolean isHideFrom()
      Gets the value of the hideFrom property.
      Returns:
      possible object is Boolean
    • setHideFrom

      public void setHideFrom(Boolean value)
      Sets the value of the hideFrom property.
      Parameters:
      value - allowed object is Boolean
    • isHideSubject

      public Boolean isHideSubject()
      Gets the value of the hideSubject property.
      Returns:
      possible object is Boolean
    • setHideSubject

      public void setHideSubject(Boolean value)
      Sets the value of the hideSubject property.
      Parameters:
      value - allowed object is Boolean