se.sj.stina.domain.model
Interface SjTransactionJournalSpecificationFull

All Superinterfaces:
java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, TiCommonModelPartInterface, TiContainerModelPartInterface, TiGeneratedModelInterface, TiListModelPartInterface, TiMapModelInterface, TiMapModelPartInterface, TiMapPlainInterface, TiMapPropInterface, TiModelConstantsInterface, TiModelInterface, TiObserverInterface, TiPrimitiveModelPartInterface, TiPropertyPartInterface, TiSubjectInterface
All Known Implementing Classes:
SjTransactionJournalSpecificationFullPlain, SjTransactionJournalSpecificationFullStandard

public interface SjTransactionJournalSpecificationFull
extends TiMapModelInterface, TiModelInterface, TiGeneratedModelInterface

Information för att lagra en journaldatapost i kontokortdatabasen Fälten har oftast en direkt motsvarighet i antingen den SPDH transaktion som skickas till CEKAB och/eller i den svarstransaktion som fås från CEKAB. Alla belopp i ören.

- TransactionResult, Char(2): ”00” = Köp klart, "02” = Köp avbrutet, ”06” = Returköp klart, ”16” = Förbindelse mot inlösaren bruten

- TerminalID, Char(16): Motsvarar Standard header: Terminal ID i SPDH

- Date, Char(6) ÅÅMMDD: Motsvarar Standard header: Date i SPDH

- Time, Char(6) TTMMSS: Motsvarar Standard header: Time i SPDH

- AccountType, Char(1): Motsvarar FID-D i SPDH

- MessageType, Char(1): Motsvarar Standard Header: MessageType i SPDH

- MessageSubtype, Char(1): Motsvarar Standard Header: Message Subtype i SPDH

- TransactionCode, Char(2): Motsvarar Standard Header: Transaction Code i SPDH

- ApprovalCode, Char(8): Motsvarar FID-F i SPDH

- TransactionAmount, max Char(18) Motsvarar FID-B i SPDH

- Currency, Char(3), t.ex. "SEK"

- RetrievalReferenceNumber, Char(12) Motsvarar FID-a: Retrieval Reference Number i SPDH

- HandlingCode, Char(1), 'D' = kortläsare, 'T' = manuellt

- IdentificationMethod, Char(1), 'A' = PIN; '@' = Signatur Motsvarar vad CEKAB anser ska skrivas på kvittot

- StatusCode, Char(1), '1' = Auktoriserat online, '2' = reserverat, '3' = reserverat, '4' = Aukt via telefon (manuellt kontrollnr), '5' = Ej auktoriserat

- ResponseCode, Char(3), Motsvarar Standard header: Response Code i SPDH

- CardSystem. Char(2) Från prefixtabell

- ExpiryDate, Char(4) Giltighetstid för använt kort, alltid ÅÅMM

- Online, Char(1) ”1” = Online, ”2” = Offline

- [PackageId], Char(15), Paketidentitet

- [PackageAmount], max Char(18), Paketsumma

- SequenceNumber, Char(10), Motsvarar FID-h i SPDH

- OrderId, Char(15), Motsvarar FID-z i SPDH

- VAT, max Char(18), Motsvarar FID-a: Moms i SPDH

- purchaseAmount, max Char(18), Delsumma köp. Endast om Cash-Back är tillåtet

- BundleId, Integer, Skall motsvara CEKABs buntid, måste beräknas


Field Summary
static java.lang.String ACCOUNT_TYPE
           
static java.lang.String APPROVAL_CODE
           
static java.lang.String BUNDLE_ID
           
static java.lang.String CARD_SYSTEM
           
static java.lang.String CURRENCY
           
static java.lang.String DATE
           
static java.lang.String EXPIRY_DATE
           
static java.lang.String HANDLING_CODE
           
static java.lang.String IDENTIFICATION_METHOD
           
static java.lang.String MESSAGE_SUBTYPE
           
static java.lang.String MESSAGE_TYPE
           
static java.lang.String ONLINE
           
static java.lang.String ORDER_ID
           
static java.lang.String PACKAGE_AMOUNT
           
static java.lang.String PACKAGE_ID
           
static java.lang.String PURCHASE_AMOUNT
           
static java.lang.String RESPONSE_CODE
           
static java.lang.String RETRIEVAL_REFERENCE_NUMBER
           
static java.lang.String SEQUENCE_NUMBER
           
static java.lang.String STATUS_CODE
           
static java.lang.String TERMINAL_ID
           
static java.lang.String TIME
           
static java.lang.String TRANSACTION_AMOUNT
           
static java.lang.String TRANSACTION_CODE
           
static java.lang.String TRANSACTION_RESULT
           
static java.lang.String VAT
           
 
Fields inherited from interface org.stina.framework.core.model.TiModelConstantsInterface
ACTIVATED_ELEMENT_PROPERTY, BACKGROUND_COLOR, BOOLEAN_LIST, BYTE_ARRAY_LIST, COLUMN_WIDTH, DEFAULT_VALUE, DISALLOWED_VALUES, DISPLAY_MODE_PROPERTY, EDITABLE, ENABLED, FALSE_MNEMONIC_KEY, FALSE_TEXT, FONT, FORCE_UPDATE, FOREGROUND_COLOR, HORIZONTAL_ALIGNMENT, INTEGER_LIST, LONG_LIST, LONG_LONG_LIST, MAX_VALUE, MIN_VALUE, MNEMONIC_KEY, NO_RESTORE_OF_FIELD, OBJECT_LIST, OBJECT_REFERENCE_LIST, PLAIN_TEXT, PLAIN_VALUES, POSSIBLE_VALUES, PROHIBIT_HTML_FILTER, ROW_HEIGHT, SELECTABLE, SELECTED_ELEMENT_PROPERTY, SELECTED_ELEMENTS, SELECTED_PROPERTY, STRING_LIST, TIBOOLEAN_FALSE, TIBOOLEAN_TRUE, TIINTEGER_0, TISTRING_EMPTY, TOOLTIP_TEXT, TRUE_MNEMONIC_KEY, TRUE_TEXT, VERTICAL_ALIGNMENT
 
