Class IncaMessage
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 Summary
Modifier and TypeFieldDescriptionprotected List
<Attachment> protected DeliveryType
protected MessageHeader
protected String
protected SenderLogo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attachment property.getBody()
Gets the value of the body property.Gets the value of the delivery property.Gets the value of the header property.Gets the value of the safeId property.Gets the value of the senderLogo property.void
setDelivery
(DeliveryType value) Sets the value of the delivery property.void
setHeader
(MessageHeader value) Sets the value of the header property.void
Sets the value of the safeId property.void
setSenderLogo
(SenderLogo value) Sets the value of the senderLogo property.
-
Field Details
-
safeId
-
delivery
-
header
-
body
-
attachment
-
senderLogo
-
-
Constructor Details
-
IncaMessage
public IncaMessage()
-
-
Method Details
-
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
-
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
-
getHeader
Gets the value of the header property.- Returns:
- possible object is
MessageHeader
-
setHeader
Sets the value of the header property.- Parameters:
value
- allowed object isMessageHeader
-
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
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
Gets the value of the senderLogo property.- Returns:
- possible object is
SenderLogo
-
setSenderLogo
Sets the value of the senderLogo property.- Parameters:
value
- allowed object isSenderLogo
-