public class Mail
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}mailout" minOccurs="0"/> </sequence> <attribute name="authentication" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="debug" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
authentication |
protected java.lang.Boolean |
debug |
protected Mailout |
mailout |
Constructor and Description |
---|
Mail() |
Modifier and Type | Method and Description |
---|---|
Mailout |
getMailout()
Gets the value of the mailout property.
|
boolean |
isAuthentication()
Gets the value of the authentication property.
|
boolean |
isDebug()
Gets the value of the debug property.
|
void |
setAuthentication(java.lang.Boolean value)
Sets the value of the authentication property.
|
void |
setDebug(java.lang.Boolean value)
Sets the value of the debug property.
|
void |
setMailout(Mailout value)
Sets the value of the mailout property.
|
protected Mailout mailout
protected java.lang.Boolean authentication
protected java.lang.Boolean debug
public Mailout getMailout()
Mailout
public void setMailout(Mailout value)
value
- allowed object is
Mailout
public boolean isAuthentication()
Boolean
public void setAuthentication(java.lang.Boolean value)
value
- allowed object is
Boolean
public boolean isDebug()
Boolean
public void setDebug(java.lang.Boolean value)
value
- allowed object is
Boolean