Method Summary
 TiStringInterface getAccountType()
          Field accountType is defined as mandatory.
 java.lang.String getAccountTypeValue()
          Field accountType is defined as mandatory.
 TiStringInterface getApprovalCode()
          Field approvalCode is defined as mandatory.
 java.lang.String getApprovalCodeValue()
          Field approvalCode is defined as mandatory.
 TiIntegerInterface getBundleId()
          Field bundleId is defined as mandatory.
 java.lang.Integer getBundleIdValue()
          Field bundleId is defined as mandatory.
 TiStringInterface getCardSystem()
          Field cardSystem is defined as mandatory.
 java.lang.String getCardSystemValue()
          Field cardSystem is defined as mandatory.
 TiStringInterface getCurrency()
          Field currency is defined as mandatory.
 java.lang.String getCurrencyValue()
          Field currency is defined as mandatory.
 TiStringInterface getDate()
          Field date is defined as mandatory.
 java.lang.String getDateValue()
          Field date is defined as mandatory.
 TiStringInterface getExpiryDate()
          Field expiryDate is defined as mandatory.
 java.lang.String getExpiryDateValue()
          Field expiryDate is defined as mandatory.
 TiStringInterface getHandlingCode()
          Field handlingCode is defined as mandatory.
 java.lang.String getHandlingCodeValue()
          Field handlingCode is defined as mandatory.
 TiStringInterface getIdentificationMethod()
          Field identificationMethod is defined as mandatory.
 java.lang.String getIdentificationMethodValue()
          Field identificationMethod is defined as mandatory.
 TiStringInterface getMessageSubtype()
          Field messageSubtype is defined as mandatory.
 java.lang.String getMessageSubtypeValue()
          Field messageSubtype is defined as mandatory.
 TiStringInterface getMessageType()
          Field messageType is defined as mandatory.
 java.lang.String getMessageTypeValue()
          Field messageType is defined as mandatory.
 TiStringInterface getOnline()
          Field online is defined as mandatory.
 java.lang.String getOnlineValue()
          Field online is defined as mandatory.
 TiStringInterface getOrderId()
          Field orderId is defined as mandatory.
 java.lang.String getOrderIdValue()
          Field orderId is defined as mandatory.
 TiStringInterface getPackageAmount()
          Field packageAmount is defined as optional.
 java.lang.String getPackageAmountValue()
          Field packageAmount is defined as optional.
 TiStringInterface getPackageId()
          Field packageId is defined as optional.
 java.lang.String getPackageIdValue()
          Field packageId is defined as optional.
 TiStringInterface getPurchaseAmount()
          Field purchaseAmount is defined as optional.
 java.lang.String getPurchaseAmountValue()
          Field purchaseAmount is defined as optional.
 TiStringInterface getResponseCode()
          Field responseCode is defined as mandatory.
 java.lang.String getResponseCodeValue()
          Field responseCode is defined as mandatory.
 TiStringInterface getRetrievalReferenceNumber()
          Field retrievalReferenceNumber is defined as mandatory.
 java.lang.String getRetrievalReferenceNumberValue()
          Field retrievalReferenceNumber is defined as mandatory.
 TiStringInterface getSequenceNumber()
          Field sequenceNumber is defined as mandatory.
 java.lang.String getSequenceNumberValue()
          Field sequenceNumber is defined as mandatory.
 TiStringInterface getStatusCode()
          Field statusCode is defined as mandatory.
 java.lang.String getStatusCodeValue()
          Field statusCode is defined as mandatory.
 TiStringInterface getTerminalID()
          Field terminalID is defined as mandatory.
 java.lang.String getTerminalIDValue()
          Field terminalID is defined as mandatory.
 TiStringInterface getTime()
          Field time is defined as mandatory.
 java.lang.String getTimeValue()
          Field time is defined as mandatory.
 TiStringInterface getTransactionAmount()
          Field transactionAmount is defined as mandatory.
 java.lang.String getTransactionAmountValue()
          Field transactionAmount is defined as mandatory.
 TiStringInterface getTransactionCode()
          Field transactionCode is defined as mandatory.
 java.lang.String getTransactionCodeValue()
          Field transactionCode is defined as mandatory.
 TiStringInterface getTransactionResult()
          Field transactionResult is defined as mandatory.
 java.lang.String getTransactionResultValue()
          Field transactionResult is defined as mandatory.
 TiStringInterface getVAT()
          Field vAT is defined as mandatory.
 java.lang.String getVATValue()
          Field vAT is defined as mandatory.
 TiStringInterface lookupAccountType()
          Field accountType is defined as mandatory.
 TiStringInterface lookupApprovalCode()
          Field approvalCode is defined as mandatory.
 TiIntegerInterface lookupBundleId()
          Field bundleId is defined as mandatory.
 TiStringInterface lookupCardSystem()
          Field cardSystem is defined as mandatory.
 TiStringInterface lookupCurrency()
          Field currency is defined as mandatory.
 TiStringInterface lookupDate()
          Field date is defined as mandatory.
 TiStringInterface lookupExpiryDate()
          Field expiryDate is defined as mandatory.
 TiStringInterface lookupHandlingCode()
          Field handlingCode is defined as mandatory.
 TiStringInterface lookupIdentificationMethod()
          Field identificationMethod is defined as mandatory.
 TiStringInterface lookupMessageSubtype()
          Field messageSubtype is defined as mandatory.
 TiStringInterface lookupMessageType()
          Field messageType is defined as mandatory.
 TiStringInterface lookupOnline()
          Field online is defined as mandatory.
 TiStringInterface lookupOrderId()
          Field orderId is defined as mandatory.
 TiStringInterface lookupPackageAmount()
          Field packageAmount is defined as optional.
 TiStringInterface lookupPackageId()
          Field packageId is defined as optional.
 TiStringInterface lookupPurchaseAmount()
          Field purchaseAmount is defined as optional.
 TiStringInterface lookupResponseCode()
          Field responseCode is defined as mandatory.
 TiStringInterface lookupRetrievalReferenceNumber()
          Field retrievalReferenceNumber is defined as mandatory.
 TiStringInterface lookupSequenceNumber()
          Field sequenceNumber is defined as mandatory.
 TiStringInterface lookupStatusCode()
          Field statusCode is defined as mandatory.
 TiStringInterface lookupTerminalID()
          Field terminalID is defined as mandatory.
 TiStringInterface lookupTime()
          Field time is defined as mandatory.
 TiStringInterface lookupTransactionAmount()
          Field transactionAmount is defined as mandatory.
 TiStringInterface lookupTransactionCode()
          Field transactionCode is defined as mandatory.
 TiStringInterface lookupTransactionResult()
          Field transactionResult is defined as mandatory.
 TiStringInterface lookupVAT()
          Field vAT is defined as mandatory.
 void setAccountType(TiStringInterface inData)
          Field accountType is defined as mandatory.
 void setAccountTypeValue(java.lang.String inData)
          Field accountType is defined as mandatory.
 void setAccountTypeValue(java.lang.String inData, boolean inNotify)
          Field accountType is defined as mandatory.
 void setApprovalCode(TiStringInterface inData)
          Field approvalCode is defined as mandatory.
 void setApprovalCodeValue(java.lang.String inData)
          Field approvalCode is defined as mandatory.
 void setApprovalCodeValue(java.lang.String inData, boolean inNotify)
          Field approvalCode is defined as mandatory.
 void setBundleId(TiIntegerInterface inData)
          Field bundleId is defined as mandatory.
 void setBundleIdValue(java.lang.Integer inData)
          Field bundleId is defined as mandatory.
 void setBundleIdValue(java.lang.Integer inData, boolean inNotify)
          Field bundleId is defined as mandatory.
 void setCardSystem(TiStringInterface inData)
          Field cardSystem is defined as mandatory.
 void setCardSystemValue(java.lang.String inData)
          Field cardSystem is defined as mandatory.
 void setCardSystemValue(java.lang.String inData, boolean inNotify)
          Field cardSystem is defined as mandatory.
 void setCurrency(TiStringInterface inData)
          Field currency is defined as mandatory.
 void setCurrencyValue(java.lang.String inData)
          Field currency is defined as mandatory.
 void setCurrencyValue(java.lang.String inData, boolean inNotify)
          Field currency is defined as mandatory.
 void setDate(TiStringInterface inData)
          Field date is defined as mandatory.
 void setDateValue(java.lang.String inData)
          Field date is defined as mandatory.
 void setDateValue(java.lang.String inData, boolean inNotify)
          Field date is defined as mandatory.
 void setExpiryDate(TiStringInterface inData)
          Field expiryDate is defined as mandatory.
 void setExpiryDateValue(java.lang.String inData)
          Field expiryDate is defined as mandatory.
 void setExpiryDateValue(java.lang.String inData, boolean inNotify)
          Field expiryDate is defined as mandatory.
 void setHandlingCode(TiStringInterface inData)
          Field handlingCode is defined as mandatory.
 void setHandlingCodeValue(java.lang.String inData)
          Field handlingCode is defined as mandatory.
 void setHandlingCodeValue(java.lang.String inData, boolean inNotify)
          Field handlingCode is defined as mandatory.
 void setIdentificationMethod(TiStringInterface inData)
          Field identificationMethod is defined as mandatory.
 void setIdentificationMethodValue(java.lang.String inData)
          Field identificationMethod is defined as mandatory.
 void setIdentificationMethodValue(java.lang.String inData, boolean inNotify)
          Field identificationMethod is defined as mandatory.
 void setMessageSubtype(TiStringInterface inData)
          Field messageSubtype is defined as mandatory.
 void setMessageSubtypeValue(java.lang.String inData)
          Field messageSubtype is defined as mandatory.
 void setMessageSubtypeValue(java.lang.String inData, boolean inNotify)
          Field messageSubtype is defined as mandatory.
 void setMessageType(TiStringInterface inData)
          Field messageType is defined as mandatory.
 void setMessageTypeValue(java.lang.String inData)
          Field messageType is defined as mandatory.
 void setMessageTypeValue(java.lang.String inData, boolean inNotify)
          Field messageType is defined as mandatory.
 void setOnline(TiStringInterface inData)
          Field online is defined as mandatory.
 void setOnlineValue(java.lang.String inData)
          Field online is defined as mandatory.
 void setOnlineValue(java.lang.String inData, boolean inNotify)
          Field online is defined as mandatory.
 void setOrderId(TiStringInterface inData)
          Field orderId is defined as mandatory.
 void setOrderIdValue(java.lang.String inData)
          Field orderId is defined as mandatory.
 void setOrderIdValue(java.lang.String inData, boolean inNotify)
          Field orderId is defined as mandatory.
 void setPackageAmount(TiStringInterface inData)
          Field packageAmount is defined as optional.
 void setPackageAmountValue(java.lang.String inData)
          Field packageAmount is defined as optional.
 void setPackageAmountValue(java.lang.String inData, boolean inNotify)
          Field packageAmount is defined as optional.
 void setPackageId(TiStringInterface inData)
          Field packageId is defined as optional.
 void setPackageIdValue(java.lang.String inData)
          Field packageId is defined as optional.
 void setPackageIdValue(java.lang.String inData, boolean inNotify)
          Field packageId is defined as optional.
 void setPurchaseAmount(TiStringInterface inData)
          Field purchaseAmount is defined as optional.
 void setPurchaseAmountValue(java.lang.String inData)
          Field purchaseAmount is defined as optional.
 void setPurchaseAmountValue(java.lang.String inData, boolean inNotify)
          Field purchaseAmount is defined as optional.
 void setResponseCode(TiStringInterface inData)
          Field responseCode is defined as mandatory.
 void setResponseCodeValue(java.lang.String inData)
          Field responseCode is defined as mandatory.
 void setResponseCodeValue(java.lang.String inData, boolean inNotify)
          Field responseCode is defined as mandatory.
 void setRetrievalReferenceNumber(TiStringInterface inData)
          Field retrievalReferenceNumber is defined as mandatory.
 void setRetrievalReferenceNumberValue(java.lang.String inData)
          Field retrievalReferenceNumber is defined as mandatory.
 void setRetrievalReferenceNumberValue(java.lang.String inData, boolean inNotify)
          Field retrievalReferenceNumber is defined as mandatory.
 void setSequenceNumber(TiStringInterface inData)
          Field sequenceNumber is defined as mandatory.
 void setSequenceNumberValue(java.lang.String inData)
          Field sequenceNumber is defined as mandatory.
 void setSequenceNumberValue(java.lang.String inData, boolean inNotify)
          Field sequenceNumber is defined as mandatory.
 void setStatusCode(TiStringInterface inData)
          Field statusCode is defined as mandatory.
 void setStatusCodeValue(java.lang.String inData)
          Field statusCode is defined as mandatory.
 void setStatusCodeValue(java.lang.String inData, boolean inNotify)
          Field statusCode is defined as mandatory.
 void setTerminalID(TiStringInterface inData)
          Field terminalID is defined as mandatory.
 void setTerminalIDValue(java.lang.String inData)
          Field terminalID is defined as mandatory.
 void setTerminalIDValue(java.lang.String inData, boolean inNotify)
          Field terminalID is defined as mandatory.
 void setTime(TiStringInterface inData)
          Field time is defined as mandatory.
 void setTimeValue(java.lang.String inData)
          Field time is defined as mandatory.
 void setTimeValue(java.lang.String inData, boolean inNotify)
          Field time is defined as mandatory.
 void setTransactionAmount(TiStringInterface inData)
          Field transactionAmount is defined as mandatory.
 void setTransactionAmountValue(java.lang.String inData)
          Field transactionAmount is defined as mandatory.
 void setTransactionAmountValue(java.lang.String inData, boolean inNotify)
          Field transactionAmount is defined as mandatory.
 void setTransactionCode(TiStringInterface inData)
          Field transactionCode is defined as mandatory.
 void setTransactionCodeValue(java.lang.String inData)
          Field transactionCode is defined as mandatory.
 void setTransactionCodeValue(java.lang.String inData, boolean inNotify)
          Field transactionCode is defined as mandatory.
 void setTransactionResult(TiStringInterface inData)
          Field transactionResult is defined as mandatory.
 void setTransactionResultValue(java.lang.String inData)
          Field transactionResult is defined as mandatory.
 void setTransactionResultValue(java.lang.String inData, boolean inNotify)
          Field transactionResult is defined as mandatory.
 void setVAT(TiStringInterface inData)
          Field vAT is defined as mandatory.
 void setVATValue(java.lang.String inData)
          Field vAT is defined as mandatory.
 void setVATValue(java.lang.String inData, boolean inNotify)
          Field vAT is defined as mandatory.
 
