public class Mailout
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.highqsoft.de/schema}recipient" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.highqsoft.de/schema}message" minOccurs="0"/> <element ref="{http://www.highqsoft.de/schema}properties" minOccurs="0"/> </sequence> <attribute name="from" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="host" type="{http://www.w3.org/2001/XMLSchema}string" default="${localhost}" /> <attribute name="password" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="port" type="{http://www.w3.org/2001/XMLSchema}string" default="25" /> <attribute name="protocol" type="{http://www.w3.org/2001/XMLSchema}string" default="smtp" /> <attribute name="subject" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="user" type="{http://www.w3.org/2001/XMLSchema}string" default="${user.name}" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
from |
protected java.lang.String |
host |
protected java.lang.String |
message |
protected java.lang.String |
password |
protected java.lang.String |
port |
protected Properties |
properties |
protected java.lang.String |
protocol |
protected java.util.List<Recipient> |
recipient |
protected java.lang.String |
subject |
protected java.lang.String |
user |
Constructor and Description |
---|
Mailout() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFrom()
Gets the value of the from property.
|
java.lang.String |
getHost()
Gets the value of the host property.
|
java.lang.String |
getMessage()
Gets the value of the message property.
|
java.lang.String |
getPassword()
Gets the value of the password property.
|
java.lang.String |
getPort()
Gets the value of the port property.
|
Properties |
getProperties()
Gets the value of the properties property.
|
java.lang.String |
getProtocol()
Gets the value of the protocol property.
|
java.util.List<Recipient> |
getRecipient()
Gets the value of the recipient property.
|
java.lang.String |
getSubject()
Gets the value of the subject property.
|
java.lang.String |
getUser()
Gets the value of the user property.
|
void |
setFrom(java.lang.String value)
Sets the value of the from property.
|
void |
setHost(java.lang.String value)
Sets the value of the host property.
|
void |
setMessage(java.lang.String value)
Sets the value of the message property.
|
void |
setPassword(java.lang.String value)
Sets the value of the password property.
|
void |
setPort(java.lang.String value)
Sets the value of the port property.
|
void |
setProperties(Properties value)
Sets the value of the properties property.
|
void |
setProtocol(java.lang.String value)
Sets the value of the protocol property.
|
void |
setSubject(java.lang.String value)
Sets the value of the subject property.
|
void |
setUser(java.lang.String value)
Sets the value of the user property.
|
protected java.util.List<Recipient> recipient
protected java.lang.String message
protected Properties properties
protected java.lang.String from
protected java.lang.String host
protected java.lang.String password
protected java.lang.String port
protected java.lang.String protocol
protected java.lang.String subject
protected java.lang.String user
public java.util.List<Recipient> getRecipient()
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 recipient property.
For example, to add a new item, do as follows:
getRecipient().add(newItem);
Objects of the following type(s) are allowed in the list
Recipient
public java.lang.String getMessage()
String
public void setMessage(java.lang.String value)
value
- allowed object is
String
public Properties getProperties()
Properties
public void setProperties(Properties value)
value
- allowed object is
Properties
public java.lang.String getFrom()
String
public void setFrom(java.lang.String value)
value
- allowed object is
String
public java.lang.String getHost()
String
public void setHost(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPassword()
String
public void setPassword(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPort()
String
public void setPort(java.lang.String value)
value
- allowed object is
String
public java.lang.String getProtocol()
String
public void setProtocol(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSubject()
String
public void setSubject(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUser()
String
public void setUser(java.lang.String value)
value
- allowed object is
String