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
ConstructorsConstructorDescriptionCreate 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 ofAdditionalData1Create an instance ofAdditionalFee2Create an instance ofAdditionalInformation30Create an instance ofAddress2Create an instance ofAddress3Create an instance ofApprovalEntity2Create an instance ofAuthority1Create an instance ofBatchManagementInformation1Create an instance ofCardData8Create an instance ofCardholder19Create an instance ofCardholderName2Create an instance ofCardholderName3Create an instance ofCardProgrammeMode3Create an instance ofContact1Create an instance ofContentInformationType20Create an instance ofContext17Create an instance ofCredentials2Create an instance ofDocumentjakarta.xml.bind.JAXBElement<Document> createDocument(Document value) Create an instance ofEnvironment28Create an instance ofErrorDetails2Create an instance ofFeeAmount3Create an instance ofFraudDispositionResponse2Create an instance ofFraudDispositionResponseV02Create an instance ofGenericIdentification183Create an instance ofHeader66Create an instance ofJurisdiction2Create an instance ofLocalData1Create an instance ofLocalData7Create an instance ofMACData1Create an instance ofPartyIdentification263Create an instance ofProcessingResult19Create an instance ofReconciliation3Create an instance ofResultData10Create an instance ofResultData7Create an instance ofSettlementReportingEntity1Create an instance ofSettlementService4Create an instance ofSettlementServiceDate2Create an instance ofSettlementServiceMode1Create an instance ofSupplementaryData1Create an instance ofSupplementaryDataEnvelope1Create an instance ofToken2Create an instance ofTraceability9Create an instance ofTransaction129Create 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>
-