Methods inherited from interface org.stina.framework.core.model.TiMapPlainInterface
clear, getAssignedFieldNames, getComparator, getFieldNames, getModelImpl, getXorNameForXorPart, getXorPartNames, hasField, isEmpty, lookupFieldObject, lookupModelImpl, toDebugString
 
Methods inherited from interface org.stina.framework.core.model.TiMapModelPartInterface
getIncludeIfOptional, getIndexForXorPart, lookupModel, setIncludeIfOptional, setUpdateXorFieldEnabled
 
Methods inherited from interface org.stina.framework.core.model.TiContainerModelPartInterface
getModel, setModel
 
Methods inherited from interface org.stina.framework.core.model.TiCommonModelPartInterface
clone, disposeModel, equalsModel, getGeneratedTiName, getRealTiName, getValue, importValue, importValue, setValue, setValue, toDebugString, update, update
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.stina.framework.core.model.TiPropertyPartInterface
getProperty, getPropertyModel, getPropertyNames, isEnabled, removeProperties, removeProperty, removeProperty, setEnabled, setEnabled, setProperty, setProperty, specifyProperties
 
Methods inherited from interface org.stina.framework.support.observer.TiObserverInterface
updateObserver
 
Methods inherited from interface org.stina.framework.core.model.TiListModelPartInterface
addModelElement, addModelElement, addModelElements, addModelElements, containsModelElement, getIndexOf, getIndexOfEqualsModel, getIndexOfInstance, getLastIndexOf, getListSize, getModelElementAt, getModelElements, insertModelElementAt, insertModelElementAt, moveModelElementOfInstance, moveModelElementOfInstance, removeAllModelElements, removeAllModelElements, removeModelElement, removeModelElement, removeModelElementAt, removeModelElementAt, setModelElementAt, setModelElementAt, setModelElements, setModelElements
 
