Package com.avoka.fc.common
Interface SmartFormTemplateSchema
public interface SmartFormTemplateSchema
Provides the XML path constants of AvokaGenericInclude.xsd schema.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The attachment Attachment Description xpath constantstatic final String
The AttachmentManager element name: AttachmentManagerstatic final String
The AttachmentManager AttachmentKey XPath: //AttachmentManager/_attachmentKey.static final String
The attachment Attachment Name xpath constantstatic final String[]
The Attachment data node names.static final String
The attachment Attachment Type xpath constantstatic final String
The user profile BPAY Biller Code xpath constantstatic final String
The user profile BPAY Reference Number xpath constantstatic final String
The user profile BSB Number xpath constantstatic final String
The attachment Document Code xpath constantstatic final String
The attachment Document Type Id xpath constantstatic final String
The user profile EFT Account Number xpath constantstatic final String
The user profile GST xpath constantstatic final String
The user profile item list xpath constantstatic final String
The user profile item list xpath constantstatic final String
The user profile item list xpath constantstatic final String
The attachment Mandatory Status xpath constantstatic final String
The user profile Optional xpath constantstatic final String
The user profile Required xpath constantstatic final String
The attachment Max Number xpath constantstatic final String
The attachment max resolution constantstatic final String
The attachment Max Size xpath constantstatic final String
The attachment Mime Or File Types xpath constantstatic final String
The user profile BPAY reference number xpath constantstatic final String
The user profile client reference number xpath constantstatic final String
The user profile payment details xpath constantstatic final String
The user profile payment GST xpath constantstatic final String
The user profile payment subtotal xpath constantstatic final String
The user profile payment total xpath constantstatic final String
The user profile Description xpath constantstatic final String
The user profile FeeCode xpath constantstatic final String
The user profile GST xpath constantstatic final String
The user profile Quantity xpath constantstatic final String
The user profile Receipt Code xpath constantstatic final String
The user profile Total xpath constantstatic final String
The user profile Unit Value xpath constantstatic final String
The user profile Payment Type xpath constantstatic final String
The user profile Receipt Payment GST xpath constantstatic final String
The user profile Receipt Payment ServiceFee xpath constantstatic final String
The user profile Receipt Payment SubTotal xpath constantstatic final String
The user profile Receipt Payment Total xpath constantstatic final String
The user profile Receipt Date Time xpath constantstatic final String
The user profile Receipt No xpath constantstatic final String
The user profile service fee xpath constantstatic final String
The user profile subtotal xpath constantstatic final String
The attachment Submit Method xpath constantstatic final String
The user profile total xpath constantstatic final String
The user profile first name xpath constantstatic final String
The user profile given name xpath constant
-
Field Details
-
USER_PROFILE_GIVEN_NAME
The user profile given name xpath constant- See Also:
-
USER_PROFILE_FAMILY_NAME
The user profile first name xpath constant- See Also:
-
ITEM
The user profile item list xpath constant- See Also:
-
ITEM_LIST
The user profile item list xpath constant- See Also:
-
ITEM_LIST_ITEM
The user profile item list xpath constant- See Also:
-
PAYMENT_DETAILS_PAYMENT
The user profile payment details xpath constant- See Also:
-
PAYMENT_DETAILS_PAYMENT_GST
The user profile payment GST xpath constant- See Also:
-
PAYMENT_DETAILS_PAYMENT_SUB_TOTAL
The user profile payment subtotal xpath constant- See Also:
-
PAYMENT_DETAILS_PAYMENT_TOTAL
The user profile payment total xpath constant- See Also:
-
PAYMENT_DETAILS_CLIENT_REFERENCE_NUMBER
The user profile client reference number xpath constant- See Also:
-
PAYMENT_DETAILS_BPAY_REFERENCE_NUMBER
The user profile BPAY reference number xpath constant- See Also:
-
SUB_TOTAL
The user profile subtotal xpath constant- See Also:
-
SERVICE_FEE
The user profile service fee xpath constant- See Also:
-
GST
The user profile GST xpath constant- See Also:
-
TOTAL
The user profile total xpath constant- See Also:
-
PAYMENT_TYPE
The user profile Payment Type xpath constant- See Also:
-
BPAY_BILLER_CODE
The user profile BPAY Biller Code xpath constant- See Also:
-
BPAY_REFERENCE_NUMBER
The user profile BPAY Reference Number xpath constant- See Also:
-
BSB_NUMBER
The user profile BSB Number xpath constant- See Also:
-
EFT_ACCOUNT_NUMBER
The user profile EFT Account Number xpath constant- See Also:
-
PAYMENT_ITEM_DESCRIPTION
The user profile Description xpath constant- See Also:
-
PAYMENT_ITEM_QUANTITY
The user profile Quantity xpath constant- See Also:
-
PAYMENT_ITEM_UNIT_VALUE
The user profile Unit Value xpath constant- See Also:
-
PAYMENT_ITEM_GST
The user profile GST xpath constant- See Also:
-
PAYMENT_ITEM_TOTAL
The user profile Total xpath constant- See Also:
-
PAYMENT_ITEM_FEE_CODE
The user profile FeeCode xpath constant- See Also:
-
PAYMENT_ITEM_RECEIPT_CODE
The user profile Receipt Code xpath constant- See Also:
-
DOCUMENT_TYPE_ID
The attachment Document Type Id xpath constant- See Also:
-
DOCUMENT_TYPE_CODE
The attachment Document Code xpath constant- See Also:
-
ATTACHMENT_NAME
The attachment Attachment Name xpath constant- See Also:
-
ATTACHMENT_DESCRIPTION
The attachment Attachment Description xpath constant- See Also:
-
ATTACHMENT_TYPE
The attachment Attachment Type xpath constant- See Also:
-
MANDATORY_STATUS
The attachment Mandatory Status xpath constant- See Also:
-
MAX_NUMBER
The attachment Max Number xpath constant- See Also:
-
MAX_SIZE
The attachment Max Size xpath constant- See Also:
-
MIME_OR_FILE_TYPES
The attachment Mime Or File Types xpath constant- See Also:
-
SUBMIT_METHOD
The attachment Submit Method xpath constant- See Also:
-
MAX_RESOLUTION
The attachment max resolution constant- See Also:
-
MANDATORY_STATUS_REQUIRED
The user profile Required xpath constant- See Also:
-
MANDATORY_STATUS_OPTIONAL
The user profile Optional xpath constant- See Also:
-
RECEIPT_RECEIPT_NO
The user profile Receipt No xpath constant- See Also:
-
RECEIPT_RECEIPT_DATE_TIME
The user profile Receipt Date Time xpath constant- See Also:
-
RECEIPT_PAYMENT_TOTAL
The user profile Receipt Payment Total xpath constant- See Also:
-
RECEIPT_PAYMENT_SUB_TOTAL
The user profile Receipt Payment SubTotal xpath constant- See Also:
-
RECEIPT_PAYMENT_SERVICE_FEE
The user profile Receipt Payment ServiceFee xpath constant- See Also:
-
RECEIPT_PAYMENT_GST
The user profile Receipt Payment GST xpath constant- See Also:
-
ATTACHMENT_MANAGER
The AttachmentManager element name: AttachmentManager- See Also:
-
ATTACHMENT_MANAGER_ATTACHMENT_KEY
The AttachmentManager AttachmentKey XPath: //AttachmentManager/_attachmentKey.- See Also:
-
ATTACHMENT_NODES
The Attachment data node names.
-