Class SendMessage
Java class for SendMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SendMessage"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Attachment" type="{http://soap.incamail.ch/3.0/types}Attachment" maxOccurs="unbounded" minOccurs="0"/> <element name="Attributes" type="{http://soap.incamail.ch/3.0/types}MessageAttributes"/> <element name="Body" type="{http://soap.incamail.ch/3.0/types}MimePart" maxOccurs="unbounded"/> <element name="Header" type="{http://soap.incamail.ch/3.0/types}MessageHeader"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List
<Attachment> protected MessageAttributes
protected MessageHeader
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attachment property.Gets the value of the attributes property.getBody()
Gets the value of the body property.Gets the value of the header property.void
setAttributes
(MessageAttributes value) Sets the value of the attributes property.void
setHeader
(MessageHeader value) Sets the value of the header property.
-
Field Details
-
attachment
-
attributes
-
body
-
header
-
-
Constructor Details
-
SendMessage
public SendMessage()
-
-
Method Details
-
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
-
getAttributes
Gets the value of the attributes property.- Returns:
- possible object is
MessageAttributes
-
setAttributes
Sets the value of the attributes property.- Parameters:
value
- allowed object isMessageAttributes
-
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
-
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
-