Methods inherited from interface org.stina.framework.support.observer.TiSubjectInterface
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString
 

Field Detail

TRANSACTION_RESULT

static final java.lang.String TRANSACTION_RESULT
See Also:
Constant Field Values

TERMINAL_ID

static final java.lang.String TERMINAL_ID
See Also:
Constant Field Values

DATE

static final java.lang.String DATE
See Also:
Constant Field Values

TIME

static final java.lang.String TIME
See Also:
Constant Field Values

ACCOUNT_TYPE

static final java.lang.String ACCOUNT_TYPE
See Also:
Constant Field Values

MESSAGE_TYPE

static final java.lang.String MESSAGE_TYPE
See Also:
Constant Field Values

MESSAGE_SUBTYPE

static final java.lang.String MESSAGE_SUBTYPE
See Also:
Constant Field Values

TRANSACTION_CODE

static final java.lang.String TRANSACTION_CODE
See Also:
Constant Field Values

APPROVAL_CODE

static final java.lang.String APPROVAL_CODE
See Also:
Constant Field Values

TRANSACTION_AMOUNT

static final java.lang.String TRANSACTION_AMOUNT
See Also:
Constant Field Values

CURRENCY

static final java.lang.String CURRENCY
See Also:
Constant Field Values

RETRIEVAL_REFERENCE_NUMBER

