XM Fax Web Service
Soap API to send and manage faxes
com.faxserver.xm.ws.outbound.OutboundFaxItem Class Reference

A schema-related class to represent a fax item from outbound history. More...

Inheritance diagram for com.faxserver.xm.ws.outbound.OutboundFaxItem:
com.faxserver.xm.ws.outbound.OutboundUserFaxItem com.faxserver.xm.ws.outbound.OutboundUserFaxItemFull

Protected Attributes

CompositeFaxId id
 The unique id for this fax. Used for call to resubmit, getFaxXYZ, etc.
 
OutboundStatus status
 The status (see OutboundStatus)
 
String subject
 The subject.
 
String modifiedDestination
 The modified destination.
 
String broadcastId
 The broadcast ID (see FaxService::sendFax())
 
String transactionId
 The transaction ID (see FaxService::sendFax())
 
String originalTransactionId
 The original transactionID.
 
String userId
 The SMTP address of the user.
 
String senderBillingCode
 The billing code of the sender.
 
String senderSubBillingCode
 The sub billing code of the sender.
 
String recipientName
 The name of the recipient.
 
String recipientBillingCode
 The billing code of the recipient.
 
String recipientSubBillingCode
 The sub billing code of the recipient.
 
String originalDestination
 The original destination.
 
SendingPriority priority
 The priority (See SendingPriority)
 
String remoteCsid
 The remote CSID.
 
Long channelNumber
 The channel number.
 
Long attemptCount
 The number of attempt made.
 
Long noOfRetries
 The maximum number of retries.
 
Long retryDelay
 The delay between each retries.
 
Long speed
 The speed.
 
XMLGregorianCalendar submittedTime
 The submitted time (Format will be: yyyy-MM-dd'T'HH:mm:ss.SSSXXX)
 
XMLGregorianCalendar completedTime
 The completed time (Format will be: yyyy-MM-dd'T'HH:mm:ss.SSSXXX)
 
XMLGregorianCalendar archivedTime
 The archived time (Format will be: yyyy-MM-dd'T'HH:mm:ss.SSSXXX)
 
XMLGregorianCalendar delayUntil
 The delayed until time (Format will be: yyyy-MM-dd'T'HH:mm:ss.SSSXXX)
 
Long duration
 The duration of the transmission (in seconds)
 
Long pagesSubmitted
 The number of pages submitted.
 
Long pagesSent
 The number of pages sent.
 
Long errorCode
 The error code (0 if it was a success)
 
String errorDescription
 The error description.
 
Long adminErrorCode
 The administrator error code (0 if it was a success)
 
String barcodes
 The barcode values.
 
String custom1
 The custom1 value.
 
String custom2
 The custom2 value.
 
String custom3
 The custom3 value.
 
String custom4
 The custom4 value.
 
String custom5
 The custom5 value.
 

Detailed Description

A schema-related class to represent a fax item from outbound history.

See also
FaxService::findOutboundFaxes()
FaxService::findOutboundFaxesAdvanced()

The documentation for this class was generated from the following file: