[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

FaxTransferTicket

inherits from TransferTicket

Object <- TransferTicket <- FaxTransferTicket



Operations

Get list of all operations

Class FaxTransferTicket defines no new operations.


Attributes

Get list of all attributes

DeliveryChoicesIndex


Fields

Field Type
TransferTicket: lastAttempt: Unsigned
stream: Stream
serviceChoice: ServiceChoice
processedCard: ProcessedCard
followOn: TransferTicket
statusAnnouncement: StatusAnnouncement
transferFailed: Boolean
transferDone: Boolean
FaxTransferTicket: deliveryChoicesIndex: Unsigned


Instance template

instance FaxTransferTicket tag;
    lastAttempt: 0;
         stream: nilObject;
  serviceChoice: nilObject;
  processedCard: nilObject;
       followOn: nilObject;
statusAnnouncement: nilObject;
 transferFailed: false;
   transferDone: false;
deliveryChoicesIndex: 0;
end instance;

Class definition

Define Class FaxTransferTicket;
    inherits from TransferTicket;

    field deliveryChoicesIndex      : Unsigned, getter, setter;

    attribute DeliveryChoicesIndex: Unsigned;
end class;