static final java.lang.String RETRIEVAL_REFERENCE_NUMBER
See Also:
Constant Field Values

HANDLING_CODE

static final java.lang.String HANDLING_CODE
See Also:
Constant Field Values

IDENTIFICATION_METHOD

static final java.lang.String IDENTIFICATION_METHOD
See Also:
Constant Field Values

STATUS_CODE

static final java.lang.String STATUS_CODE
See Also:
Constant Field Values

RESPONSE_CODE

static final java.lang.String RESPONSE_CODE
See Also:
Constant Field Values

CARD_SYSTEM

static final java.lang.String CARD_SYSTEM
See Also:
Constant Field Values

EXPIRY_DATE

static final java.lang.String EXPIRY_DATE
See Also:
Constant Field Values

ONLINE

static final java.lang.String ONLINE
See Also:
Constant Field Values

PACKAGE_ID

static final java.lang.String PACKAGE_ID
See Also:
Constant Field Values

PACKAGE_AMOUNT

static final java.lang.String PACKAGE_AMOUNT
See Also:
Constant Field Values

SEQUENCE_NUMBER

static final java.lang.String SEQUENCE_NUMBER
See Also:
Constant Field Values

ORDER_ID

static final java.lang.String ORDER_ID
See Also:
Constant Field Values

VAT

static final java.lang.String VAT
See Also:
Constant Field Values

PURCHASE_AMOUNT

static final java.lang.String PURCHASE_AMOUNT
See Also:
Constant Field Values

BUNDLE_ID

static final java.lang.String BUNDLE_ID
See Also:
Constant Field Values
Method Detail

getTransactionResult

TiStringInterface getTransactionResult()
Field transactionResult is defined as mandatory.


lookupTransactionResult

TiStringInterface lookupTransactionResult()
Field transactionResult is defined as mandatory.


setTransactionResult

void setTransactionResult(TiStringInterface inData)
Field transactionResult is defined as mandatory.


getTransactionResultValue

java.lang.String getTransactionResultValue()
Field transactionResult is defined as mandatory.


setTransactionResultValue

void setTransactionResultValue(java.lang.String inData)
Field transactionResult is defined as mandatory.


setTransactionResultValue

void setTransactionResultValue(java.lang.String inData,
                               boolean inNotify)
Field transactionResult is defined as mandatory.


getTerminalID

TiStringInterface getTerminalID()
Field terminalID is defined as mandatory.


lookupTerminalID

TiStringInterface lookupTerminalID()
Field terminalID is defined as mandatory.


setTerminalID

void setTerminalID(TiStringInterface inData)
Field terminalID is defined as mandatory.


getTerminalIDValue

java.lang.String getTerminalIDValue()
Field terminalID is defined as mandatory.


setTerminalIDValue

void setTerminalIDValue(java.lang.String inData)
Field terminalID is defined as mandatory.


setTerminalIDValue

void setTerminalIDValue(java.lang.String inData,
                        boolean inNotify)
Field terminalID is defined as mandatory.


getDate

TiStringInterface getDate()
Field date is defined as mandatory.


lookupDate

