public class SendmailProtocol extends Object implements Serializable
Constructor and Description |
---|
SendmailProtocol() |
Modifier and Type | Method and Description |
---|---|
void |
deleteQuitWait() |
void |
deleteSslEnable() |
void |
deleteStartTls() |
boolean |
equals(Object obj) |
String |
getCharSet()
Returns the value of field 'charSet'.
|
String |
getMailer()
Returns the value of field 'mailer'.
|
String |
getMessageContentType()
Returns the value of field 'messageContentType'.
|
String |
getMessageEncoding()
Returns the value of field 'messageEncoding'.
|
Boolean |
getQuitWait()
Returns the value of field 'quitWait'.
|
Boolean |
getSslEnable()
Returns the value of field 'sslEnable'.
|
Boolean |
getStartTls()
Returns the value of field 'startTls'.
|
String |
getTransport()
Returns the value of field 'transport'.
|
int |
hashCode() |
boolean |
hasQuitWait()
Method hasQuitWait.
|
boolean |
hasSslEnable()
Method hasSslEnable.
|
boolean |
hasStartTls()
Method hasStartTls.
|
Boolean |
isQuitWait()
Returns the value of field 'quitWait'.
|
Boolean |
isSslEnable()
Returns the value of field 'sslEnable'.
|
Boolean |
isStartTls()
Returns the value of field 'startTls'.
|
boolean |
isValid()
Method isValid.
|
void |
marshal(ContentHandler handler) |
void |
marshal(Writer out) |
void |
setCharSet(String charSet)
Sets the value of field 'charSet'.
|
void |
setMailer(String mailer)
Sets the value of field 'mailer'.
|
void |
setMessageContentType(String messageContentType)
Sets the value of field 'messageContentType'.
|
void |
setMessageEncoding(String messageEncoding)
Sets the value of field 'messageEncoding'.
|
void |
setQuitWait(Boolean quitWait)
Sets the value of field 'quitWait'.
|
void |
setSslEnable(Boolean sslEnable)
Sets the value of field 'sslEnable'.
|
void |
setStartTls(Boolean startTls)
Sets the value of field 'startTls'.
|
void |
setTransport(String transport)
Sets the value of field 'transport'.
|
static SendmailProtocol |
unmarshal(Reader reader)
Method unmarshal.
|
void |
validate() |
public void deleteQuitWait()
public void deleteSslEnable()
public void deleteStartTls()
public String getCharSet()
public String getMailer()
public String getMessageContentType()
public String getMessageEncoding()
public Boolean getQuitWait()
public Boolean getSslEnable()
public Boolean getStartTls()
public String getTransport()
public boolean hasQuitWait()
public boolean hasSslEnable()
public boolean hasStartTls()
public Boolean isQuitWait()
public Boolean isSslEnable()
public Boolean isStartTls()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- IOException
- if an IOException occurs during
marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaorg.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void setCharSet(String charSet)
charSet
- the value of field 'charSet'.public void setMailer(String mailer)
mailer
- the value of field 'mailer'.public void setMessageContentType(String messageContentType)
messageContentType
- the value of field
'messageContentType'.public void setMessageEncoding(String messageEncoding)
messageEncoding
- the value of field 'messageEncoding'.public void setQuitWait(Boolean quitWait)
quitWait
- the value of field 'quitWait'.public void setSslEnable(Boolean sslEnable)
sslEnable
- the value of field 'sslEnable'.public void setStartTls(Boolean startTls)
startTls
- the value of field 'startTls'.public void setTransport(String transport)
transport
- the value of field 'transport'.public static SendmailProtocol unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- org.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaCopyright © 2017. All rights reserved.