Class IncaMessageMeta

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

public class IncaMessageMeta extends Object

Java class for IncaMessageMeta complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="IncaMessageMeta">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="SafeId" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="MessageId" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="Delivery" type="{http://soap.incamail.ch/3.0/types}DeliveryType"/>
        <element name="Header" type="{http://soap.incamail.ch/3.0/types}MessageHeader"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
  • Field Details

  • Constructor Details

    • IncaMessageMeta

      public IncaMessageMeta()
  • Method Details

    • getSafeId

      public String getSafeId()
      Gets the value of the safeId property.
      Returns:
      possible object is String
    • setSafeId

      public void setSafeId(String value)
      Sets the value of the safeId property.
      Parameters:
      value - allowed object is String
    • getMessageId

      public String getMessageId()
      Gets the value of the messageId property.
      Returns:
      possible object is String
    • setMessageId

      public void setMessageId(String value)
      Sets the value of the messageId 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
    • getHeader

      public MessageHeader getHeader()
      Gets the value of the header property.
      Returns:
      possible object is MessageHeader
    • setHeader

      public void setHeader(MessageHeader value)
      Sets the value of the header property.
      Parameters:
      value - allowed object is MessageHeader