Class ObjectFactory
java.lang.Object
org.coderic.iso20022.messages.casr.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.coderic.iso20022.messages.casr 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.casr -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAdditionalData1
Create an instance ofAdditionalFee2
Create an instance ofAdditionalInformation29
Create an instance ofAlgorithmIdentification25
Create an instance ofAlgorithmIdentification26
Create an instance ofAlgorithmIdentification27
Create an instance ofAlgorithmIdentification28
Create an instance ofApprovalEntity2
Create an instance ofBatchManagementInformation1
Create an instance ofCardProgrammeMode3
Create an instance ofCertificateIssuer1
Create an instance ofContentInformationType20
Create an instance ofContext17
Create an instance ofDocument
jakarta.xml.bind.JAXBElement<Document>
createDocument
(Document value) Create an instance ofEncryptedContent5
Create an instance ofEncryptedData1
Create an instance ofEncryptedData1Choice
Create an instance ofEncryptedDataElement1
Create an instance ofEnvelopedData6
Create an instance ofEnvironment27
Create an instance ofErrorDetails2
Create an instance ofFeeAmount3
Create an instance ofFinancialInstitution6
Create an instance ofGenericIdentification183
Create an instance ofHeader66
Create an instance ofIssuerAndSerialNumber1
Create an instance ofJurisdiction2
Create an instance ofKEK6
Create an instance ofKEKIdentifier2
Create an instance ofKEKIdentifier6
Create an instance ofKeyTransport6
Create an instance ofLocalData1
Create an instance ofMACData1
Create an instance ofParameter13
Create an instance ofParameter14
Create an instance ofParameter7
Create an instance ofPartyIdentification258
Create an instance ofPartyIdentification263
Create an instance ofProcessingResult13
Create an instance ofProtectedData1
Create an instance ofRecipient5Choice
Create an instance ofRecipient7Choice
Create an instance ofReconciliation3
Create an instance ofRelativeDistinguishedName1
Create an instance ofResultData7
Create an instance ofResultData8
Create an instance ofSettlementReportingEntity1
Create an instance ofSettlementReportingResponse2
Create an instance ofSettlementReportingResponseV02
Create an instance ofSettlementService4
Create an instance ofSettlementServiceDate2
Create an instance ofSettlementServiceMode1
Create an instance ofSupplementaryData1
Create an instance ofSupplementaryDataEnvelope1
Create an instance ofTraceability9
Create an instance ofTransaction139
Create an instance ofTransactionContext10
Create an instance ofTransactionIdentification12
Create an instance ofTransactionLifeCycleIdentification2
-
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.casr
-
-
Method Details
-
createDocument
Create an instance ofDocument
-
createAdditionalData1
Create an instance ofAdditionalData1
-
createAdditionalFee2
Create an instance ofAdditionalFee2
-
createAdditionalInformation29
Create an instance ofAdditionalInformation29
-
createAlgorithmIdentification25
Create an instance ofAlgorithmIdentification25
-
createAlgorithmIdentification26
Create an instance ofAlgorithmIdentification26
-
createAlgorithmIdentification27
Create an instance ofAlgorithmIdentification27
-
createAlgorithmIdentification28
Create an instance ofAlgorithmIdentification28
-
createApprovalEntity2
Create an instance ofApprovalEntity2
-
createBatchManagementInformation1
Create an instance ofBatchManagementInformation1
-
createCardProgrammeMode3
Create an instance ofCardProgrammeMode3
-
createCertificateIssuer1
Create an instance ofCertificateIssuer1
-
createContentInformationType20
Create an instance ofContentInformationType20
-
createContext17
Create an instance ofContext17
-
createEncryptedContent5
Create an instance ofEncryptedContent5
-
createEncryptedData1
Create an instance ofEncryptedData1
-
createEncryptedData1Choice
Create an instance ofEncryptedData1Choice
-
createEncryptedDataElement1
Create an instance ofEncryptedDataElement1
-
createEnvelopedData6
Create an instance ofEnvelopedData6
-
createEnvironment27
Create an instance ofEnvironment27
-
createErrorDetails2
Create an instance ofErrorDetails2
-
createFeeAmount3
Create an instance ofFeeAmount3
-
createFinancialInstitution6
Create an instance ofFinancialInstitution6
-
createGenericIdentification183
Create an instance ofGenericIdentification183
-
createHeader66
Create an instance ofHeader66
-
createIssuerAndSerialNumber1
Create an instance ofIssuerAndSerialNumber1
-
createJurisdiction2
Create an instance ofJurisdiction2
-
createKEK6
Create an instance ofKEK6
-
createKEKIdentifier2
Create an instance ofKEKIdentifier2
-
createKEKIdentifier6
Create an instance ofKEKIdentifier6
-
createKeyTransport6
Create an instance ofKeyTransport6
-
createLocalData1
Create an instance ofLocalData1
-
createMACData1
Create an instance ofMACData1
-
createParameter13
Create an instance ofParameter13
-
createParameter14
Create an instance ofParameter14
-
createParameter7
Create an instance ofParameter7
-
createPartyIdentification258
Create an instance ofPartyIdentification258
-
createPartyIdentification263
Create an instance ofPartyIdentification263
-
createProcessingResult13
Create an instance ofProcessingResult13
-
createProtectedData1
Create an instance ofProtectedData1
-
createRecipient5Choice
Create an instance ofRecipient5Choice
-
createRecipient7Choice
Create an instance ofRecipient7Choice
-
createReconciliation3
Create an instance ofReconciliation3
-
createRelativeDistinguishedName1
Create an instance ofRelativeDistinguishedName1
-
createResultData7
Create an instance ofResultData7
-
createResultData8
Create an instance ofResultData8
-
createSettlementReportingEntity1
Create an instance ofSettlementReportingEntity1
-
createSettlementReportingResponse2
Create an instance ofSettlementReportingResponse2
-
createSettlementReportingResponseV02
Create an instance ofSettlementReportingResponseV02
-
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
-
createTraceability9
Create an instance ofTraceability9
-
createTransaction139
Create an instance ofTransaction139
-
createTransactionContext10
Create an instance ofTransactionContext10
-
createTransactionIdentification12
Create an instance ofTransactionIdentification12
-
createTransactionLifeCycleIdentification2
Create an instance ofTransactionLifeCycleIdentification2
-
createDocument
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Document
>
-