A B C D E F G H I L M O P Q R S T U V W

A

addParam(String, Object) - Method in class com.ecebs.rtd.enabler.types.request.AddStoredUseRequest
Add a parameter to the request.
addParam(String, Object) - Method in class com.ecebs.rtd.enabler.types.request.AddSTRRequest
 
addParam(String, Object) - Method in class com.ecebs.rtd.enabler.types.request.DeductStoredUseRequest
Add a parameter to the request.
addParam(String, Object) - Method in class com.ecebs.rtd.enabler.types.request.DeductSTRRequest
 
addParam(String, Object) - Method in class com.ecebs.rtd.enabler.types.request.DeleteProductRequest
 
addParam(String, Object) - Method in class com.ecebs.rtd.enabler.types.request.LoadProductRequest
 
addParam(String, Object) - Method in class com.ecebs.rtd.enabler.types.request.ModifyRequest
Add a parameter to the request.
addParam(String, Object) - Method in class com.ecebs.rtd.enabler.types.request.UpdatePassExpiryDateRequest
Add a parameter to the request.
addProductInstanceId(IPEInstanceID) - Method in class com.ecebs.rtd.enabler.types.request.DeleteProductRequest
Set the details of the ISAM that created a product to be deleted.
addProductInstanceId(String, String) - Method in class com.ecebs.rtd.enabler.types.request.DeleteProductRequest
Set the details of the ISAM that created a product to be deleted
addStoredUse(AddStoredUseRequest, DownloadMode, ITransactionControllerCallback) - Method in interface com.ecebs.rtd.enabler.ITransactionController
The DEDUCT JOURNEYS/PASSES function can be called by the APPLICATION to request the RTD SERVER deducts a number of stored passes from an ITSO TYP22 product, or a number of journeys from an ITSO TYP23 or TYP24 product.
addStoredUse(AddStoredUseRequest, DownloadMode, ITransactionControllerCallback) - Method in class com.ecebs.rtd.enabler.TransactionController
 
AddStoredUseRequest - Class in com.ecebs.rtd.enabler.types.request
Represents a request to add a number of stored uses to a product on a CM
AddStoredUseRequest() - Constructor for class com.ecebs.rtd.enabler.types.request.AddStoredUseRequest
Create a request with no initialised parameters.
AddStoredUseRequest(String, CardType, String, String, int) - Constructor for class com.ecebs.rtd.enabler.types.request.AddStoredUseRequest
Sets all the required parameters with the provided values.
AddSTRRequest - Class in com.ecebs.rtd.enabler.types.request
Represents a request to add value to an STR on a CM
AddSTRRequest() - Constructor for class com.ecebs.rtd.enabler.types.request.AddSTRRequest
Create a request with no intialised parameters.
AddSTRRequest(String, CardType, String, int) - Constructor for class com.ecebs.rtd.enabler.types.request.AddSTRRequest
Sets all the required parameters with the provided values.
addStrValue(AddSTRRequest, DownloadMode, ITransactionControllerCallback) - Method in interface com.ecebs.rtd.enabler.ITransactionController
The ADD STR VALUE function can be called by the APPLICATION to request the RTD SERVER adds or credits value to the STR Product of the specified CM .
addStrValue(AddSTRRequest, DownloadMode, ITransactionControllerCallback) - Method in class com.ecebs.rtd.enabler.TransactionController
 
Amount - Class in com.ecebs.rtd.enabler.types.itso
Associated with an amount found within some ITSO data types
Amount(byte, short, byte, int) - Constructor for class com.ecebs.rtd.enabler.types.itso.Amount
 
ANTI_TEAR_MECHANISM - Static variable in class com.ecebs.rtd.enabler.types.itso.ParameterEF
 
APDUUtils - Class in com.ecebs.rtd.enabler.common
Provides utility methods for helping carrying out card operations.

B

b2s(byte) - Static method in class com.ecebs.rtd.enabler.common.ByteUtils
Converts a byte into a short, ignoring sign, i.e.
BaseResponse - Class in com.ecebs.rtd.enabler.types.response
A response received from an RTD server
BaseResponse() - Constructor for class com.ecebs.rtd.enabler.types.response.BaseResponse
 
byteArrayToDTS(byte[], int) - Static method in class com.ecebs.rtd.enabler.common.CalendarUtils
Parses 3 bytes from the sourceArray, starting at the sourceIndex, and uses that to create an ITSO DTS
byteArrayToString(byte[]) - Static method in class com.ecebs.rtd.enabler.common.ByteUtils
Creates an uppercase string representation of a byte array
byteArrayToString(byte[], int, int) - Static method in class com.ecebs.rtd.enabler.common.ByteUtils
 
BYTES_PER_BLOCK - Static variable in class com.ecebs.rtd.enabler.types.itso.ipe.IPE
 
byteToString(byte) - Static method in class com.ecebs.rtd.enabler.common.ByteUtils
 
ByteUtils - Class in com.ecebs.rtd.enabler.common
Provides utility methods for interacting with byte arrays

C

CalendarUtils - Class in com.ecebs.rtd.enabler.common
Provides methods to aide in creating and parsing dates obtained from RTD.
cancelRequest(String, ITransactionControllerCallback) - Method in interface com.ecebs.rtd.enabler.ITransactionController
Cancels a previously registered request.
cancelRequest(String, ITransactionControllerCallback) - Method in class com.ecebs.rtd.enabler.TransactionController
 
CancelRequest - Class in com.ecebs.rtd.enabler.types.request
Request to cancel requests that have been registered and assigned an ID
CancelRequest(String...) - Constructor for class com.ecebs.rtd.enabler.types.request.CancelRequest
Creates a request to cancel the requests with the provided IDs
CardInformation - Class in com.ecebs.rtd.enabler.types.card
Proides a means of obtaining information about a detected ITSO CM.
CardInformation(ITSOCard) - Constructor for class com.ecebs.rtd.enabler.types.card.CardInformation
Create an instance to provide details about an ITSO smartcard detected by the specified reader
CardType - Enum in com.ecebs.rtd.enabler
The types of cards that are supported
checkValidAndThrow(HttpURLConnection) - Static method in class com.ecebs.rtd.enabler.common.HttpUtils
Checks that the response code is equal to HttpURLConnection.HTTP_OK
clearCertificateAlias() - Method in class com.ecebs.rtd.enabler.ConfigManager
Clear the alias for a certificate to be used for client authentication
clearLoginCredentials() - Method in class com.ecebs.rtd.enabler.ConfigManager
Clear the basic auth credentials to be used for communicating with RTD
clearLoginCredentials() - Method in interface com.ecebs.rtd.enabler.IConfigManager
Clears the login credentials
closeEnabler() - Method in interface com.ecebs.rtd.enabler.IConfigManager
Clean up any internal resources.
com.ecebs.rtd.enabler - package com.ecebs.rtd.enabler
This package contains the main application interfaces for carrying out RTD operations and reading presented CMDs.
com.ecebs.rtd.enabler.callback - package com.ecebs.rtd.enabler.callback
Provides interfaces for implementing callback instances that can obtain information about the status of an operation
com.ecebs.rtd.enabler.common - package com.ecebs.rtd.enabler.common
Holds classes that are used throughout the library
com.ecebs.rtd.enabler.types - package com.ecebs.rtd.enabler.types
Contains basic types used by the library
com.ecebs.rtd.enabler.types.card - package com.ecebs.rtd.enabler.types.card
Classes for interacting with detected smartcards.
com.ecebs.rtd.enabler.types.card.itso - package com.ecebs.rtd.enabler.types.card.itso
Classes for interacting with detected ITSO smartcards.
com.ecebs.rtd.enabler.types.itso - package com.ecebs.rtd.enabler.types.itso
Classes that represent the various structures found on an ITSO-compatible smartcard.
com.ecebs.rtd.enabler.types.itso.ipe - package com.ecebs.rtd.enabler.types.itso.ipe
Classes within this package represent the various product IPEs that can be present on an ITSO-compatible smartcard.
com.ecebs.rtd.enabler.types.itso.vrdg - package com.ecebs.rtd.enabler.types.itso.vrdg
Package contains the classes representing the types of Value Record Data Group (VRDG) that form part of some IPEs.
com.ecebs.rtd.enabler.types.request - package com.ecebs.rtd.enabler.types.request
Holds classes that represent requests that can be sent to an RTD server to modify or obtain information about a smartcard.
com.ecebs.rtd.enabler.types.response - package com.ecebs.rtd.enabler.types.response
Contains classes that represent the various responses that could be received from an RTD server.
concat(int, byte[]...) - Static method in class com.ecebs.rtd.enabler.common.ByteUtils
Concatonates the provided byte arrays
concat(int, List<byte[]>) - Static method in class com.ecebs.rtd.enabler.common.ByteUtils
Concatonates the provided byte arrays.
concat(int, Integer, byte[]...) - Static method in class com.ecebs.rtd.enabler.common.ByteUtils
Concatonates the provided byte arrays
concat(int, Integer, List<byte[]>) - Static method in class com.ecebs.rtd.enabler.common.ByteUtils
Concatonates the provided byte arrays
ConfigManager - Class in com.ecebs.rtd.enabler
Provides settings used throught the RTD Enabler, abstracting some of the platform-specific checks.
constructAPDU(byte, byte, byte, byte, byte[]) - Static method in class com.ecebs.rtd.enabler.common.APDUUtils
Creates a byte array containg a valid APDU based on the supplied parameters.
constructAPDU(byte, byte, byte, byte, byte[], byte) - Static method in class com.ecebs.rtd.enabler.common.APDUUtils
Creates a byte array containg a valid APDU based on the supplied parameters.
CONTENT_TYPE_TEXT_PLAIN - Static variable in class com.ecebs.rtd.enabler.common.HttpUtils
Default content type
convert(short) - Static method in enum com.ecebs.rtd.enabler.types.itso.LOCE.LocDefType
 
copy(InputStream, OutputStream) - Static method in class com.ecebs.rtd.enabler.common.HttpUtils
Common helper method to copy from an input stream to an output stream
CorruptIPE - Class in com.ecebs.rtd.enabler.types.itso.ipe
Represents an IPE type that could not be parsed by ITSO Framework.
CorruptIPE(IPEDirEntry, List<byte[]>) - Constructor for class com.ecebs.rtd.enabler.types.itso.ipe.CorruptIPE
 
createITSOBaseDate() - Static method in class com.ecebs.rtd.enabler.common.CalendarUtils
Create a new instance of a calendar set to the ITSO base date
createITSODate(int) - Static method in class com.ecebs.rtd.enabler.common.CalendarUtils
Creates an ITSO date instance set to the specified number of days since the ITSO base date (01/01/1997)
CyclicLog - Class in com.ecebs.rtd.enabler.types.itso
Represents the cyclic log found on most ITSO CMDs.
CyclicLog(LogDirEntry, List<byte[]>) - Constructor for class com.ecebs.rtd.enabler.types.itso.CyclicLog
 

D

DayOfWeek - Class in com.ecebs.rtd.enabler.types.itso
 
DayOfWeek(short) - Constructor for class com.ecebs.rtd.enabler.types.itso.DayOfWeek
 
deductStoredUse(DeductStoredUseRequest, DownloadMode, ITransactionControllerCallback) - Method in interface com.ecebs.rtd.enabler.ITransactionController
The ADD JOURNEYS/PASSES function can be called by the APPLICATION to request the RTD SERVER adds a number of stored passes to an ITSO TYP22 product, or a number of journeys to an ITSO TYP23 or TYP24 product.
deductStoredUse(DeductStoredUseRequest, DownloadMode, ITransactionControllerCallback) - Method in class com.ecebs.rtd.enabler.TransactionController
 
DeductStoredUseRequest - Class in com.ecebs.rtd.enabler.types.request
Represents a request to deduct a number of stored uses from a product on a CM
DeductStoredUseRequest() - Constructor for class com.ecebs.rtd.enabler.types.request.DeductStoredUseRequest
Create a request with no initialised parameters.
DeductStoredUseRequest(String, CardType, String, String, int) - Constructor for class com.ecebs.rtd.enabler.types.request.DeductStoredUseRequest
Sets all the required parameters with the provided values.
DeductStoredUseRequest.DeductStoredUseReason - Enum in com.ecebs.rtd.enabler.types.request
 
