Package com.avoka.fc.core.service.vo
Class SchemaSeedVO
java.lang.Object
com.avoka.fc.core.service.vo.SchemaSeedVO
Provides a read only Schema Seed value object for performance caching.
- Since:
- 5.1.0
-
Field Summary
-
Constructor Summary
ConstructorDescriptionSchemaSeedVO
(SchemaSeed schemaSeed) Create a schema seed VO with the the given schema seed entity. -
Method Summary
Modifier and TypeMethodDescriptionReturn the ExtractMaps.byte[]
Return the fileData value.Return the PrefillParamXpaths.Return the PropertyPrefillMaps.Return the XmlInputMap.boolean
boolean
boolean
-
Field Details
-
EMPTY_SEED
Provides an empty schema seed file- See Also:
-
-
Constructor Details
-
SchemaSeedVO
Create a schema seed VO with the the given schema seed entity.- Parameters:
schemaSeed
- the schema seed entity (required)
-
-
Method Details
-
newSeedDocument
- Returns:
- a new seed document
-
getAbandonmentReasonXpath
- Returns:
- the abandonmentReasonXpath
-
getAttachmentsXpath
- Returns:
- the attachmentsXpath
-
getContactAgeXpath
- Returns:
- the contactAgeXpath
-
getContactEmailXpath
- Returns:
- the contactEmailXpath
-
getContactGenderXpath
- Returns:
- the contactGenderXpath
-
getContactPhoneXpath
- Returns:
- the contactPhoneXpath
-
getContactPostcodeXpath
- Returns:
- the contactPostcodeXpath
-
getFileData
public byte[] getFileData()Return the fileData value.- Returns:
- fileData the fileData value
-
getPaymentDetailsXpath
- Returns:
- the paymentDetailsXpath
-
isPrefillClientPropertiesFlag
public boolean isPrefillClientPropertiesFlag()- Returns:
- the prefillClientPropertiesFlag
-
getReceiptXpath
- Returns:
- the receiptXpath
-
getSaveChallengeXpath
- Returns:
- the saveChallengeXpath
-
getTransRefNumberXpath
- Returns:
- the transRefNumberXpath
-
getTransactionValueXpath
- Returns:
- the transactionValueXpath
-
isUpdateUserProfileFlag
public boolean isUpdateUserProfileFlag()- Returns:
- the updateUserProfileFlag
-
isUseDefaultConfigMapping
public boolean isUseDefaultConfigMapping()- Returns:
- the useDefaultConfigMapping
-
getPrefillParamXpaths
Return the PrefillParamXpaths.- Returns:
- prefillParamXpaths value
-
getPropertyPrefillMaps
Return the PropertyPrefillMaps.- Returns:
- propertyPrefillMaps value
-
getExtractMaps
Return the ExtractMaps.- Returns:
- extractMaps value
-
getXmlInputMap
Return the XmlInputMap.- Returns:
- xmlInputMap value
-