TiStringInterface lookupDate()
Field date is defined as mandatory.


setDate

void setDate(TiStringInterface inData)
Field date is defined as mandatory.


getDateValue

java.lang.String getDateValue()
Field date is defined as mandatory.


setDateValue

void setDateValue(java.lang.String inData)
Field date is defined as mandatory.


setDateValue

void setDateValue(java.lang.String inData,
                  boolean inNotify)
Field date is defined as mandatory.


getTime

TiStringInterface getTime()
Field time is defined as mandatory.


lookupTime

TiStringInterface lookupTime()
Field time is defined as mandatory.


setTime

void setTime(TiStringInterface inData)
Field time is defined as mandatory.


getTimeValue

java.lang.String getTimeValue()
Field time is defined as mandatory.


setTimeValue

void setTimeValue(java.lang.String inData)
Field time is defined as mandatory.


setTimeValue

void setTimeValue(java.lang.String inData,
                  boolean inNotify)
Field time is defined as mandatory.


getAccountType

TiStringInterface getAccountType()
Field accountType is defined as mandatory.


lookupAccountType

TiStringInterface lookupAccountType()
Field accountType is defined as mandatory.


setAccountType

void setAccountType(TiStringInterface inData)
Field accountType is defined as mandatory.


getAccountTypeValue

java.lang.String getAccountTypeValue()
Field accountType is defined as mandatory.


setAccountTypeValue

void setAccountTypeValue(java.lang.String inData)
Field accountType is defined as mandatory.


setAccountTypeValue

void setAccountTypeValue(java.lang.String inData,
                         boolean inNotify)
Field accountType is defined as mandatory.


getMessageType

TiStringInterface getMessageType()
Field messageType is defined as mandatory.


lookupMessageType

TiStringInterface lookupMessageType()
Field messageType is defined as mandatory.


setMessageType

void setMessageType(TiStringInterface inData)
Field messageType is defined as mandatory.


getMessageTypeValue

java.lang.String getMessageTypeValue()
Field messageType is defined as mandatory.


setMessageTypeValue

void setMessageTypeValue(java.lang.String inData)
Field messageType is defined as mandatory.


setMessageTypeValue

void setMessageTypeValue(java.lang.String inData,
                         boolean inNotify)
Field messageType is defined as mandatory.


getMessageSubtype

TiStringInterface getMessageSubtype()
Field messageSubtype is defined as mandatory.


lookupMessageSubtype

TiStringInterface lookupMessageSubtype()
Field messageSubtype is defined as mandatory.


setMessageSubtype

void setMessageSubtype(TiStringInterface inData)
Field messageSubtype is defined as mandatory.


getMessageSubtypeValue

java.lang.String getMessageSubtypeValue()
Field messageSubtype is defined as mandatory.


setMessageSubtypeValue

void setMessageSubtypeValue(java.lang.String inData)
Field messageSubtype is defined as mandatory.


setMessageSubtypeValue

void setMessageSubtypeValue(java.lang.String inData,
                            boolean inNotify)
Field messageSubtype is defined as mandatory.


getTransactionCode

TiStringInterface getTransactionCode()
Field transactionCode is defined as mandatory.


lookupTransactionCode

TiStringInterface lookupTransactionCode()
Field transactionCode is defined as mandatory.


setTransactionCode

void setTransactionCode(TiStringInterface inData)
Field transactionCode is defined as mandatory.


getTransactionCodeValue

java.lang.String getTransactionCodeValue()
Field transactionCode is defined as mandatory.


setTransactionCodeValue

void setTransactionCodeValue(java.lang.String inData)
Field transactionCode is defined as mandatory.


setTransactionCodeValue

void setTransactionCodeValue(java.lang.String inData,
                             boolean inNotify)
Field transactionCode is defined as mandatory.


getApprovalCode

TiStringInterface getApprovalCode()
Field approvalCode is defined as mandatory.


lookupApprovalCode

TiStringInterface lookupApprovalCode()
Field approvalCode is defined as mandatory.


setApprovalCode

void setApprovalCode(TiStringInterface inData)
Field approvalCode is defined as mandatory.


getApprovalCodeValue

java.lang.String getApprovalCodeValue()
Field approvalCode is defined as mandatory.


setApprovalCodeValue

void setApprovalCodeValue(java.lang.String inData)
Field approvalCode is defined as mandatory.


setApprovalCodeValue

void setApprovalCodeValue(java.lang.String inData,
                          boolean inNotify)
Field approvalCode is defined as mandatory.


getTransactionAmount

TiStringInterface getTransactionAmount()
Field transactionAmount is defined as mandatory.


lookupTransactionAmount

TiStringInterface lookupTransactionAmount()
Field transactionAmount is defined as mandatory.


setTransactionAmount

void setTransactionAmount(TiStringInterface inData)
Field transactionAmount is defined as mandatory.


getTransactionAmountValue

java.lang.String getTransactionAmountValue()
Field transactionAmount is defined as mandatory.


setTransactionAmountValue

void setTransactionAmountValue(java.lang.String inData)
Field transactionAmount is defined as mandatory.


setTransactionAmountValue

void setTransactionAmountValue(java.lang.String inData,
                               boolean inNotify)
Field transactionAmount is defined as mandatory.


getCurrency

TiStringInterface getCurrency()
Field currency is defined as mandatory.


lookupCurrency

TiStringInterface lookupCurrency()
Field currency is defined as mandatory.


setCurrency

void setCurrency(TiStringInterface inData)
Field currency is defined as mandatory.


