Class IncaMessage

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

public class IncaMessage extends Object

Java class for IncaMessage complex type.

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

 <complexType name="IncaMessage">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SafeId" 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"/>
         <element name="Body" type="{http://soap.incamail.ch/3.0/types}MimePart" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Attachment" type="{http://soap.incamail.ch/3.0/types}Attachment" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SenderLogo" type="{http://soap.incamail.ch/3.0/types}SenderLogo" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • IncaMessage

      public IncaMessage()
  • 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
    • 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
    • getBody

      public List<MimePart> getBody()
      Gets the value of the body property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the body property.

      For example, to add a new item, do as follows:

          getBody().add(newItem);
       

      Objects of the following type(s) are allowed in the list MimePart

    • getAttachment

      public List<Attachment> getAttachment()
      Gets the value of the attachment property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the attachment property.

      For example, to add a new item, do as follows:

          getAttachment().add(newItem);
       

      Objects of the following type(s) are allowed in the list Attachment

    • getSenderLogo

      public SenderLogo getSenderLogo()
      Gets the value of the senderLogo property.
      Returns:
      possible object is SenderLogo
    • setSenderLogo

      public void setSenderLogo(SenderLogo value)
      Sets the value of the senderLogo property.
      Parameters:
      value - allowed object is SenderLogo