DeductSTRRequest - Class in com.ecebs.rtd.enabler.types.request
Represents a request to deduct value from an STR on a CM
DeductSTRRequest() - Constructor for class com.ecebs.rtd.enabler.types.request.DeductSTRRequest
Create a request with no intialised parameters.
DeductSTRRequest(String, CardType, String, int) - Constructor for class com.ecebs.rtd.enabler.types.request.DeductSTRRequest
Sets all the required parameters with the provided values.
DeductSTRRequest.DeductSTRReason - Enum in com.ecebs.rtd.enabler.types.request
Used for stating the reason for the STR debit taking place
deductStrValue(DeductSTRRequest, DownloadMode, ITransactionControllerCallback) - Method in interface com.ecebs.rtd.enabler.ITransactionController
The DEDUCT STR VALUE function can be called by the APPLICATION to request the RTD SERVER deduct or debit value from the STR Product of the specified CM .
deductStrValue(DeductSTRRequest, DownloadMode, ITransactionControllerCallback) - Method in class com.ecebs.rtd.enabler.TransactionController
 
deleteProduct(DeleteProductRequest, DownloadMode, ITransactionControllerCallback) - Method in interface com.ecebs.rtd.enabler.ITransactionController
The DELETE PRODUCT function is called by the APPLICATION to request the RTD SERVER deletes one or more products from the CM.
deleteProduct(DeleteProductRequest, DownloadMode, ITransactionControllerCallback) - Method in class com.ecebs.rtd.enabler.TransactionController
 
DeleteProductRequest - Class in com.ecebs.rtd.enabler.types.request
Represents a request to delete a product on a CM
DeleteProductRequest() - Constructor for class com.ecebs.rtd.enabler.types.request.DeleteProductRequest
Create a request with no intialised parameters.
DeleteProductRequest(String, CardType, String) - Constructor for class com.ecebs.rtd.enabler.types.request.DeleteProductRequest
Sets all the required parameters with the provided values, except a product instance ID, which must be added by calling DeleteProductRequest.addProductInstanceId(String, String)
DeleteProductRequest.DeleteProductReason - Enum in com.ecebs.rtd.enabler.types.request
Used to define the reason for deleting the product
DeleteProductResponse - Class in com.ecebs.rtd.enabler.types.response
Response associated with a DeleteProductRequest
DeleteProductResponse() - Constructor for class com.ecebs.rtd.enabler.types.response.DeleteProductResponse
 
DeleteProductResponse.DeleteType - Enum in com.ecebs.rtd.enabler.types.response
The type of delete operation
DES_8K_8C - Static variable in class com.ecebs.rtd.enabler.types.itso.ParameterEF
 
detectCard(boolean, String...) - Method in interface com.ecebs.rtd.enabler.IITSOFramework
The DETECT CARD function will return the ITSO Shell Environment Data Group and ITSO Directory Data Group, read and parsed, from a CM if one is present.
detectCard(IDetectCardCallback, boolean, String...) - Method in interface com.ecebs.rtd.enabler.IITSOFramework
Registers the callback to be notified when a CM is presented.
detectCard(IDetectCardCallback, boolean, String...) - Method in class com.ecebs.rtd.enabler.ITSOFramework
 
detectCard(boolean, String...) - Method in class com.ecebs.rtd.enabler.ITSOFramework
 
DIR_ENTRY_LEN - Static variable in interface com.ecebs.rtd.enabler.types.itso.DirEntry
 
DIR_ENTRY_LEN - Static variable in class com.ecebs.rtd.enabler.types.itso.IPEDirEntry
 
Directory - Class in com.ecebs.rtd.enabler.types.itso
Represents an ITSO Directory
Directory(ITSOShell, byte[], int, boolean) - Constructor for class com.ecebs.rtd.enabler.types.itso.Directory
Parses from the provided byte array starting at the provided offset
DIRECTORY_SIZE - Static variable in class com.ecebs.rtd.enabler.types.itso.ParameterEF
 
DirectoryCMD4 - Class in com.ecebs.rtd.enabler.types.itso
Represents an ITSO Directory File for CMD4 Mifare Ultralight, wrapping a single directory entry.
DirectoryCMD4(byte[], int) - Constructor for class com.ecebs.rtd.enabler.types.itso.DirectoryCMD4
Parses from the provided byte array starting at the provided offset
DirEntry - Interface in com.ecebs.rtd.enabler.types.itso
Represents a directory entry within an ITSO Directory File
DownloadMode - Enum in com.ecebs.rtd.enabler
Specifier for the type of action to carry out
DownloadStatusResponse - Class in com.ecebs.rtd.enabler.types.response
Response associated with a QueryRequest with query mode QueryMode.DOWNLOAD_REQUEST
DownloadStatusResponse() - Constructor for class com.ecebs.rtd.enabler.types.response.DownloadStatusResponse
 
DTS_LENGTH - Static variable in class com.ecebs.rtd.enabler.types.itso.ipe.IPE
 

E

EntitlementIPE - Class in com.ecebs.rtd.enabler.types.itso.ipe
 
equals(Object) - Method in class com.ecebs.rtd.enabler.types.card.CardInformation
 

F

FileControlInfo - Class in com.ecebs.rtd.enabler.types.itso
Represents an FCI structure received from a CMD2 card
FileControlInfo(byte[], int) - Constructor for class com.ecebs.rtd.enabler.types.itso.FileControlInfo
Parses from the provided byte array, starting at the provided offset

G

generateXML(int, String, Request...) - Static method in class com.ecebs.rtd.enabler.types.request.RequestMessage
 
getAccomAttribute() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX3.Reservation
 
getAccumulatorRule() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX1.VGX1Cap
 
getAccumulatorRule() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX2.VGX2Cap
 
getActionSeqNum() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.ValueRecord
 
getAltDestination() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getAltOrigin() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getAmount() - Method in class com.ecebs.rtd.enabler.types.itso.Amount
Get the amount paid, in pence
getAmountPaid() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
getAmountPaid() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
getAmountPaid() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getAmountPaid() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type27
 
getAmountPaid() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type28
 
getAmountPaid() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type29
 
getAmountPaid() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
getAntiTearMech() - Method in class com.ecebs.rtd.enabler.types.itso.ParameterEF
 
getAreAdditionalFieldsPresent() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
getAreaValidityDest() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type28
 
getAreaValidityDest() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type29
 
getAreaValidityOrigin() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type28
 
getAreaValidityOrigin() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type29
 
getAreOptionalFieldsPresent() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getAreRoundingFlagsEnabled() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.EntitlementIPE
 
getAssociatedIPEs() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getAtcoCode() - Method in class com.ecebs.rtd.enabler.types.itso.LOCE
Get the atco code for a LOCE of type 211 (LOCE.LocDefType.ATCO_CODE)
getAuthAlgType() - Method in class com.ecebs.rtd.enabler.types.itso.ParameterEF
 
getAuthP1() - Method in class com.ecebs.rtd.enabler.types.itso.ParameterEF
 
getAutoRenewQuantity() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
getAutoRenewTimeAfterExpiry() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getBalance() - Method in class com.ecebs.rtd.enabler.types.response.STRResponse
 
getBerthPosition() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX3.Reservation
 
getBitMap() - Method in class com.ecebs.rtd.enabler.types.itso.Header
 
getBookingRef() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX3
 
getCaps() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX1
 
getCaps() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX2
 
getCapStrategyCode() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX1
 
getCapStrategyCode() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX2
 
getCardId() - Method in class com.ecebs.rtd.enabler.types.request.ModifyRequest
Get the ID of the card that this request relates to
getCardType() - Method in class com.ecebs.rtd.enabler.types.card.CardInformation
Provides information about the type of card detected
getCardType() - Method in class com.ecebs.rtd.enabler.types.request.ModifyRequest
Get the type of card that this request relates to
getCardType() - Method in class com.ecebs.rtd.enabler.types.response.DownloadStatusResponse
 
getCardType() - Method in class com.ecebs.rtd.enabler.types.response.PendingRequests
 
getCIPEFlags() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
getClassCode() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
getClassCode() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
getClassCode() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getCoach() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX3.Reservation
 
getCode() - Method in class com.ecebs.rtd.enabler.types.Outcome
Get the code representing the reason for the operation finishing
getComDTS() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type29
 
getConcClass() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.EntitlementIPE
 
getContainsCarnet() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getContainsDuplicate() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getContainsFollowOn() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getContainsPassengerDetails() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getContainsReplacement() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getContainsUnfufilledWarrant() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getCountRemainingRides() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRType23
 
getCountryCode() - Method in class com.ecebs.rtd.enabler.types.itso.LOCE
Get the country code for a LOCE of type 208 (LOCE.LocDefType.FULL_NLC)
getCountTransfers() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRType23
 
getCPICC() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.EntitlementIPE
 
getCPICC() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
getCPICC() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
getCreatingIsamId() - Method in class com.ecebs.rtd.enabler.types.response.BaseResponse
 
getCreatingIsamSeqNum() - Method in class com.ecebs.rtd.enabler.types.response.BaseResponse
 
getCumulativeFare() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRType2
 
getCurrencyCode() - Method in class com.ecebs.rtd.enabler.types.itso.Amount
Get the currency code
getCurrentPassExpiry() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRType22
 
getCurrentRecord() - Method in class com.ecebs.rtd.enabler.types.itso.CyclicLog
 
