Class ObjectFactory
java.lang.Object
org.coderic.iso20022.messages.cafr.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.coderic.iso20022.messages.cafr 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.cafr -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAdditionalData1
Create an instance ofAdditionalFee2
Create an instance ofAdditionalInformation30
Create an instance ofAddress2
Create an instance ofAddress3
Create an instance ofApprovalEntity2
Create an instance ofAuthority1
Create an instance ofBatchManagementInformation1
Create an instance ofCardData8
Create an instance ofCardholder19
Create an instance ofCardholderName2
Create an instance ofCardholderName3
Create an instance ofCardProgrammeMode3
Create an instance ofContact1
Create an instance ofContentInformationType20
Create an instance ofContext17
Create an instance ofCredentials2
Create an instance ofDocument
jakarta.xml.bind.JAXBElement<Document>
createDocument
(Document value) Create an instance ofEnvironment28
Create an instance ofErrorDetails2
Create an instance ofFeeAmount3
Create an instance ofFraudDispositionResponse2
Create an instance ofFraudDispositionResponseV02
Create an instance ofGenericIdentification183
Create an instance ofHeader66
Create an instance ofJurisdiction2
Create an instance ofLocalData1
Create an instance ofLocalData7
Create an instance ofMACData1
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 ofSupplementaryData1
Create an instance ofSupplementaryDataEnvelope1
Create an instance ofToken2
Create an instance ofTraceability9
Create an instance ofTransaction129
Create an instance ofTransactionContext10
-
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.cafr
-
-
Method Details
-
createDocument
Create an instance ofDocument
-
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
-
createApprovalEntity2
Create an instance ofApprovalEntity2
-
createAuthority1
Create an instance ofAuthority1
-
createBatchManagementInformation1
Create an instance ofBatchManagementInformation1
-
createCardData8
Create an instance ofCardData8
-
createCardProgrammeMode3
Create an instance ofCardProgrammeMode3
-
createCardholder19
Create an instance ofCardholder19
-
createCardholderName2
Create an instance ofCardholderName2
-
createCardholderName3
Create an instance ofCardholderName3
-
createContact1
Create an instance ofContact1
-
createContentInformationType20
Create an instance ofContentInformationType20
-
createContext17
Create an instance ofContext17
-
createCredentials2
Create an instance ofCredentials2
-
createEnvironment28
Create an instance ofEnvironment28
-
createErrorDetails2
Create an instance ofErrorDetails2
-
createFeeAmount3
Create an instance ofFeeAmount3
-
createFraudDispositionResponse2
Create an instance ofFraudDispositionResponse2
-
createFraudDispositionResponseV02
Create an instance ofFraudDispositionResponseV02
-
createGenericIdentification183
Create an instance ofGenericIdentification183
-
createHeader66
Create an instance ofHeader66
-
createJurisdiction2
Create an instance ofJurisdiction2
-
createLocalData1
Create an instance ofLocalData1
-
createLocalData7
Create an instance ofLocalData7
-
createMACData1
Create an instance ofMACData1
-
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
-
createSupplementaryData1
Create an instance ofSupplementaryData1
-
createSupplementaryDataEnvelope1
Create an instance ofSupplementaryDataEnvelope1
-
createToken2
Create an instance ofToken2
-
createTraceability9
Create an instance ofTraceability9
-
createTransaction129
Create an instance ofTransaction129
-
createTransactionContext10
Create an instance ofTransactionContext10
-
createDocument
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Document
>
-