Class ObjectFactory
java.lang.Object
org.coderic.iso20022.messages.cafc.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.coderic.iso20022.messages.cafc package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Constructor Summary
ConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.coderic.iso20022.messages.cafc -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAdditionalAmounts3
Create an instance ofAdditionalData1
Create an instance ofAdditionalFee2
Create an instance ofAdditionalInformation30
Create an instance ofAddress2
Create an instance ofAddress3
Create an instance ofAmount15
Create an instance ofAmount17
Create an instance ofApprovalEntity2
Create an instance ofBatchManagementInformation1
Create an instance ofCardData2
Create an instance ofCardProgrammeMode3
Create an instance ofContentInformationType20
Create an instance ofContext16
Create an instance ofDetailedAmount22
Create an instance ofDocument
jakarta.xml.bind.JAXBElement<Document>
createDocument
(Document value) Create an instance ofEnvironment23
Create an instance ofErrorDetails2
Create an instance ofFeeAmount3
Create an instance ofFeeCollectionIdentification1
Create an instance ofFeeCollectionReference1
Create an instance ofFeeCollectionResponse2
Create an instance ofFeeCollectionResponseV02
Create an instance ofGenericIdentification183
Create an instance ofHeader66
Create an instance ofJurisdiction2
Create an instance ofLocalData1
Create an instance ofLocalData4
Create an instance ofLocalData5
Create an instance ofMACData1
Create an instance ofOriginalDataElements2
Create an instance ofOriginalTransactionAmount2
Create an instance ofPartyIdentification255
Create an instance ofPartyIdentification262
Create an instance ofPartyIdentification263
Create an instance ofProcessingResult19
Create an instance ofReconciliation3
Create an instance ofResultData10
Create an instance ofResultData7
Create an instance ofSettlementReportingEntity1
Create an instance ofSettlementService4
Create an instance ofSettlementServiceDate2
Create an instance ofSettlementServiceMode1
Create an instance ofSpecialProgrammeDetails1
Create an instance ofSpecialProgrammeQualification1
Create an instance ofSponsoredMerchant2
Create an instance ofSupplementaryData1
Create an instance ofSupplementaryDataEnvelope1
Create an instance ofToken2
Create an instance ofTraceability9
Create an instance ofTransaction156
Create an instance ofTransactionAmount1
Create an instance ofTransactionAmounts2
Create an instance ofTransactionContext8
Create an instance ofTransactionIdentification51
Create an instance ofTransactionLifeCycleIdentification1
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.coderic.iso20022.messages.cafc
-
-
Method Details
-
createDocument
Create an instance ofDocument
-
createAdditionalAmounts3
Create an instance ofAdditionalAmounts3
-
createAdditionalData1
Create an instance ofAdditionalData1
-
createAdditionalFee2
Create an instance ofAdditionalFee2
-
createAdditionalInformation30
Create an instance ofAdditionalInformation30
-
createAddress2
Create an instance ofAddress2
-
createAddress3
Create an instance ofAddress3
-
createAmount15
Create an instance ofAmount15
-
createAmount17
Create an instance ofAmount17
-
createApprovalEntity2
Create an instance ofApprovalEntity2
-
createBatchManagementInformation1
Create an instance ofBatchManagementInformation1
-
createCardData2
Create an instance ofCardData2
-
createCardProgrammeMode3
Create an instance ofCardProgrammeMode3
-
createContentInformationType20
Create an instance ofContentInformationType20
-
createContext16
Create an instance ofContext16
-
createDetailedAmount22
Create an instance ofDetailedAmount22
-
createEnvironment23
Create an instance ofEnvironment23
-
createErrorDetails2
Create an instance ofErrorDetails2
-
createFeeAmount3
Create an instance ofFeeAmount3
-
createFeeCollectionIdentification1
Create an instance ofFeeCollectionIdentification1
-
createFeeCollectionReference1
Create an instance ofFeeCollectionReference1
-
createFeeCollectionResponse2
Create an instance ofFeeCollectionResponse2
-
createFeeCollectionResponseV02
Create an instance ofFeeCollectionResponseV02
-
createGenericIdentification183
Create an instance ofGenericIdentification183
-
createHeader66
Create an instance ofHeader66
-
createJurisdiction2
Create an instance ofJurisdiction2
-
createLocalData1
Create an instance ofLocalData1
-
createLocalData4
Create an instance ofLocalData4
-
createLocalData5
Create an instance ofLocalData5
-
createMACData1
Create an instance ofMACData1
-
createOriginalDataElements2
Create an instance ofOriginalDataElements2
-
createOriginalTransactionAmount2
Create an instance ofOriginalTransactionAmount2
-
createPartyIdentification255
Create an instance ofPartyIdentification255
-
createPartyIdentification262
Create an instance ofPartyIdentification262
-
createPartyIdentification263
Create an instance ofPartyIdentification263
-
createProcessingResult19
Create an instance ofProcessingResult19
-
createReconciliation3
Create an instance ofReconciliation3
-
createResultData10
Create an instance ofResultData10
-
createResultData7
Create an instance ofResultData7
-
createSettlementReportingEntity1
Create an instance ofSettlementReportingEntity1
-
createSettlementService4
Create an instance ofSettlementService4
-
createSettlementServiceDate2
Create an instance ofSettlementServiceDate2
-
createSettlementServiceMode1
Create an instance ofSettlementServiceMode1
-
createSpecialProgrammeDetails1
Create an instance ofSpecialProgrammeDetails1
-
createSpecialProgrammeQualification1
Create an instance ofSpecialProgrammeQualification1
-
createSponsoredMerchant2
Create an instance ofSponsoredMerchant2
-
createSupplementaryData1
Create an instance ofSupplementaryData1
-
createSupplementaryDataEnvelope1
Create an instance ofSupplementaryDataEnvelope1
-
createToken2
Create an instance ofToken2
-
createTraceability9
Create an instance ofTraceability9
-
createTransaction156
Create an instance ofTransaction156
-
createTransactionAmount1
Create an instance ofTransactionAmount1
-
createTransactionAmounts2
Create an instance ofTransactionAmounts2
-
createTransactionContext8
Create an instance ofTransactionContext8
-
createTransactionIdentification51
Create an instance ofTransactionIdentification51
-
createTransactionLifeCycleIdentification1
Create an instance ofTransactionLifeCycleIdentification1
-
createDocument
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Document
>
-