getCurrencyValue

java.lang.String getCurrencyValue()
Field currency is defined as mandatory.


setCurrencyValue

void setCurrencyValue(java.lang.String inData)
Field currency is defined as mandatory.


setCurrencyValue

void setCurrencyValue(java.lang.String inData,
                      boolean inNotify)
Field currency is defined as mandatory.


getRetrievalReferenceNumber

TiStringInterface getRetrievalReferenceNumber()
Field retrievalReferenceNumber is defined as mandatory.


lookupRetrievalReferenceNumber

TiStringInterface lookupRetrievalReferenceNumber()
Field retrievalReferenceNumber is defined as mandatory.


setRetrievalReferenceNumber

void setRetrievalReferenceNumber(TiStringInterface inData)
Field retrievalReferenceNumber is defined as mandatory.


getRetrievalReferenceNumberValue

java.lang.String getRetrievalReferenceNumberValue()
Field retrievalReferenceNumber is defined as mandatory.


setRetrievalReferenceNumberValue

void setRetrievalReferenceNumberValue(java.lang.String inData)
Field retrievalReferenceNumber is defined as mandatory.


setRetrievalReferenceNumberValue

void setRetrievalReferenceNumberValue(java.lang.String inData,
                                      boolean inNotify)
Field retrievalReferenceNumber is defined as mandatory.


getHandlingCode

TiStringInterface getHandlingCode()
Field handlingCode is defined as mandatory.


lookupHandlingCode

TiStringInterface lookupHandlingCode()
Field handlingCode is defined as mandatory.


setHandlingCode

void setHandlingCode(TiStringInterface inData)
Field handlingCode is defined as mandatory.


getHandlingCodeValue

java.lang.String getHandlingCodeValue()
Field handlingCode is defined as mandatory.


setHandlingCodeValue

void setHandlingCodeValue(java.lang.String inData)
Field handlingCode is defined as mandatory.


setHandlingCodeValue

void setHandlingCodeValue(java.lang.String inData,
                          boolean inNotify)
Field handlingCode is defined as mandatory.


getIdentificationMethod

TiStringInterface getIdentificationMethod()
Field identificationMethod is defined as mandatory.


lookupIdentificationMethod

TiStringInterface lookupIdentificationMethod()
Field identificationMethod is defined as mandatory.


setIdentificationMethod

void setIdentificationMethod(TiStringInterface inData)
Field identificationMethod is defined as mandatory.


getIdentificationMethodValue

java.lang.String getIdentificationMethodValue()
Field identificationMethod is defined as mandatory.


setIdentificationMethodValue

void setIdentificationMethodValue(java.lang.String inData)
Field identificationMethod is defined as mandatory.


setIdentificationMethodValue

void setIdentificationMethodValue(java.lang.String inData,
                                  boolean inNotify)
Field identificationMethod is defined as mandatory.


getStatusCode

TiStringInterface getStatusCode()
Field statusCode is defined as mandatory.


lookupStatusCode

TiStringInterface lookupStatusCode()
Field statusCode is defined as mandatory.


setStatusCode

void setStatusCode(TiStringInterface inData)
Field statusCode is defined as mandatory.


getStatusCodeValue

java.lang.String getStatusCodeValue()
Field statusCode is defined as mandatory.


setStatusCodeValue

void setStatusCodeValue(java.lang.String inData)
Field statusCode is defined as mandatory.


setStatusCodeValue

void setStatusCodeValue(java.lang.String inData,
                        boolean inNotify)
Field statusCode is defined as mandatory.


getResponseCode

TiStringInterface getResponseCode()
Field responseCode is defined as mandatory.


lookupResponseCode

TiStringInterface lookupResponseCode()
Field responseCode is defined as mandatory.


setResponseCode

void setResponseCode(TiStringInterface inData)
Field responseCode is defined as mandatory.


getResponseCodeValue

java.lang.String getResponseCodeValue()
Field responseCode is defined as mandatory.


setResponseCodeValue

void setResponseCodeValue(java.lang.String inData)
Field responseCode is defined as mandatory.


setResponseCodeValue

void setResponseCodeValue(java.lang.String inData,
                          boolean inNotify)
Field responseCode is defined as mandatory.


getCardSystem

TiStringInterface getCardSystem()
Field cardSystem is defined as mandatory.


lookupCardSystem

TiStringInterface lookupCardSystem()
Field cardSystem is defined as mandatory.


setCardSystem

void setCardSystem(TiStringInterface inData)
Field cardSystem is defined as mandatory.


getCardSystemValue

java.lang.String getCardSystemValue()
Field cardSystem is defined as mandatory.


setCardSystemValue

void setCardSystemValue(java.lang.String inData)
Field cardSystem is defined as mandatory.


setCardSystemValue

void setCardSystemValue(java.lang.String inData,
                        boolean inNotify)
Field cardSystem is defined as mandatory.


getExpiryDate

TiStringInterface getExpiryDate()
Field expiryDate is defined as mandatory.


lookupExpiryDate

TiStringInterface lookupExpiryDate()
Field expiryDate is defined as mandatory.


setExpiryDate

void setExpiryDate(TiStringInterface inData)
Field expiryDate is defined as mandatory.


getExpiryDateValue

java.lang.String getExpiryDateValue()
Field expiryDate is defined as mandatory.


setExpiryDateValue

void setExpiryDateValue(java.lang.String inData)
Field expiryDate is defined as mandatory.


