Package com.interstarinc.xmedius.sendfax.model

This package contains the fax model components.

See:
          Description

Interface Summary
IAddress  
ICompanyInfo This interface defines the fax sender company info.
IFaxModel This interface defines the fax model used by the xmedius send fax library.
IFaxOptions This interface defines the fax options properties getters.
IRecipientInfo This interface defines the fax recipient properties getters.
ISenderInfo This interface defines the fax sender info.
 

Class Summary
BooleanValue This type safe enum class defines the boolean values
CoverSheetType This type safe enum class defines the fax cover sheet type values The cover sheet type determines how the fax server finds the cover sheet.
DateType This type safe date class defines the date format yyyy-MM-ddTHH:mm:ss
DefaultFaxModel A default fax model implementation.
FaxPriority This type safe enum class defines the fax priority values
FaxResolution This type safe enum class defines the fax resolution values
Gateway This type safe enum class defines the gateways the fax server may used to send a notification.
 

Package com.interstarinc.xmedius.sendfax.model Description

This package contains the fax model components.

The fax model components are initialized by the client software of this library.
The client software may implements the IFaxModel interface or use the default implementation class : DefaultFaxModel.
If the client software has no value for an optional model property, then the getter for that property should return null. Otherwise, an empty (useless) xml element would be generated when converting the model to the XML document.

Version:
$Revision: 1.2 $
Author:
Andr� Morin, Marcel Gosselin
See Also:
IFaxModel, DefaultFaxModel