|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Smtp
The Smtp class allows you to manage the schedule options for an email location as well as retrieve the metrics for the destination plugin's InfoObject.
| Nested Class Summary | |
|---|---|
static class |
Smtp.Factory
A class with methods for creating instances of the Smtp type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
CustomProperties |
addNewCustomProperties()
Appends and returns a new empty CustomProperties object as the last element of the array. |
SMTPScheduleOptions |
addNewSMTPScheduleOptions()
Appends and returns a new empty SMTPScheduleOptions object as the last element of the array. |
CustomProperties |
getCustomProperties()
Returns the custom properties. |
SMTPScheduleOptions |
getSMTPScheduleOptions()
Returns the schedule option interface. |
boolean |
isSetCustomProperties()
Checks if the custom properties have been set. |
boolean |
isSetSMTPScheduleOptions()
Checks if the schedule option interface has been set. |
void |
setCustomProperties(CustomProperties customProperties)
Sets the custom properties. |
void |
setSMTPScheduleOptions(SMTPScheduleOptions smtpScheduleOptions)
Sets the schedule option interface. |
void |
unsetCustomProperties()
Deletes or unsets the CustomProperties element. |
void |
unsetSMTPScheduleOptions()
Deletes or unsets the SMTPScheduleOptions element. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
SMTPScheduleOptions getSMTPScheduleOptions()
Returns the schedule option interface.
boolean isSetSMTPScheduleOptions()
Checks if the schedule option interface has been set.
true if the schedule option interface has been set, and false otherwise.void setSMTPScheduleOptions(SMTPScheduleOptions smtpScheduleOptions)
Sets the schedule option interface.
smtpScheduleOptions - The schedule option interface.SMTPScheduleOptions addNewSMTPScheduleOptions()
SMTPScheduleOptions object as the last element of the array.
SMTPScheduleOptions object.void unsetSMTPScheduleOptions()
Deletes or unsets the SMTPScheduleOptions element.
CustomProperties getCustomProperties()
Returns the custom properties.
boolean isSetCustomProperties()
Checks if the custom properties have been set.
true if the custom properties have been set, and false otherwise.void setCustomProperties(CustomProperties customProperties)
Sets the custom properties.
customProperties - The custom properties.CustomProperties addNewCustomProperties()
CustomProperties object as the last element of the array.
CustomProperties object.void unsetCustomProperties()
Deletes or unsets the CustomProperties element.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||