setExpiryDateValue

void setExpiryDateValue(java.lang.String inData,
                        boolean inNotify)
Field expiryDate is defined as mandatory.


getOnline

TiStringInterface getOnline()
Field online is defined as mandatory.


lookupOnline

TiStringInterface lookupOnline()
Field online is defined as mandatory.


setOnline

void setOnline(TiStringInterface inData)
Field online is defined as mandatory.


getOnlineValue

java.lang.String getOnlineValue()
Field online is defined as mandatory.


setOnlineValue

void setOnlineValue(java.lang.String inData)
Field online is defined as mandatory.


setOnlineValue

void setOnlineValue(java.lang.String inData,
                    boolean inNotify)
Field online is defined as mandatory.


getPackageId

TiStringInterface getPackageId()
Field packageId is defined as optional.


lookupPackageId

TiStringInterface lookupPackageId()
Field packageId is defined as optional.


setPackageId

void setPackageId(TiStringInterface inData)
Field packageId is defined as optional.


getPackageIdValue

java.lang.String getPackageIdValue()
Field packageId is defined as optional.


setPackageIdValue

void setPackageIdValue(java.lang.String inData)
Field packageId is defined as optional.


setPackageIdValue

void setPackageIdValue(java.lang.String inData,
                       boolean inNotify)
Field packageId is defined as optional.


getPackageAmount

TiStringInterface getPackageAmount()
Field packageAmount is defined as optional.


lookupPackageAmount

TiStringInterface lookupPackageAmount()
Field packageAmount is defined as optional.


setPackageAmount

void setPackageAmount(TiStringInterface inData)
Field packageAmount is defined as optional.


getPackageAmountValue

java.lang.String getPackageAmountValue()
Field packageAmount is defined as optional.


setPackageAmountValue

void setPackageAmountValue(java.lang.String inData)
Field packageAmount is defined as optional.


setPackageAmountValue

void setPackageAmountValue(java.lang.String inData,
                           boolean inNotify)
Field packageAmount is defined as optional.


getSequenceNumber

TiStringInterface getSequenceNumber()
Field sequenceNumber is defined as mandatory.


lookupSequenceNumber

TiStringInterface lookupSequenceNumber()
Field sequenceNumber is defined as mandatory.


setSequenceNumber

void setSequenceNumber(TiStringInterface inData)
Field sequenceNumber is defined as mandatory.


getSequenceNumberValue

java.lang.String getSequenceNumberValue()
Field sequenceNumber is defined as mandatory.


setSequenceNumberValue

void setSequenceNumberValue(java.lang.String inData)
Field sequenceNumber is defined as mandatory.


setSequenceNumberValue

void setSequenceNumberValue(java.lang.String inData,
                            boolean inNotify)
Field sequenceNumber is defined as mandatory.


getOrderId

TiStringInterface getOrderId()
Field orderId is defined as mandatory.


lookupOrderId

TiStringInterface lookupOrderId()
Field orderId is defined as mandatory.


setOrderId

void setOrderId(TiStringInterface inData)
Field orderId is defined as mandatory.


getOrderIdValue

java.lang.String getOrderIdValue()
Field orderId is defined as mandatory.


setOrderIdValue

void setOrderIdValue(java.lang.String inData)
Field orderId is defined as mandatory.


setOrderIdValue

void setOrderIdValue(java.lang.String inData,
                     boolean inNotify)
Field orderId is defined as mandatory.


getVAT

TiStringInterface getVAT()
Field vAT is defined as mandatory.


lookupVAT

TiStringInterface lookupVAT()
Field vAT is defined as mandatory.


setVAT

void setVAT(TiStringInterface inData)
Field vAT is defined as mandatory.


getVATValue

java.lang.String getVATValue()
Field vAT is defined as mandatory.


setVATValue

void setVATValue(java.lang.String inData)
Field vAT is defined as mandatory.


setVATValue

void setVATValue(java.lang.String inData,
                 boolean inNotify)
Field vAT is defined as mandatory.


getPurchaseAmount

TiStringInterface getPurchaseAmount()
Field purchaseAmount is defined as optional.


lookupPurchaseAmount

TiStringInterface lookupPurchaseAmount()
Field purchaseAmount is defined as optional.


setPurchaseAmount

void setPurchaseAmount(TiStringInterface inData)
Field purchaseAmount is defined as optional.


getPurchaseAmountValue

java.lang.String getPurchaseAmountValue()
Field purchaseAmount is defined as optional.


setPurchaseAmountValue

void setPurchaseAmountValue(java.lang.String inData)
Field purchaseAmount is defined as optional.


setPurchaseAmountValue

void setPurchaseAmountValue(java.lang.String inData,
                            boolean inNotify)
Field purchaseAmount is defined as optional.


getBundleId

TiIntegerInterface getBundleId()
Field bundleId is defined as mandatory.


lookupBundleId

TiIntegerInterface lookupBundleId()
Field bundleId is defined as mandatory.


setBundleId

void setBundleId(TiIntegerInterface inData)
Field bundleId is defined as mandatory.


getBundleIdValue

java.lang.Integer getBundleIdValue()
Field bundleId is defined as mandatory.


setBundleIdValue

void setBundleIdValue(java.lang.Integer inData)
Field bundleId is defined as mandatory.


setBundleIdValue

void setBundleIdValue(java.lang.Integer inData,
                      boolean inNotify)
Field bundleId is defined as mandatory.



Copyright © 2012. All Rights Reserved.