getCustomerId() - Method in class com.ecebs.rtd.enabler.ConfigManager
Get the customer ID (specified by the KEYS#CUSTOMER_ID parameter).
getDailyJnyCounter() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type29
 
getData() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.CorruptIPE
Get all the sectors as a string
getData() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.UnsupportedIPE
 
getData() - Method in class com.ecebs.rtd.enabler.types.itso.LOCE
 
getDateOfBirth() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type16
Gets an ITSO Date of Birth
getDateTime() - Method in class com.ecebs.rtd.enabler.types.response.BaseResponse
 
getDateTimeStamp() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
getDayCapAccumulator() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX1.VGX1Cap
 
getDayCapAccumulator() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX2.VGX2Cap
 
getDayCount() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX1.VGX1Cap
 
getDayCount() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX2.VGX2Cap
 
getDaysRestrictionApplies() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getDaysTravelPermitted() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getDeleteProductResponse() - Method in class com.ecebs.rtd.enabler.types.response.DownloadStatusResponse
 
getDeleteProductResponse() - Method in class com.ecebs.rtd.enabler.types.response.PendingRequests
 
getDeleteProductResponse() - Method in class com.ecebs.rtd.enabler.types.response.ResponseMessage
 
getDeleteProductResponses() - Method in class com.ecebs.rtd.enabler.types.response.DownloadStatusResponse
 
getDeleteProductResponses() - Method in class com.ecebs.rtd.enabler.types.response.PendingRequests
 
getDeleteProductResponses() - Method in class com.ecebs.rtd.enabler.types.response.ResponseMessage
 
getDepartureLocation() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.VehicleRestriction
 
getDeposit() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.EntitlementIPE
 
getDeposit() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type2
 
getDestination() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
getDestination() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getDestinationTT() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
getDeviceId() - Method in class com.ecebs.rtd.enabler.ConfigManager
Get a device ID to be used when generating the request ID for ModifyRequest instances
getDirEntries() - Method in class com.ecebs.rtd.enabler.types.itso.Directory
 
getDirEntry() - Method in class com.ecebs.rtd.enabler.types.itso.CyclicLog
 
getDirEntry(int) - Method in class com.ecebs.rtd.enabler.types.itso.Directory
 
getDirEntry() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.IPE
 
getDirEntry() - Method in interface com.ecebs.rtd.enabler.types.itso.Product
Get the directory entry associated with the product
getDirSeqNum() - Method in class com.ecebs.rtd.enabler.types.itso.Directory
 
getDirSize() - Method in class com.ecebs.rtd.enabler.types.itso.ParameterEF
 
getDiscountAmount() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.Discount
 
getDiscountCode() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.Discount
 
getDiscountCodeType() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.Discount
 
getDiscountPercentage() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.Discount
 
getDiscounts() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getDownloadInterfaceURL() - Method in class com.ecebs.rtd.enabler.ConfigManager
Get the download interface URL
getDownloadStatusResponse() - Method in class com.ecebs.rtd.enabler.types.response.ResponseMessage
 
getDownloadStatusResponses() - Method in class com.ecebs.rtd.enabler.types.response.ResponseMessage
 
getDts() - Method in class com.ecebs.rtd.enabler.types.itso.LogDirEntry
 
getDTS() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.ValueRecord
 
getDtsLastValidation() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX3
 
getDtsLegDeparture() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX3.Reservation
 
getEndTime() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.Restriction
 
getEntitlementCode() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.EntitlementIPE
 
getEntitlementExpDate() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.EntitlementIPE
 
getEntitlementType() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.Transfer
 
getEntryDTS() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
getEntryExitIndicator() - Method in class com.ecebs.rtd.enabler.types.itso.LogDirEntry
 
getEntryIINIndex() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
getEntryOID() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
getEntryTTIPEIsamID() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
getEntryTTIPEIsamSeqNum() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
getEvent1() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type27
 
getEvent2() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type27
 
getExpiryDate() - Method in class com.ecebs.rtd.enabler.types.itso.IPEDirEntry
 
getExpiryDate() - Method in class com.ecebs.rtd.enabler.types.itso.ITSOShell
 
getExpiryDateCurrent() - Method in class com.ecebs.rtd.enabler.types.response.UpdatePassExpiryDateResponse
 
getExpiryDateOffset() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type27
 
getExpiryDateSP() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRType22
 
getexpiryTick1() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type28
 
getexpiryTick2() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type28
 
getexpiryTick3() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type28
 
getexpiryTick4() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type28
 
getexpiryTick5() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type28
 
getexpiryTick6() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type28
 
getExpiryTime() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
getExpiryTime() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
getExtAuthP2() - Method in class com.ecebs.rtd.enabler.types.itso.ParameterEF
 
getExtendedValidityPeriod() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.Transfer
 
getFareBytes() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type27
 
getFareBytes() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type28
 
getFareBytes() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type29
 
getFaresTypeOfTicket() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getFlags() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type2
 
getFlags() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
getFlags() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
getFlags() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getForename() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type16
 
getFormatRevision() - Method in class com.ecebs.rtd.enabler.types.itso.Header
 
getFormattedDate(Calendar, String) - Static method in class com.ecebs.rtd.enabler.common.CalendarUtils
Create a string representation of a date and time in the format specified
getFormattedISRN() - Method in class com.ecebs.rtd.enabler.types.itso.ITSOShell
 
getFullLOC1() - Method in class com.ecebs.rtd.enabler.types.itso.LOC1
 
getFullParamEF() - Method in class com.ecebs.rtd.enabler.types.itso.ParameterEF
 
getFullShell() - Method in class com.ecebs.rtd.enabler.types.itso.ITSOShell
 
getFVC() - Method in class com.ecebs.rtd.enabler.types.itso.ITSOShell
 
getGender() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.EntitlementIPE
 
getGender() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.PaxDetails
 
getGeoValidityDest() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type27
 
getGeoValidityOrigin() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type27
 
getGeoValidityVia() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type27
 
getHalfDayOfWeek() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.EntitlementIPE
 
getHasValueGroup() - Method in class com.ecebs.rtd.enabler.types.itso.IPEDirEntry
 
getHeader() - Method in class com.ecebs.rtd.enabler.types.itso.Directory
 
getHeader() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.IPE
 
getHeader() - Method in class com.ecebs.rtd.enabler.types.itso.ITSOShell
 
getHeader() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
getHint() - Method in class com.ecebs.rtd.enabler.types.Outcome
In some instances, a hint will be returned, i.e.
getHolderID() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.EntitlementIPE
 
getId() - Method in class com.ecebs.rtd.enabler.types.response.DownloadStatusResponse
 
getId() - Method in class com.ecebs.rtd.enabler.types.response.PendingRequests
 
getIdDocRef() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getIdentifier() - Method in class com.ecebs.rtd.enabler.types.response.StoredUseResponse
 
getIdentifier() - Method in class com.ecebs.rtd.enabler.types.response.UpdatePassExpiryDateResponse
 
getIdFlags() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.EntitlementIPE
 
getIIN() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.IPE
 
getIIN() - Method in class com.ecebs.rtd.enabler.types.itso.ITSOShell
 
getIIN() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
getIndex() - Method in interface com.ecebs.rtd.enabler.types.itso.DirEntry
 
getIndex() - Method in class com.ecebs.rtd.enabler.types.itso.IPEDirEntry
 
getIndex() - Method in class com.ecebs.rtd.enabler.types.itso.LogDirEntry
 
getIns() - Method in class com.ecebs.rtd.enabler.types.itso.Directory
 
getInstance() - Static method in class com.ecebs.rtd.enabler.ConfigManager
Get the initialised instance.
getInstance() - Static method in class com.ecebs.rtd.enabler.ITSOFramework
Get an instance of IITSOFramework.
getInstance() - Static method in class com.ecebs.rtd.enabler.TransactionController
Get an instance of ITransactionController.
getInstance(IPEDirEntry, List<byte[]>) - Static method in class com.ecebs.rtd.enabler.types.itso.ipe.IPE
 
getInstanceID() - Method in class com.ecebs.rtd.enabler.types.itso.Directory
 
getInstanceID() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type28
 
getInstanceID() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type29
 
getInstanceID() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRDG
 
getIntAuthP2() - Method in class com.ecebs.rtd.enabler.types.itso.ParameterEF
 
getInterchangeEntry() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.Interchange
 
getInterchangeExit() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.Interchange
 
getInterchanges() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getIPEHeaderList() - Method in class com.ecebs.rtd.enabler.types.card.CardInformation
Get a list of the directory entries read from the most recent directory file on the smartcard
getIPEID1() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
getIPEID2() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
getIPEID3() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
getIPEID4() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
getIPEInstanceID() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.IPE
 
getIPEInstanceID() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
getIPEPointer() - Method in class com.ecebs.rtd.enabler.types.itso.LogDirEntry
 
getIPEPointer() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
getIPEStartingSector() - Method in interface com.ecebs.rtd.enabler.types.itso.DirEntry
 
getIPEStartingSector() - Method in class com.ecebs.rtd.enabler.types.itso.IPEDirEntry
 
getIPEStartingSector() - Method in class com.ecebs.rtd.enabler.types.itso.LogDirEntry
 
getIPEType() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRDG
 
getIsamID() - Method in class com.ecebs.rtd.enabler.types.itso.Directory
 
getISAMID() - Method in class com.ecebs.rtd.enabler.types.itso.InstanceID
 
getISAMID() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.ValueRecord
 
getISAMSeqNum() - Method in class com.ecebs.rtd.enabler.types.itso.IPEInstanceID
 
getISRN() - Method in class com.ecebs.rtd.enabler.types.itso.ITSOShell
 
getIsrnCheck() - Method in class com.ecebs.rtd.enabler.types.itso.ITSOShell
 
getISSN() - Method in class com.ecebs.rtd.enabler.types.itso.ITSOShell
 
getIssueDate() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
getIssueDate() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
getIssueDate() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type27
 
getIssueDate() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type28
 
getIssueDate() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type29
 
getIterationNum() - Method in class com.ecebs.rtd.enabler.types.itso.InstanceID
 
getITSODF() - Method in class com.ecebs.rtd.enabler.types.itso.ParameterEF
 
getITSODFFID() - Method in class com.ecebs.rtd.enabler.types.itso.ParameterEF
 
getITSODFPath() - Method in class com.ecebs.rtd.enabler.types.itso.ParameterEF
 
getITSODFString() - Method in class com.ecebs.rtd.enabler.types.itso.ParameterEF
 
getITSOShell() - Method in class com.ecebs.rtd.enabler.types.itso.FileControlInfo
 
getITSOShellCounter() - Method in class com.ecebs.rtd.enabler.types.itso.FileControlInfo
 
getJourneyLegCount() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRType2
 
getJourneysRemaining() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRType24
 
getKID() - Method in class com.ecebs.rtd.enabler.types.itso.Directory
 
getKID() - Method in class com.ecebs.rtd.enabler.types.itso.InstanceID
 
getKSC() - Method in class com.ecebs.rtd.enabler.types.itso.ITSOShell
 
getKVC() - Method in class com.ecebs.rtd.enabler.types.itso.ITSOShell
 
getLanguage() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type16
 
getLastDownloadFailureReason() - Method in class com.ecebs.rtd.enabler.types.response.BaseResponse
 
getLastDownloadOutcome() - Method in class com.ecebs.rtd.enabler.types.response.BaseResponse
 
getLastFarePaid() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX2.VGX2Cap
 
getLastFarePaidTxnType() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX1.VGX1Cap
 
getLastFarePaidTxnType() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX2.VGX2Cap
 
getLastUseDTS() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type27
 
getLastUseDTS() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type28
 
getLastUseDTS() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type29
 
getLegDestination() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX3.Reservation
 
getLegOrigin() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX3.Reservation
 
getLegServiceID() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX3.Reservation
 
getLength() - Method in class com.ecebs.rtd.enabler.types.itso.Header
 
getLoadProductResponse() - Method in class com.ecebs.rtd.enabler.types.response.DownloadStatusResponse
 
getLoadProductResponse() - Method in class com.ecebs.rtd.enabler.types.response.PendingRequests
 
getLoadProductResponse() - Method in class com.ecebs.rtd.enabler.types.response.ResponseMessage
 
getLoadProductResponses() - Method in class com.ecebs.rtd.enabler.types.response.DownloadStatusResponse
 
getLoadProductResponses() - Method in class com.ecebs.rtd.enabler.types.response.PendingRequests
 
getLoadProductResponses() - Method in class com.ecebs.rtd.enabler.types.response.ResponseMessage
 
getLocalizedMessage() - Method in exception com.ecebs.rtd.enabler.types.RTDEException
 
getLocation() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX1
 
getLocationApplicability() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.Restriction
 
getLocations() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX2
 
getLocDefCode() - Method in enum com.ecebs.rtd.enabler.types.itso.LOCE.LocDefType
 
getLocDefType() - Method in class com.ecebs.rtd.enabler.types.itso.LOCE
 
getLOCE() - Method in class com.ecebs.rtd.enabler.types.itso.LOC1
 
getLocLastValidation() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX3
 
getLogDirEntry() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
getMachineNumber() - Method in class com.ecebs.rtd.enabler.types.itso.LOCE
Get the machine number for a LOCE of type 202 (LOCE.LocDefType.BUS_FARE_STAGE_TYPE_1)
getMaxDailyJourneys() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type29
 
getMaxNegativeAmount() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type2
 
getMaxTransfers() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
getMaxTransfers() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type29
 
getMaxValue2() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type2
 
getMessageHeader() - Method in class com.ecebs.rtd.enabler.types.response.ResponseMessage
 
getMethodOfPayment() - Method in class com.ecebs.rtd.enabler.types.itso.Amount
Get the method of payment
getMode() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
getMsgVersion() - Method in class com.ecebs.rtd.enabler.types.MessageHeader
 
getMultiDayCapAccumulator() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX1.VGX1Cap
 
getMultiDayCapAccumulator() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX2.VGX2Cap
 
getMultipleNAPTANCodes() - Method in class com.ecebs.rtd.enabler.types.itso.LOCE
Get the list of NAPTAN codes for a LOCE of type 212 (LOCE.LocDefType.MULTIPLE_NAPTAN_CODES)
getName() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.PaxDetails
 
getNAPTANCode() - Method in class com.ecebs.rtd.enabler.types.itso.LOCE
Get the NAPTAN Code for a LOCE of type 206 (LOCE.LocDefType.NAPTAN_CODE)
getNewestVR() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.IPE
 
getNewestVR() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type2
 
getNewestVR() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
getNewestVR() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
getNewestVR() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getNewestVR() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRDG
 
getNewestVRDG() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.IPE
 
getNLC() - Method in class com.ecebs.rtd.enabler.types.itso.LOCE
Get the NLC for a LOCE of type 208 (LOCE.LocDefType.FULL_NLC)
getNumAdults() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
getNumAdults() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
getNumAdults() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getNumAssociatedIPEs() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getNumChildren() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
getNumChildren() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
getNumChildren() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getNumConcession() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
getNumConcession() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
getNumConcession() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getNumDirEntries() - Method in class com.ecebs.rtd.enabler.types.itso.ITSOShell
 
getNumDiscounts() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getNumInterchanges() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getNumJourneysSold() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getNumLogEntries() - Method in class com.ecebs.rtd.enabler.types.itso.Directory
 
getNumRemainingPasses() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRType22
 
getNumReservations() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRType24
 
getNumRestrictionTimeBands() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getNumRoutingPoints() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getNumSectors() - Method in class com.ecebs.rtd.enabler.types.itso.ITSOShell
 
getNumSupplements() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getNumSupportedVRs() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRDG
 
getNumTransfers() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.Transfer
 
getNumTransferTypes() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getNumVehicleSpecificRestrictions() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getOID() - Method in class com.ecebs.rtd.enabler.types.itso.IPEDirEntry
 
getOID() - Method in class com.ecebs.rtd.enabler.types.itso.ITSOShell
 
getOID() - Method in class com.ecebs.rtd.enabler.types.itso.LOCE
Get the operator identity for a LOCE of type 209 (LOCE.LocDefType.BUS_FARE_STAGE_TYPE_2)
getOkHttpClient() - Method in class com.ecebs.rtd.enabler.ConfigManager
 
getOperatorApplicability() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.Restriction
 
getOperatorSpecificity() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getOrigin() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
getOrigin() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getOriginalSCT() - Method in class com.ecebs.rtd.enabler.types.itso.Directory
 
getOriginator() - Method in class com.ecebs.rtd.enabler.ConfigManager
Get the originator used for RTD requests.
getOriginator() - Method in class com.ecebs.rtd.enabler.types.MessageHeader
 
getOriginLocation() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
getOutcome() - Method in class com.ecebs.rtd.enabler.types.response.BaseResponse
 
getOutcome() - Method in class com.ecebs.rtd.enabler.types.response.StatusResponse
 
getOutcome() - Method in class com.ecebs.rtd.enabler.types.response.UpdateRequestResponse
 
getOutcome() - Method in exception com.ecebs.rtd.enabler.types.RTDEException
Get the outcome held by the exception
getOutPeriodValidity() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getOutPortionValidFrom() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getParameterEF() - Method in class com.ecebs.rtd.enabler.types.itso.FileControlInfo
 
getParameterEFCounter() - Method in class com.ecebs.rtd.enabler.types.itso.FileControlInfo
 
getPassbackTime() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.EntitlementIPE
 
getPassbackTime() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
getPassbackTime() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
getPassbackTime() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type27
 
getPassbackTime() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type28
 
getPassbackTime() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type29
 
getPassbackTime() - Method in class com.ecebs.rtd.enabler.types.itso.LogDirEntry
 
getPassDuration() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
getPaxDetails() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getPendingRequests() - Method in class com.ecebs.rtd.enabler.types.response.ResponseMessage
 
getPendingRequestss() - Method in class com.ecebs.rtd.enabler.types.response.ResponseMessage
 
getPermittedInterchangeTime() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.Interchange
 
getPhotocardNumber() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
getPhotocardNumber() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type27
 
getPlatform() - Method in class com.ecebs.rtd.enabler.ConfigManager
Get the name of the current platform.
getPrintReceipt() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type2
 
getPrintReceipt() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
getPrintReceipt() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
getPrintTicket() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.EntitlementIPE
 
getPrintTicket() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type2
 
getPrintTicket() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
getPrintTicket() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
getProductId() - Method in class com.ecebs.rtd.enabler.types.response.BaseResponse
 
getProductRetailer() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type2
 
getProductRetailer() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
getProductRetailer() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
getProductRetailer() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getProducts(DirEntry...) - Method in interface com.ecebs.rtd.enabler.IITSOFramework
The GET PRODUCT function will read and parse a single product from the CM.
getProducts(IITSOFrameworkCallback, DirEntry...) - Method in interface com.ecebs.rtd.enabler.IITSOFramework
The GET PRODUCT function will read and parse a single product from the CM.
getProducts(IITSOFrameworkCallback, DirEntry...) - Method in class com.ecebs.rtd.enabler.ITSOFramework
 
getProducts(DirEntry...) - Method in class com.ecebs.rtd.enabler.ITSOFramework
 
getProductState() - Method in class com.ecebs.rtd.enabler.types.itso.IPEDirEntry
 
getProductTypeEncoding() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getPromotionCode() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
getPromotionCode() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
getPTYP() - Method in class com.ecebs.rtd.enabler.types.itso.IPEDirEntry
 
getQtyRemaining() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type29
 
getQueryInterfaceURL() - Method in class com.ecebs.rtd.enabler.ConfigManager
Get the query interface URL
getReaderId() - Method in class com.ecebs.rtd.enabler.types.card.CardInformation
Get the ID of the reader that detected the smartcard
getRecordOffset() - Method in class com.ecebs.rtd.enabler.types.itso.LogDirEntry
 
getRemoveDate() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.EntitlementIPE
 
getRemoveDate() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type2
 
getRemoveDate() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
getRemoveDate() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
getRemoveDate() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getRequestId() - Method in class com.ecebs.rtd.enabler.types.Outcome
Get the request ID, if one was created while carrying out the transaction
getRequestId() - Method in class com.ecebs.rtd.enabler.types.request.ModifyRequest
Get the request ID assigned to this request
getRequestId() - Method in class com.ecebs.rtd.enabler.types.response.BaseResponse
 
getRequestId() - Method in class com.ecebs.rtd.enabler.types.response.StatusResponse
 
getRequestId() - Method in class com.ecebs.rtd.enabler.types.response.UpdateRequestResponse
 
getRequestOriginator() - Method in class com.ecebs.rtd.enabler.types.response.BaseResponse
 
getReservations() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX3
 
getReservationType() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX3.Reservation
 
getRestrictionCode() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getRestrictions() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getRetailInterfaceURL() - Method in class com.ecebs.rtd.enabler.ConfigManager
Get the retail interface URL
getRouteCode() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
getRouteCode() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
getRouteCode() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getRoutingCode() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
getRoutingLocation() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.RoutingPoint
 
getRoutingPoints() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getRTDSFormattedDate(Calendar) - Static method in class com.ecebs.rtd.enabler.common.CalendarUtils
Create a string representation of a date in the format required by RTD
getRTDSFormattedDateWithTime(Calendar) - Static method in class com.ecebs.rtd.enabler.common.CalendarUtils
Create a string representation of a date and time in the format required by RTD
getRtnPeriodValidity() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getRtnPortionValidFrom() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getSalesTax() - Method in class com.ecebs.rtd.enabler.types.itso.Amount
Get the amount of sales tax paid (in 0.01% increments)
getScaledQtyBackup() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type29
 
getScalingFactor() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type29
 
getSct() - Method in class com.ecebs.rtd.enabler.types.itso.Directory
 
getSCTLength() - Method in class com.ecebs.rtd.enabler.types.itso.ITSOShell
 
getSeal() - Method in class com.ecebs.rtd.enabler.types.itso.Directory
 
getSeal() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.IPE
 
getSeal() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
getSeal() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRDG
 
getSeatDirection() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX3.Reservation
 
getSeatNum() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX3.Reservation
 
getSecondaryHolderID() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.EntitlementIPE
 
getSectors() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.CorruptIPE
Get the sectors of the IPE
getSectors() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.UnsupportedIPE
Get the sectors of the IPE
getSectorSize() - Method in class com.ecebs.rtd.enabler.types.itso.ITSOShell
 
getSelectMethod() - Method in class com.ecebs.rtd.enabler.types.itso.ParameterEF
 
getSeqNum() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type27
 
getSeqNum() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type28
 
getSeqNum() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type29
 
getServiceID() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.VehicleRestriction
 
getServiceNumber() - Method in class com.ecebs.rtd.enabler.types.itso.LOCE
Get the service number for a LOCE of type 209 (LOCE.LocDefType.BUS_FARE_STAGE_TYPE_2)
getServiceNumbers() - Method in class com.ecebs.rtd.enabler.types.itso.LOCE
Get the list of service numbers for a LOCE of type 210 (LOCE.LocDefType.SERVICE_NUMBERS)
getShellDeposit() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type16
 
getShellHeader() - Method in class com.ecebs.rtd.enabler.types.card.CardInformation
Get the shell read from the smartcard
getSoftwareBuildVersion() - Method in class com.ecebs.rtd.enabler.ConfigManager
Get the current software build version
getStackTrace(Throwable) - Static method in class com.ecebs.rtd.enabler.common.OtherUtils
 
getStageNumber() - Method in class com.ecebs.rtd.enabler.types.itso.LOCE
Get the stage number for a LOCE of type 202 (LOCE.LocDefType.BUS_FARE_STAGE_TYPE_1)
getStartDateAutoTopUp() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type2
 
getStartTime() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.Restriction
 
getState() - Method in class com.ecebs.rtd.enabler.types.Outcome
Get the state that the operation was in when it finished
getStatusResponse() - Method in class com.ecebs.rtd.enabler.types.response.ResponseMessage
 
getStatusResponses() - Method in class com.ecebs.rtd.enabler.types.response.ResponseMessage
 
getStorageEFShortFID() - Method in class com.ecebs.rtd.enabler.types.itso.ParameterEF
 
getStoredUseResponse() - Method in class com.ecebs.rtd.enabler.types.response.DownloadStatusResponse
 
getStoredUseResponse() - Method in class com.ecebs.rtd.enabler.types.response.PendingRequests
 
getStoredUseResponse() - Method in class com.ecebs.rtd.enabler.types.response.ResponseMessage
 
getStoredUseResponses() - Method in class com.ecebs.rtd.enabler.types.response.DownloadStatusResponse
 
getStoredUseResponses() - Method in class com.ecebs.rtd.enabler.types.response.PendingRequests
 
getStoredUseResponses() - Method in class com.ecebs.rtd.enabler.types.response.ResponseMessage
 
getStoredUses() - Method in class com.ecebs.rtd.enabler.types.response.StoredUseResponse
 
getSTRResponse() - Method in class com.ecebs.rtd.enabler.types.response.DownloadStatusResponse
 
getSTRResponse() - Method in class com.ecebs.rtd.enabler.types.response.PendingRequests
 
getSTRResponse() - Method in class com.ecebs.rtd.enabler.types.response.ResponseMessage
 
getSTRResponses() - Method in class com.ecebs.rtd.enabler.types.response.DownloadStatusResponse
 
getSTRResponses() - Method in class com.ecebs.rtd.enabler.types.response.PendingRequests
 
getSTRResponses() - Method in class com.ecebs.rtd.enabler.types.response.ResponseMessage
 
getSupplements() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getSurname() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type16
 
getThreshold() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type2
 
getTicketNum() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getTimeBandFlag() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.Restriction
 
getTimeLimit() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
getTimeStamps() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX2
 
getTopUpAmount() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type2
 
getTransferCounter() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type29
 
getTransfers() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getTransfersRemaining() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRType24
 
getTransientTicketRecords() - Method in class com.ecebs.rtd.enabler.types.itso.CyclicLog
 
getTTBitMap2() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
getTTTransactionType() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
getTXNSeqNum() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.ValueRecord
 
getTxnType() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.ValueRecord
 
getTYP() - Method in interface com.ecebs.rtd.enabler.types.itso.DirEntry
 
getTYP() - Method in class com.ecebs.rtd.enabler.types.itso.IPEDirEntry
 
getTYP() - Method in class com.ecebs.rtd.enabler.types.itso.LogDirEntry
 
getType() - Method in class com.ecebs.rtd.enabler.types.response.DeleteProductResponse
 
getType() - Method in class com.ecebs.rtd.enabler.types.response.StoredUseResponse
 
getType() - Method in class com.ecebs.rtd.enabler.types.response.STRResponse
 
getUncappedAccumulator() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX1.VGX1Cap
 
getUncappedAccumulator() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX2.VGX2Cap
 
getUpdatePassExpiryDateResponse() - Method in class com.ecebs.rtd.enabler.types.response.DownloadStatusResponse
 
getUpdatePassExpiryDateResponse() - Method in class com.ecebs.rtd.enabler.types.response.PendingRequests
 
getUpdatePassExpiryDateResponse() - Method in class com.ecebs.rtd.enabler.types.response.ResponseMessage
 
getUpdatePassExpiryDateResponses() - Method in class com.ecebs.rtd.enabler.types.response.DownloadStatusResponse
 
getUpdatePassExpiryDateResponses() - Method in class com.ecebs.rtd.enabler.types.response.PendingRequests
 
getUpdatePassExpiryDateResponses() - Method in class com.ecebs.rtd.enabler.types.response.ResponseMessage
 
getUpdateRequestResponse() - Method in class com.ecebs.rtd.enabler.types.response.ResponseMessage
 
getUpdateRequestResponses() - Method in class com.ecebs.rtd.enabler.types.response.ResponseMessage
 
getUsageRec() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type29
 
getUserDefined() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
getValidateProductResponse() - Method in class com.ecebs.rtd.enabler.types.response.ResponseMessage
 
getValidateProductResponses() - Method in class com.ecebs.rtd.enabler.types.response.ResponseMessage
 
getValidAtOrFrom() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.EntitlementIPE
 
getValidAtOrFrom() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
getValidityCode() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
getValidityCode() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
getValidityStartDTS() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
getValidOnDayCode() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
getValidTo() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.EntitlementIPE
 
getValidTo() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
getValRideJourney() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
getValue() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRType2
 
getValue() - Method in class com.ecebs.rtd.enabler.types.response.STRResponse
 
getValueCurrencyCode() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRType2
 
getValueFlags() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRType2
 
getValueFlags() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRType22
 
getValueFlags() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRType23
 
getValueRecords() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRDG
 
getVehicleDepartureTime() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.VehicleRestriction
 
getVehicleRestrictions() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getVendorLocation() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
getVerifyP1() - Method in class com.ecebs.rtd.enabler.types.itso.ParameterEF
 
getVerifyP2() - Method in class com.ecebs.rtd.enabler.types.itso.ParameterEF
 
getVGXLength() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX
 
getVGXRef() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX
 
getVGXRefNum() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX
 
getViaNotVia() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.RoutingPoint
 
getVRDGBitMap() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRDG
 
getVRDGExtension() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRDG
 
getVRDGLength() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRDG
 
getVRDGs() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.IPE
 
getZonalBitmap() - Method in class com.ecebs.rtd.enabler.types.itso.LOCE
Get the Zonal bit map for a LOCE of type 204 (LOCE.LocDefType.ZONAL_BITMAP_ANYWHERE) or 205 (LOCE.LocDefType.ZONAL_BITMAP_ZONETOZONE)
getZoneNumber() - Method in class com.ecebs.rtd.enabler.types.itso.LOCE
Get the zone number for a LOCE of type 207 (LOCE.LocDefType.ZONE_NUMBER)

H

HalfDayOfWeek - Class in com.ecebs.rtd.enabler.types.itso
 
HalfDayOfWeek(int) - Constructor for class com.ecebs.rtd.enabler.types.itso.HalfDayOfWeek
 
hasConnection() - Method in class com.ecebs.rtd.enabler.ConfigManager
Can be used to determine if there is currently a connection that can be used for carrying out network operations.
hashCode() - Method in class com.ecebs.rtd.enabler.types.card.CardInformation
 
Header - Class in com.ecebs.rtd.enabler.types.itso
 
Header(byte[], int) - Constructor for class com.ecebs.rtd.enabler.types.itso.Header
 
HEADER_LEN - Static variable in class com.ecebs.rtd.enabler.types.itso.Header
 
HttpUtils - Class in com.ecebs.rtd.enabler.common
Simple class that provides methods to help in carrying out HTTP requests.

I

IConfigManager - Interface in com.ecebs.rtd.enabler
A store for various configuration and platform information.
IDetectCardCallback - Interface in com.ecebs.rtd.enabler.callback
Callback interface for obtaining information about detected CMs.
IITSOFramework - Interface in com.ecebs.rtd.enabler
Provides type-independent access to a presented CM and it's contents.
IITSOFrameworkCallback - Interface in com.ecebs.rtd.enabler.callback
Interface that allows for the result of an IITSOFramework operation to be returned asynchnously.
InstanceID - Class in com.ecebs.rtd.enabler.types.itso
Represents the Instance ID at the end of some ITSO structures
InstanceID(int, byte[]) - Constructor for class com.ecebs.rtd.enabler.types.itso.InstanceID
Parses from the byte array, starting at the offset
IPE - Class in com.ecebs.rtd.enabler.types.itso.ipe
Represents an ITSO IPE, holding it's fixed frame, FRDG, and VRDG's (if any)
IPEDirEntry - Class in com.ecebs.rtd.enabler.types.itso
Represents a directory entry within an ITSO Directory File
IPEDirEntry(byte[], int, int) - Constructor for class com.ecebs.rtd.enabler.types.itso.IPEDirEntry
Parses from the provided byte array, starting at the given offset
IPEDirEntry.ProductState - Enum in com.ecebs.rtd.enabler.types.itso
Represents the different possible states for an IPE on a CM
IPEInstanceID - Class in com.ecebs.rtd.enabler.types.itso
Represents the Instance ID found at the end of IPE's and VRDG's.
IPEInstanceID(int, byte[]) - Constructor for class com.ecebs.rtd.enabler.types.itso.IPEInstanceID
Parses from the provided byte array, starting at the provided offset
isAmountPaidPresent() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
isAutoRenewEnabled() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
isAutoRenewEnabled() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRType22
 
isAutoRenewEnabled() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRType23
 
isAutoTopUpEnabled() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRType2
 
isBitSet(int, int) - Static method in class com.ecebs.rtd.enabler.common.ByteUtils
Checks if the specified bit number is set in the provided map
isBlocked() - Method in class com.ecebs.rtd.enabler.types.itso.ITSOShell
 
isCabinShared() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX3.Reservation
 
isChild() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type27
 
isCIPEPresent() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
isCMInspected() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
isCompanionAllowed() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.EntitlementIPE
 
isCompanionPermitted() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
isCompanionTravelling() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
isCoupon() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type29
 
isCPICCPresent() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
isDepositRefundable() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.EntitlementIPE
 
isDestinationPresent() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
isDestinationPresent() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
isDifferentIIN() - Method in class com.ecebs.rtd.enabler.types.itso.IPEDirEntry
 
isEntryOIDPresent() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
isEntryPresent() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
isEuro() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type27
 
isEuro() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type28
 
isEuro() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type29
 
isExtendedOIDs() - Method in class com.ecebs.rtd.enabler.types.itso.IPEDirEntry
 
isFareValue() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type27
 
isFareValue() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type28
 
isFareValue() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type29
 
isFirstClass() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type27
 
isFirstClass() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type28
 
isFirstClass() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type29
 
isFriday() - Method in class com.ecebs.rtd.enabler.types.itso.DayOfWeek
 
isFridayFirst() - Method in class com.ecebs.rtd.enabler.types.itso.HalfDayOfWeek
 
isFridaySecond() - Method in class com.ecebs.rtd.enabler.types.itso.HalfDayOfWeek
 
isFullShell() - Method in class com.ecebs.rtd.enabler.types.itso.ITSOShell
 
isHalfDayOfWeekPresent() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.EntitlementIPE
 
isHalfDayOfWeekPresent() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type14
 
isHalfDayOfWeekPresent() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type16
 
isIINPresent() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.IPE
 
isIINPresent() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
isIINPresent() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
isInternalAutoTopUpEnabled() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRType2
 
isInTestMode() - Method in class com.ecebs.rtd.enabler.ConfigManager
Determine if test parameters are being returned.
isInvalidTravelDetected() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
isIpeIdPresent() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
isITSOBaseDate(Calendar) - Static method in class com.ecebs.rtd.enabler.common.CalendarUtils
Check if a calendar instance is set to the ITSO base date
isJourneyPartUsed() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRType24
 
isMCRNPresent() - Method in class com.ecebs.rtd.enabler.types.itso.ITSOShell
 
isMonday() - Method in class com.ecebs.rtd.enabler.types.itso.DayOfWeek
 
isMondayFirst() - Method in class com.ecebs.rtd.enabler.types.itso.HalfDayOfWeek
 
isMondaySecond() - Method in class com.ecebs.rtd.enabler.types.itso.HalfDayOfWeek
 
isNamePresent() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type16
 
isNewerThan(Directory) - Method in class com.ecebs.rtd.enabler.types.itso.Directory
Determine if this Directory instance is newer than the provided Directory instance.
isNoFareCharged() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
isNormalMode() - Method in class com.ecebs.rtd.enabler.types.itso.LogDirEntry
 
isNumReservationsPresent() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
isOffPeakOnly() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type27
 
isOffPeakOnly() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type28
 
isOffPeakOnly() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type29
 
isOnArrive() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.Restriction
 
isOriginPresent() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
isOriginPresent() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
isOwnerDefinedExpiryTime() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type27
 
isOwnerDefinedExpiryTime() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type28
 
isOwnerExpiry() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type29
 
isPassDurationPresent() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
isPaxDetailPresent() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
isPersonalised() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.EntitlementIPE
 
isPriorityIPE() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRType2
 
isRecordAlighting() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type29
 
isReservationMandatory() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
isRestriction() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.VehicleRestriction
 
isReturnTicket() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
isRoundingFlag() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.EntitlementIPE
 
isRoundingValueFlag() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.EntitlementIPE
 
isRouteCodePresent() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
isRouteCodePresent() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
isRouteCodePresent() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
isSaturday() - Method in class com.ecebs.rtd.enabler.types.itso.DayOfWeek
 
isSaturdayFirst() - Method in class com.ecebs.rtd.enabler.types.itso.HalfDayOfWeek
 
isSaturdaySecond() - Method in class com.ecebs.rtd.enabler.types.itso.HalfDayOfWeek
 
isScaledQtyBackupUsed() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type29
 
isSecondaryHolderIDPresent() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.EntitlementIPE
 
isSelectByFID() - Method in class com.ecebs.rtd.enabler.types.itso.ParameterEF
 
isSelectByPath() - Method in class com.ecebs.rtd.enabler.types.itso.ParameterEF
 
isSeqNumPresent() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type27
 
isSeqNumPresent() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type28
 
isSeqNumPresent() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type29
 
isShellBlocked() - Method in class com.ecebs.rtd.enabler.types.itso.Directory
 
isShellDepRefundable() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.EntitlementIPE
 
isSpecialDays() - Method in class com.ecebs.rtd.enabler.types.itso.DayOfWeek
 
isSpecialDaysFirst() - Method in class com.ecebs.rtd.enabler.types.itso.HalfDayOfWeek
 
isSpecialDaysSecond() - Method in class com.ecebs.rtd.enabler.types.itso.HalfDayOfWeek
 
isStoredPassesEnabled() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRType22
 
isSunday() - Method in class com.ecebs.rtd.enabler.types.itso.DayOfWeek
 
isSundayFirst() - Method in class com.ecebs.rtd.enabler.types.itso.HalfDayOfWeek
 
isSundaySecond() - Method in class com.ecebs.rtd.enabler.types.itso.HalfDayOfWeek
 
isSupported(short) - Static method in class com.ecebs.rtd.enabler.types.itso.ipe.IPE
 
isSupportedByRTD() - Method in enum com.ecebs.rtd.enabler.types.card.itso.ITSOCardType
Check if this CMD is supported by RTD
isTestTicket() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
isThursday() - Method in class com.ecebs.rtd.enabler.types.itso.DayOfWeek
 
isThursdayFirst() - Method in class com.ecebs.rtd.enabler.types.itso.HalfDayOfWeek
 
isThursdaySecond() - Method in class com.ecebs.rtd.enabler.types.itso.HalfDayOfWeek
 
isTransferable() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
isTransient() - Method in enum com.ecebs.rtd.enabler.types.Outcome.Code
Determine whether this code represents a transient error
isTuesday() - Method in class com.ecebs.rtd.enabler.types.itso.DayOfWeek
 
isTuesdayFirst() - Method in class com.ecebs.rtd.enabler.types.itso.HalfDayOfWeek
 
isTuesdaySecond() - Method in class com.ecebs.rtd.enabler.types.itso.HalfDayOfWeek
 
isURIPresent() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.EntitlementIPE
 
isUsed() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
isUsed() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRType23
 
isUserDefinedElementPresent() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
isValidAMSaturdays() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
isValidAMSundays() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
isValidAMWeekdays() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
isValidAtOrFromPresent() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.EntitlementIPE
 
isValidAtOrFromPresent() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
isValidInTimeBand() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.Restriction
 
isValidOffPeakOnly() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
isValidOnDayOfExpiry() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type28
 
isValidOnDayOfIssue() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type28
 
isValidPMSaturdays() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
isValidPMSundays() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
isValidPMWeekdays() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
isValidPublicHols() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
isValidToPresent() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type14
 
isValidToPresent() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type16
 
isValidToPresent() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
isVRDGExtensionPresent() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRDG
 
isWednesday() - Method in class com.ecebs.rtd.enabler.types.itso.DayOfWeek
 
isWednesdayFirst() - Method in class com.ecebs.rtd.enabler.types.itso.HalfDayOfWeek
 
isWednesdaySecond() - Method in class com.ecebs.rtd.enabler.types.itso.HalfDayOfWeek
 
isWeekdayOnly() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type27
 
isWeekdayOnly() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type28
 
isWeekdayOnly() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type29
 
ITransactionController - Interface in com.ecebs.rtd.enabler
Provides methods for carrying out RTD operations.
ITransactionControllerCallback - Interface in com.ecebs.rtd.enabler.callback
Interface that allows for the result of an ITransactionController operation to be returned asynchnously.
ITSO_DF_FILE_ID - Static variable in class com.ecebs.rtd.enabler.types.itso.ParameterEF
 
ITSO_DF_PATH - Static variable in class com.ecebs.rtd.enabler.types.itso.ParameterEF
 
ITSOCardType - Enum in com.ecebs.rtd.enabler.types.card.itso
Used to specify the Customer Media Defintion (CMD) type of a connected, ITSO-compatible card
ITSOCodeResolver - Class in com.ecebs.rtd.enabler.types.itso
Provides a means of translating some of the codes found within the various ITSO structures into a human readable string.
ITSOCodeResolver.AccomodationClassCode - Enum in com.ecebs.rtd.enabler.types.itso
 
ITSOCodeResolver.BerthPosition - Enum in com.ecebs.rtd.enabler.types.itso
 
ITSOCodeResolver.EntitlementTypeCode - Enum in com.ecebs.rtd.enabler.types.itso
 
ITSOCodeResolver.EventTypeCode - Enum in com.ecebs.rtd.enabler.types.itso
 
ITSOCodeResolver.Gender - Enum in com.ecebs.rtd.enabler.types.itso
 
ITSOCodeResolver.PaymentMeansCode - Enum in com.ecebs.rtd.enabler.types.itso
 
ITSOCodeResolver.ProfileCodeIOP - Enum in com.ecebs.rtd.enabler.types.itso
 
ITSOCodeResolver.SeatPositionCode - Enum in com.ecebs.rtd.enabler.types.itso
 
ITSOFramework - Class in com.ecebs.rtd.enabler
Provides a means of detecting and reading CMDs
ITSOShell - Class in com.ecebs.rtd.enabler.types.itso
Represents the ITSO Shell structure
ITSOShell(byte[], int) - Constructor for class com.ecebs.rtd.enabler.types.itso.ITSOShell
Parses the structure from the byte array starting at the offset
ITSOShellCMD4 - Class in com.ecebs.rtd.enabler.types.itso
Represents the ITSO Shell structure for CMD4 Mifare Ultralight
ITSOShellCMD4(byte[]) - Constructor for class com.ecebs.rtd.enabler.types.itso.ITSOShellCMD4
Parses the structure from the byte array starting at the offset

L

loadProduct(LoadProductRequest, DownloadMode, ITransactionControllerCallback) - Method in interface com.ecebs.rtd.enabler.ITransactionController
The LOAD PRODUCT function is called by the application to request a Product from the RTD SERVER and load it onto the specified CM.
loadProduct(LoadProductRequest, DownloadMode, ITransactionControllerCallback) - Method in class com.ecebs.rtd.enabler.TransactionController
 
LoadProductRequest - Class in com.ecebs.rtd.enabler.types.request
Represents a request to be sent to an RTD server to load a product on to a CM
LoadProductRequest() - Constructor for class com.ecebs.rtd.enabler.types.request.LoadProductRequest
Create a request with no intialised parameters.
LoadProductRequest(String, CardType, String) - Constructor for class com.ecebs.rtd.enabler.types.request.LoadProductRequest
Sets all the required parameters with the provided values.
LoadProductResponse - Class in com.ecebs.rtd.enabler.types.response
Response associated with a LoadProductRequest
LoadProductResponse() - Constructor for class com.ecebs.rtd.enabler.types.response.LoadProductResponse
 
LOC1 - Class in com.ecebs.rtd.enabler.types.itso
Represents the LOC1 ITSO structure
LOC1(int, byte[]) - Constructor for class com.ecebs.rtd.enabler.types.itso.LOC1
Parses the required number of bytes to create the structure, starting at the provided offset
LOCE - Class in com.ecebs.rtd.enabler.types.itso
Represents the LOCE structure found as part of LOCx structures within ITSO IPEs.
LOCE(int, byte[], byte, int) - Constructor for class com.ecebs.rtd.enabler.types.itso.LOCE
 
LOCE.LocDefType - Enum in com.ecebs.rtd.enabler.types.itso
Defines the types of locations defined in ITSO 1000-1, 4.2.4
LOCE_LEN - Static variable in class com.ecebs.rtd.enabler.types.itso.LOCE
 
LogDirEntry - Class in com.ecebs.rtd.enabler.types.itso
Represents a log directory entry, assocaited with a cyclic log.
LogDirEntry.EntryExitState - Enum in com.ecebs.rtd.enabler.types.itso
 

M

MessageHeader - Class in com.ecebs.rtd.enabler.types
Represents the header of a request or response RTD message
MessageHeader(int) - Constructor for class com.ecebs.rtd.enabler.types.MessageHeader
 
MessageHeader(int, String) - Constructor for class com.ecebs.rtd.enabler.types.MessageHeader
 
ModifyRequest - Class in com.ecebs.rtd.enabler.types.request
Represents a request to carry out an operation that will modify the contents of a CM.
MUTUAL_AUTHENTICATION_ALGORITHM_SUPPORT - Static variable in class com.ecebs.rtd.enabler.types.itso.ParameterEF
 

O

onCardDetected(CardInformation) - Method in interface com.ecebs.rtd.enabler.callback.IDetectCardCallback
Called when a CM has been detected.
onCardDetected() - Method in interface com.ecebs.rtd.enabler.callback.ITransactionControllerCallback
Called to inform the application that a CM has been detected, i.e.
onCardDetectionError(Outcome.Code) - Method in interface com.ecebs.rtd.enabler.callback.IDetectCardCallback
Called when there was an error while connecting with a CM
onCardRemoved(CardInformation) - Method in interface com.ecebs.rtd.enabler.callback.IDetectCardCallback
Called when a CM has been removed
onComplete(Outcome) - Method in interface com.ecebs.rtd.enabler.callback.ITransactionControllerCallback
Called when an operation has completed.
onErrorRetrying(Outcome) - Method in interface com.ecebs.rtd.enabler.callback.ITransactionControllerCallback
Called to inform the application that a recoverable error has occurred and the RTD Transaction Controller is retrying the operation
onQueryComplete(ResponseMessage) - Method in interface com.ecebs.rtd.enabler.callback.ITransactionControllerCallback
Called when a query operation completed successfully.
onReadComplete(List<Product>) - Method in interface com.ecebs.rtd.enabler.callback.IITSOFrameworkCallback
Called when the read has finished successfully
onReadError(Outcome.Code) - Method in interface com.ecebs.rtd.enabler.callback.IITSOFrameworkCallback
Called when there was an error reading from the card
onRequestAccepted(String) - Method in interface com.ecebs.rtd.enabler.callback.ITransactionControllerCallback
Called to inform the application that the request has been initiated successfully with the RTD SERVER, also informs the application of the unique Request ID
OtherUtils - Class in com.ecebs.rtd.enabler.common
 
Outcome - Class in com.ecebs.rtd.enabler.types
Represents the outcome of an operation
Outcome(Outcome.State, Outcome.Code) - Constructor for class com.ecebs.rtd.enabler.types.Outcome
 
Outcome(Outcome.State, Outcome.Code, String) - Constructor for class com.ecebs.rtd.enabler.types.Outcome
 
Outcome.Code - Enum in com.ecebs.rtd.enabler.types
Represents the reason for an operation finishing
Outcome.State - Enum in com.ecebs.rtd.enabler.types
Represents the state of an operation

P

ParameterEF - Class in com.ecebs.rtd.enabler.types.itso
Represents the ITSO Parameter EF structure.
ParameterEF(byte[], int) - Constructor for class com.ecebs.rtd.enabler.types.itso.ParameterEF
Parses the parameter EF from the byte array, starting at the offset
parse(String) - Static method in class com.ecebs.rtd.enabler.types.response.ResponseMessage
 
PARSED_LENGTH - Static variable in class com.ecebs.rtd.enabler.types.itso.InstanceID
 
PARSED_LENGTH - Static variable in class com.ecebs.rtd.enabler.types.itso.IPEInstanceID
 
parseRTDDate(String) - Static method in class com.ecebs.rtd.enabler.common.CalendarUtils
Creates a calendar instance from the provided string.
parseRTDDateWithTime(String) - Static method in class com.ecebs.rtd.enabler.common.CalendarUtils
Creates a calendar instance from the provided string.
PendingRequests - Class in com.ecebs.rtd.enabler.types.response
Response associated with a QueryRequest with query mode QueryMode.REQUEST_CM
PendingRequests() - Constructor for class com.ecebs.rtd.enabler.types.response.PendingRequests
 
performPendingRequests(ITransactionControllerCallback) - Method in interface com.ecebs.rtd.enabler.ITransactionController
The PERFORM PENDING REQUESTS function is called by the application to download one or more previously requested product loads and/or modifications.
performPendingRequests(String, ITransactionControllerCallback) - Method in interface com.ecebs.rtd.enabler.ITransactionController
The PERFORM PENDING REQUESTS function is called by the application to download one or more previously requested product loads and/or modifications.
performPendingRequests(String, CardType, ITransactionControllerCallback) - Method in interface com.ecebs.rtd.enabler.ITransactionController
The PERFORM PENDING REQUESTS function is called by the application to download one or more previously requested product loads and/or modifications.
performPendingRequests(String, String, CardType, ITransactionControllerCallback) - Method in interface com.ecebs.rtd.enabler.ITransactionController
The PERFORM PENDING REQUESTS function is called by the application to download one or more previously requested product loads and/or modifications.
performPendingRequests(ITransactionControllerCallback) - Method in class com.ecebs.rtd.enabler.TransactionController
 
performPendingRequests(String, ITransactionControllerCallback) - Method in class com.ecebs.rtd.enabler.TransactionController
 
performPendingRequests(String, CardType, ITransactionControllerCallback) - Method in class com.ecebs.rtd.enabler.TransactionController
 
performPendingRequests(String, String, CardType, ITransactionControllerCallback) - Method in class com.ecebs.rtd.enabler.TransactionController
 
Product - Interface in com.ecebs.rtd.enabler.types.itso
Represents a product found an ITSO CM.

Q

QueryMode - Enum in com.ecebs.rtd.enabler
Specifier for the type of query to carry out
QueryRequest - Class in com.ecebs.rtd.enabler.types.request
Request to query the status of one or more registered requests.
QueryRequest(QueryMode, String) - Constructor for class com.ecebs.rtd.enabler.types.request.QueryRequest
Specify the request(s) to be queried, and a mode for the query.
queryStatus(String, QueryMode, ITransactionControllerCallback) - Method in interface com.ecebs.rtd.enabler.ITransactionController
Get details about the requests handled during the last download involving the CM with the specified Id
queryStatus(String, QueryMode, ITransactionControllerCallback) - Method in class com.ecebs.rtd.enabler.TransactionController
 

R

read(URLConnection) - Static method in class com.ecebs.rtd.enabler.common.HttpUtils
Reads the response from the connection
READ_ALL - Static variable in interface com.ecebs.rtd.enabler.IITSOFramework
For use with the IITSOFramework.searchProducts(int[], int[], int[]) method as a wildcard.
readString(URLConnection) - Static method in class com.ecebs.rtd.enabler.common.HttpUtils
Reads the response data as a UTF-8 string.
Request - Interface in com.ecebs.rtd.enabler.types.request
A Request that is to be sent to an RTD server
RequestMessage - Class in com.ecebs.rtd.enabler.types.request
A message that contains one or more Request's that are to be sent to an RTD server
ResponseMessage - Class in com.ecebs.rtd.enabler.types.response
A response received from an RTD server, containing 1 or more BaseResponses
ResponseMessage.DownloadFailureReason - Enum in com.ecebs.rtd.enabler.types.response
Defines the reasons that a download could have failed
ResponseMessage.LastDownloadOutcome - Enum in com.ecebs.rtd.enabler.types.response
 
ResponseMessage.RequestOutcome - Enum in com.ecebs.rtd.enabler.types.response
 
ResponseMessage.UpdateOutcome - Enum in com.ecebs.rtd.enabler.types.response
 
RTDEException - Exception in com.ecebs.rtd.enabler.types
An exception that allows for an Outcome to be thrown by an operation.
RTDEException(Outcome) - Constructor for exception com.ecebs.rtd.enabler.types.RTDEException
 
RTDEException(Outcome, String) - Constructor for exception com.ecebs.rtd.enabler.types.RTDEException
 
RTDEException(Outcome, Throwable) - Constructor for exception com.ecebs.rtd.enabler.types.RTDEException
 
RTDEException(Outcome, String, Throwable) - Constructor for exception com.ecebs.rtd.enabler.types.RTDEException
 

S

SEAL_LENGTH - Static variable in class com.ecebs.rtd.enabler.types.itso.ipe.IPE
 
searchProducts(int[], int[], int[]) - Method in interface com.ecebs.rtd.enabler.IITSOFramework
The SEARCH PRODUCTS function will search for, read and parse any products on the CM that match the specified search parameters.
searchProducts(IITSOFrameworkCallback, int[], int[], int[]) - Method in interface com.ecebs.rtd.enabler.IITSOFramework
The SEARCH PRODUCTS function will search for, read and parse any products on the CM that match the specified search parameters.
searchProducts(IITSOFrameworkCallback, int[], int[], int[]) - Method in class com.ecebs.rtd.enabler.ITSOFramework
 
searchProducts(int[], int[], int[]) - Method in class com.ecebs.rtd.enabler.ITSOFramework
 
setCardId(String) - Method in class com.ecebs.rtd.enabler.types.request.AddStoredUseRequest
Set the ID of the card to modify
setCardId(String) - Method in class com.ecebs.rtd.enabler.types.request.AddSTRRequest
Set the ID of the card to load the product on to
setCardId(String) - Method in class com.ecebs.rtd.enabler.types.request.DeductStoredUseRequest
Set the ID of the card to modify
setCardId(String) - Method in class com.ecebs.rtd.enabler.types.request.DeductSTRRequest
Set the ID of the card to load the product on to
setCardId(String) - Method in class com.ecebs.rtd.enabler.types.request.DeleteProductRequest
Set the ID of the card to modify
setCardId(String) - Method in class com.ecebs.rtd.enabler.types.request.LoadProductRequest
Set the ID of the card to load the product on to
setCardId(String) - Method in class com.ecebs.rtd.enabler.types.request.UpdatePassExpiryDateRequest
Set the ID of the card to modify
setCardType(CardType) - Method in class com.ecebs.rtd.enabler.types.request.AddStoredUseRequest
Set the type of the card to modify
setCardType(CardType) - Method in class com.ecebs.rtd.enabler.types.request.AddSTRRequest
Set the type of the card to load the product on to
setCardType(CardType) - Method in class com.ecebs.rtd.enabler.types.request.DeductStoredUseRequest
Set the type of the card to modify
setCardType(CardType) - Method in class com.ecebs.rtd.enabler.types.request.DeductSTRRequest
Set the type of the card to load the product on to
setCardType(CardType) - Method in class com.ecebs.rtd.enabler.types.request.DeleteProductRequest
Set the type of the card to modify
setCardType(CardType) - Method in class com.ecebs.rtd.enabler.types.request.LoadProductRequest
Set the type of the card to load the product on to
setCardType(CardType) - Method in class com.ecebs.rtd.enabler.types.request.UpdatePassExpiryDateRequest
Set the type of the card to modify
setCertificateAlias(String) - Method in class com.ecebs.rtd.enabler.ConfigManager
Set the alias for a certificate to be used for client authentication when communicating with RTD
setCode(Outcome.Code) - Method in class com.ecebs.rtd.enabler.types.Outcome
 
setHint(String) - Method in class com.ecebs.rtd.enabler.types.Outcome
 
setIdentifierId(String) - Method in class com.ecebs.rtd.enabler.types.request.AddStoredUseRequest
Set the details of the ISAM that created the product
setIdentifierId(String) - Method in class com.ecebs.rtd.enabler.types.request.DeductStoredUseRequest
Set the details of the ISAM that created the product
setIdentifierId(String) - Method in class com.ecebs.rtd.enabler.types.request.UpdatePassExpiryDateRequest
Set the details of the ISAM that created the product
setIsRefund(boolean) - Method in class com.ecebs.rtd.enabler.types.request.DeleteProductRequest
Deprecated. Replaced by DeleteProductRequest.DeleteProductReason. See DeleteProductRequest.setReason(DeleteProductReason)
setLoginCredentials(String, String) - Method in class com.ecebs.rtd.enabler.ConfigManager
Set the basic auth credentials to be used for communicating with RTD
setLoginCredentials(String, String) - Method in interface com.ecebs.rtd.enabler.IConfigManager
Sets the login credentials used for basic authentication
setPassExpiryDate(Calendar) - Method in class com.ecebs.rtd.enabler.types.request.UpdatePassExpiryDateRequest
Set the new expiry date of the current pass
setProductName(String) - Method in class com.ecebs.rtd.enabler.types.request.AddStoredUseRequest
Set the name of the product to add stored uses to
setProductName(String) - Method in class com.ecebs.rtd.enabler.types.request.AddSTRRequest
Set the name of the product to deduct value from
setProductName(String) - Method in class com.ecebs.rtd.enabler.types.request.DeductStoredUseRequest
Set the name of the product to deduct stored uses from
setProductName(String) - Method in class com.ecebs.rtd.enabler.types.request.DeductSTRRequest
Set the name of the product to deduct value from
setProductName(String) - Method in class com.ecebs.rtd.enabler.types.request.DeleteProductRequest
Set the name of the product to deduct journeys from
setProductName(String) - Method in class com.ecebs.rtd.enabler.types.request.LoadProductRequest
Set the name of the product to load
setProductName(String) - Method in class com.ecebs.rtd.enabler.types.request.UpdatePassExpiryDateRequest
Set the name of the product to modify
setReason(DeductStoredUseRequest.DeductStoredUseReason) - Method in class com.ecebs.rtd.enabler.types.request.DeductStoredUseRequest
Set the reason for the debit taking place
setReason(DeductSTRRequest.DeductSTRReason) - Method in class com.ecebs.rtd.enabler.types.request.DeductSTRRequest
Set the reason for the debit taking place
setReason(DeleteProductRequest.DeleteProductReason) - Method in class com.ecebs.rtd.enabler.types.request.DeleteProductRequest
Set the reason for deleting the product
setReason(UpdatePassExpiryDateRequest.UpdatePassExpiryDateReason) - Method in class com.ecebs.rtd.enabler.types.request.UpdatePassExpiryDateRequest
Set the reason for the update taking place
setRequestId(String) - Method in class com.ecebs.rtd.enabler.types.Outcome
 
setRequestId(String) - Method in class com.ecebs.rtd.enabler.types.request.ModifyRequest
Sets the request ID for the request.
setShellBlocked(ITSOShell) - Method in class com.ecebs.rtd.enabler.types.itso.Directory
 
setState(Outcome.State) - Method in class com.ecebs.rtd.enabler.types.Outcome
 
setTestMode(boolean) - Method in class com.ecebs.rtd.enabler.ConfigManager
Sets whether test parameters should be returned.
setTestMode(boolean) - Method in interface com.ecebs.rtd.enabler.IConfigManager
Sets the Config Manager into test mode.
setUses(int) - Method in class com.ecebs.rtd.enabler.types.request.AddStoredUseRequest
Set the uses to be added to the product
setUses(int) - Method in class com.ecebs.rtd.enabler.types.request.DeductStoredUseRequest
Set the number of stored uses to deduct
setValue(int) - Method in class com.ecebs.rtd.enabler.types.request.AddSTRRequest
Set the value to be added to the STR
setValue(int) - Method in class com.ecebs.rtd.enabler.types.request.DeductSTRRequest
Set the value to be deducted from the STR
SM_MAC_TDES_16K_8C - Static variable in class com.ecebs.rtd.enabler.types.itso.ParameterEF
 
SOFTWARE_ANTI_TEAR_REQ - Static variable in class com.ecebs.rtd.enabler.types.itso.ParameterEF
 
SpecificProductRequest - Class in com.ecebs.rtd.enabler.types.request
Represents a specific instance of a product on a CM
StatusResponse - Class in com.ecebs.rtd.enabler.types.response
A response to a query with query mode QueryMode.REQUEST, where the request ID is not recognised by the RTD server
StatusResponse() - Constructor for class com.ecebs.rtd.enabler.types.response.StatusResponse
 
STORAGE_EF_SHORT_FILE_ID - Static variable in class com.ecebs.rtd.enabler.types.itso.ParameterEF
 
StoredUseResponse - Class in com.ecebs.rtd.enabler.types.response
Response associated with a AddStoredUseRequest or DeductStoredUseRequest
StoredUseResponse() - Constructor for class com.ecebs.rtd.enabler.types.response.StoredUseResponse
 
StoredUseResponse.StoredUseResponseType - Enum in com.ecebs.rtd.enabler.types.response
 
stringToByteArray(String) - Static method in class com.ecebs.rtd.enabler.common.ByteUtils
Converts a string representation of a chain of bytes into a byte array.
STRResponse - Class in com.ecebs.rtd.enabler.types.response
Response associated with a AddSTRRequest or DeductSTRRequest
STRResponse() - Constructor for class com.ecebs.rtd.enabler.types.response.STRResponse
 
STRResponse.STRResponseType - Enum in com.ecebs.rtd.enabler.types.response
 

T

TDES_16K_8C - Static variable in class com.ecebs.rtd.enabler.types.itso.ParameterEF
 
toString() - Method in class com.ecebs.rtd.enabler.types.card.CardInformation
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.Amount
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.CyclicLog
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.Directory
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.FileControlInfo
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.Header
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.InstanceID
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.CorruptIPE
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.IPE
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type14
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type16
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type2
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type22
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type23
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.Discount
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.Interchange
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.PaxDetails
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.Restriction
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.RoutingPoint
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.Transfer
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type24.VehicleRestriction
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type27
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type28
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.Type29
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.ipe.UnsupportedIPE
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.IPEDirEntry
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.IPEInstanceID
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.ITSOShell
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.LOC1
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.LOCE
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.LogDirEntry
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.ParameterEF
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.ValueRecord
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX1
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX1.VGX1Cap
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX2
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX2.VGX2Cap
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX3.Reservation
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VGX3
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRDG
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRType2
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRType22
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRType23
 
toString() - Method in class com.ecebs.rtd.enabler.types.itso.vrdg.VRType24
 
toString() - Method in class com.ecebs.rtd.enabler.types.Outcome
 
toString() - Method in class com.ecebs.rtd.enabler.types.request.RequestMessage
 
toString() - Method in class com.ecebs.rtd.enabler.types.response.ResponseMessage
 
TransactionController - Class in com.ecebs.rtd.enabler
Carries out operations that interact with a presented CM, asynchronously.
TransientTicketRecord - Class in com.ecebs.rtd.enabler.types.itso
Represents a Transient Ticket Record (TTR) found within a cyclic log on an ITSO CMD
TransientTicketRecord(LogDirEntry, byte[]) - Constructor for class com.ecebs.rtd.enabler.types.itso.TransientTicketRecord
Parses from the provided byte array, starting at the given offset
TYP - Static variable in class com.ecebs.rtd.enabler.types.itso.LogDirEntry
 
Type14 - Class in com.ecebs.rtd.enabler.types.itso.ipe
Represents a Type 14 ITSO IPE
Type16 - Class in com.ecebs.rtd.enabler.types.itso.ipe
Represents a Type 16 ITSO IPE
Type16(IPEDirEntry, byte[], int) - Constructor for class com.ecebs.rtd.enabler.types.itso.ipe.Type16
Parses from the provided byte array, starting at the given offset
Type2 - Class in com.ecebs.rtd.enabler.types.itso.ipe
Represents a Type 2 ITSO IPE
Type22 - Class in com.ecebs.rtd.enabler.types.itso.ipe
Represents a Type 22 ITSO IPE
Type23 - Class in com.ecebs.rtd.enabler.types.itso.ipe
Represents a Type 23 ITSO IPE
Type24 - Class in com.ecebs.rtd.enabler.types.itso.ipe
Represents the structure of a Type 24 ITSO IPE
Type24.Discount - Class in com.ecebs.rtd.enabler.types.itso.ipe
Represents a discount structure found in type 24 IPEs
Type24.Interchange - Class in com.ecebs.rtd.enabler.types.itso.ipe
Represents an Interchange found within Type 24 IPEs
Type24.PaxDetails - Class in com.ecebs.rtd.enabler.types.itso.ipe
Represents a Passenger Details structure found within Type 24 IPEs
Type24.Restriction - Class in com.ecebs.rtd.enabler.types.itso.ipe
Represents a Restriction found in a Type 24 IPE
Type24.RoutingPoint - Class in com.ecebs.rtd.enabler.types.itso.ipe
Represents a Routing Point found within Type 24 IPEs
Type24.Transfer - Class in com.ecebs.rtd.enabler.types.itso.ipe
 
Type24.VehicleRestriction - Class in com.ecebs.rtd.enabler.types.itso.ipe
Represents a Vehicle Specific Restriction found in Type 24 IPEs
Type27 - Class in com.ecebs.rtd.enabler.types.itso.ipe
Represents a Type 27 IPE.
Type28 - Class in com.ecebs.rtd.enabler.types.itso.ipe
Represents a Type 28 IPE.
Type29 - Class in com.ecebs.rtd.enabler.types.itso.ipe
Represents a Type 29 IPE.

U

UnsupportedIPE - Class in com.ecebs.rtd.enabler.types.itso.ipe
Represents an IPE type that is not currently supported by ITSO Framework.
UnsupportedIPE(IPEDirEntry, List<byte[]>) - Constructor for class com.ecebs.rtd.enabler.types.itso.ipe.UnsupportedIPE
 
updatePassExpiryDate(UpdatePassExpiryDateRequest, DownloadMode, ITransactionControllerCallback) - Method in interface com.ecebs.rtd.enabler.ITransactionController
The UPDATE PASS EXPIRY DATE function can be called by the APPLICATION to request the RTD SERVER updates the current pass expiry date of a ITSO TYP22 product.
updatePassExpiryDate(UpdatePassExpiryDateRequest, DownloadMode, ITransactionControllerCallback) - Method in class com.ecebs.rtd.enabler.TransactionController
 
UpdatePassExpiryDateRequest - Class in com.ecebs.rtd.enabler.types.request
Represents a request to update the expiry of the current pass of an ITSO TYP22 product on a CM
UpdatePassExpiryDateRequest() - Constructor for class com.ecebs.rtd.enabler.types.request.UpdatePassExpiryDateRequest
Create a request with no initialised parameters.
UpdatePassExpiryDateRequest(String, CardType, String, String, Calendar) - Constructor for class com.ecebs.rtd.enabler.types.request.UpdatePassExpiryDateRequest
Sets all the required parameters with the provided values.
UpdatePassExpiryDateRequest.UpdatePassExpiryDateReason - Enum in com.ecebs.rtd.enabler.types.request
 
UpdatePassExpiryDateResponse - Class in com.ecebs.rtd.enabler.types.response
Response associated with a UpdatePassExpiryDateRequest
UpdatePassExpiryDateResponse() - Constructor for class com.ecebs.rtd.enabler.types.response.UpdatePassExpiryDateResponse
 
UpdateRequestResponse - Class in com.ecebs.rtd.enabler.types.response
Response to a request to modify the contents of a card.
UpdateRequestResponse() - Constructor for class com.ecebs.rtd.enabler.types.response.UpdateRequestResponse
 

V

validate() - Method in class com.ecebs.rtd.enabler.types.request.AddStoredUseRequest
 
validate() - Method in class com.ecebs.rtd.enabler.types.request.AddSTRRequest
 
validate() - Method in class com.ecebs.rtd.enabler.types.request.CancelRequest
 
validate() - Method in class com.ecebs.rtd.enabler.types.request.DeductStoredUseRequest
 
validate() - Method in class com.ecebs.rtd.enabler.types.request.DeductSTRRequest
 
validate() - Method in class com.ecebs.rtd.enabler.types.request.DeleteProductRequest
 
validate() - Method in class com.ecebs.rtd.enabler.types.request.LoadProductRequest
 
validate() - Method in class com.ecebs.rtd.enabler.types.request.ModifyRequest
 
validate() - Method in class com.ecebs.rtd.enabler.types.request.QueryRequest
 
validate() - Method in interface com.ecebs.rtd.enabler.types.request.Request
Validate that the required fields have been set
validate() - Method in class com.ecebs.rtd.enabler.types.request.SpecificProductRequest
 
validate() - Method in class com.ecebs.rtd.enabler.types.request.UpdatePassExpiryDateRequest
 
valueOf(String) - Static method in enum com.ecebs.rtd.enabler.CardType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ecebs.rtd.enabler.DownloadMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ecebs.rtd.enabler.QueryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ecebs.rtd.enabler.types.card.itso.ITSOCardType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ecebs.rtd.enabler.types.itso.IPEDirEntry.ProductState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ecebs.rtd.enabler.types.itso.ITSOCodeResolver.AccomodationClassCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ecebs.rtd.enabler.types.itso.ITSOCodeResolver.BerthPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ecebs.rtd.enabler.types.itso.ITSOCodeResolver.EntitlementTypeCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ecebs.rtd.enabler.types.itso.ITSOCodeResolver.EventTypeCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ecebs.rtd.enabler.types.itso.ITSOCodeResolver.Gender
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ecebs.rtd.enabler.types.itso.ITSOCodeResolver.PaymentMeansCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ecebs.rtd.enabler.types.itso.ITSOCodeResolver.ProfileCodeIOP
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ecebs.rtd.enabler.types.itso.ITSOCodeResolver.SeatPositionCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ecebs.rtd.enabler.types.itso.LOCE.LocDefType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ecebs.rtd.enabler.types.itso.LogDirEntry.EntryExitState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ecebs.rtd.enabler.types.Outcome.Code
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ecebs.rtd.enabler.types.Outcome.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ecebs.rtd.enabler.types.request.DeductStoredUseRequest.DeductStoredUseReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ecebs.rtd.enabler.types.request.DeductSTRRequest.DeductSTRReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ecebs.rtd.enabler.types.request.DeleteProductRequest.DeleteProductReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ecebs.rtd.enabler.types.request.UpdatePassExpiryDateRequest.UpdatePassExpiryDateReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ecebs.rtd.enabler.types.response.DeleteProductResponse.DeleteType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ecebs.rtd.enabler.types.response.ResponseMessage.DownloadFailureReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ecebs.rtd.enabler.types.response.ResponseMessage.LastDownloadOutcome
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ecebs.rtd.enabler.types.response.ResponseMessage.RequestOutcome
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ecebs.rtd.enabler.types.response.ResponseMessage.UpdateOutcome
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ecebs.rtd.enabler.types.response.StoredUseResponse.StoredUseResponseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ecebs.rtd.enabler.types.response.STRResponse.STRResponseType
Returns the enum constant of this type with the specified name.
ValueRecord - Class in com.ecebs.rtd.enabler.types.itso.vrdg
Represents a Value Record found within an ITSO VRDG
ValueRecord(int, byte[]) - Constructor for class com.ecebs.rtd.enabler.types.itso.vrdg.ValueRecord
Parses from the provided byte array, starting at the given offset
values() - Static method in enum com.ecebs.rtd.enabler.CardType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ecebs.rtd.enabler.DownloadMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ecebs.rtd.enabler.QueryMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ecebs.rtd.enabler.types.card.itso.ITSOCardType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ecebs.rtd.enabler.types.itso.IPEDirEntry.ProductState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ecebs.rtd.enabler.types.itso.ITSOCodeResolver.AccomodationClassCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ecebs.rtd.enabler.types.itso.ITSOCodeResolver.BerthPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ecebs.rtd.enabler.types.itso.ITSOCodeResolver.EntitlementTypeCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ecebs.rtd.enabler.types.itso.ITSOCodeResolver.EventTypeCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ecebs.rtd.enabler.types.itso.ITSOCodeResolver.Gender
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ecebs.rtd.enabler.types.itso.ITSOCodeResolver.PaymentMeansCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ecebs.rtd.enabler.types.itso.ITSOCodeResolver.ProfileCodeIOP
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ecebs.rtd.enabler.types.itso.ITSOCodeResolver.SeatPositionCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ecebs.rtd.enabler.types.itso.LOCE.LocDefType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ecebs.rtd.enabler.types.itso.LogDirEntry.EntryExitState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ecebs.rtd.enabler.types.Outcome.Code
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ecebs.rtd.enabler.types.Outcome.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ecebs.rtd.enabler.types.request.DeductStoredUseRequest.DeductStoredUseReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ecebs.rtd.enabler.types.request.DeductSTRRequest.DeductSTRReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ecebs.rtd.enabler.types.request.DeleteProductRequest.DeleteProductReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ecebs.rtd.enabler.types.request.UpdatePassExpiryDateRequest.UpdatePassExpiryDateReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ecebs.rtd.enabler.types.response.DeleteProductResponse.DeleteType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ecebs.rtd.enabler.types.response.ResponseMessage.DownloadFailureReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ecebs.rtd.enabler.types.response.ResponseMessage.LastDownloadOutcome
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ecebs.rtd.enabler.types.response.ResponseMessage.RequestOutcome
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ecebs.rtd.enabler.types.response.ResponseMessage.UpdateOutcome
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ecebs.rtd.enabler.types.response.StoredUseResponse.StoredUseResponseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ecebs.rtd.enabler.types.response.STRResponse.STRResponseType
Returns an array containing the constants of this enum type, in the order they are declared.
VERIFY_COMMAND_PARAMETER - Static variable in class com.ecebs.rtd.enabler.types.itso.ParameterEF
 
VGX - Class in com.ecebs.rtd.enabler.types.itso.vrdg
Represents a Value Group Extension that could be found within a VRDG
VGX1 - Class in com.ecebs.rtd.enabler.types.itso.vrdg
Represents a VGX with reference number = 1
VGX1.VGX1Cap - Class in com.ecebs.rtd.enabler.types.itso.vrdg
Represents a Cap structure found within this VGX
VGX2 - Class in com.ecebs.rtd.enabler.types.itso.vrdg
Represents a Value Group Extension with reference number = 2
VGX2.VGX2Cap - Class in com.ecebs.rtd.enabler.types.itso.vrdg
Represents a Cap structure found in this VGX
VGX3 - Class in com.ecebs.rtd.enabler.types.itso.vrdg
Represents a Value Group Extension with Reference Number = 3
VGX3.Reservation - Class in com.ecebs.rtd.enabler.types.itso.vrdg
Represents a reservation within this VGX
VRDG - Class in com.ecebs.rtd.enabler.types.itso.vrdg
Represents an ITSO Value Record Data Group (VRDG)
VRDG(int, int, byte[]) - Constructor for class com.ecebs.rtd.enabler.types.itso.vrdg.VRDG
Parses from the provided byte array starting at the provided offset
VRType2 - Class in com.ecebs.rtd.enabler.types.itso.vrdg
Represents a Value Record found in a VRDG associated with a Type 2 IPE
VRType22 - Class in com.ecebs.rtd.enabler.types.itso.vrdg
Represents a Value Record found within a VRDG associated with a Type 22 IPE
VRType23 - Class in com.ecebs.rtd.enabler.types.itso.vrdg
Represents a Value Record found in a VRDG assocaited with a Type 23 IPE
VRType24 - Class in com.ecebs.rtd.enabler.types.itso.vrdg
Represents a Value Record found in a VRDG associated with a Type 24 IPE

W

write(URLConnection, byte[]) - Static method in class com.ecebs.rtd.enabler.common.HttpUtils
Writes the specified data to the connection, closing the output stream when finished.
write(URLConnection, byte[], String) - Static method in class com.ecebs.rtd.enabler.common.HttpUtils
Writes the specified data to the connection, closing the output stream when finished

A B C D E F G H I L M O P Q R S T U V W

Copyright © 2013 Ecebs Ltd. All Rights Reserved.