|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.interstarinc.xmedius.sendfax.model.DefaultFaxModel.DefaultFaxOptions
public class DefaultFaxModel.DefaultFaxOptions
A default fax settings implementation.
Instances of this class must be created with newFaxOptions() methods from enclosing class.
DefaultFaxModel.newFaxOptions(),
DefaultFaxModel.newFaxOptions(IFaxOptions)| Field Summary | |
|---|---|
private BooleanValue |
failureNotified
|
private FaxPriority |
faxPriority
|
private FaxResolution |
faxResolution
|
private String |
notificationAddress
|
private Gateway |
notificationGateway
|
private Integer |
numberOfRetries
|
private BooleanValue |
successNotified
|
| Constructor Summary | |
|---|---|
private |
DefaultFaxModel.DefaultFaxOptions()
Constructor is private to ensure instances are created with newFaxOptions() method from enclosing class. |
private |
DefaultFaxModel.DefaultFaxOptions(IFaxOptions faxOptions)
Constructor is private to ensure instances are created with newFaxOptions(IFaxOptions) method from enclosing class. |
| Method Summary | |
|---|---|
BooleanValue |
getFailureNotified()
Required. |
FaxPriority |
getFaxPriority()
Required. |
FaxResolution |
getFaxResolution()
Required. |
String |
getNotificationAddress()
Required. |
Gateway |
getNotificationGateway()
Required. |
Integer |
getNumberOfRetries()
Required. |
BooleanValue |
getSuccessNotified()
Required. |
void |
setFailureNotified(BooleanValue failureNotified)
|
void |
setFaxPriority(FaxPriority faxPriority)
|
void |
setFaxResolution(FaxResolution faxResolution)
|
void |
setNotificationAddress(String notificationAddress)
|
void |
setNotificationGateway(Gateway notificationGateway)
|
void |
setNumberOfRetries(Integer numberOfRetries)
|
void |
setSuccessNotified(BooleanValue successNotified)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private FaxPriority faxPriority
private FaxResolution faxResolution
private String notificationAddress
private Gateway notificationGateway
private Integer numberOfRetries
private BooleanValue failureNotified
private BooleanValue successNotified
| Constructor Detail |
|---|
private DefaultFaxModel.DefaultFaxOptions()
newFaxOptions() method from enclosing class.
private DefaultFaxModel.DefaultFaxOptions(IFaxOptions faxOptions)
newFaxOptions(IFaxOptions) method from enclosing class.
faxOptions - IFaxOptions instance used to initialise this class properties.| Method Detail |
|---|
public BooleanValue getFailureNotified()
IFaxOptions
getFailureNotified in interface IFaxOptionspublic void setFailureNotified(BooleanValue failureNotified)
public FaxPriority getFaxPriority()
IFaxOptions
getFaxPriority in interface IFaxOptionspublic void setFaxPriority(FaxPriority faxPriority)
public FaxResolution getFaxResolution()
IFaxOptions
getFaxResolution in interface IFaxOptionspublic void setFaxResolution(FaxResolution faxResolution)
public String getNotificationAddress()
IFaxOptions
getNotificationAddress in interface IFaxOptionspublic void setNotificationAddress(String notificationAddress)
public Gateway getNotificationGateway()
IFaxOptions
getNotificationGateway in interface IFaxOptionspublic void setNotificationGateway(Gateway notificationGateway)
public Integer getNumberOfRetries()
IFaxOptions
getNumberOfRetries in interface IFaxOptionsgetFailureNotified()
returns BooleanValue.YES, the user sending this fax will receive a notification failure.IFaxOptions.getFailureNotified()public void setNumberOfRetries(Integer numberOfRetries)
public BooleanValue getSuccessNotified()
IFaxOptions
getSuccessNotified in interface IFaxOptionspublic void setSuccessNotified(BooleanValue successNotified)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||