Class ObjectFactory
java.lang.Object
org.coderic.iso20022.messages.canm.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.coderic.iso20022.messages.canm 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.canm -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAdditionalData1
Create an instance ofAdditionalFee2
Create an instance ofAdditionalInformation30
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 ofErrorDetails2
Create an instance ofFeeAmount3
Create an instance ofGenericIdentification183
Create an instance ofHeader63
Create an instance ofIssuerAndSerialNumber1
Create an instance ofJurisdiction2
Create an instance ofKEK6
Create an instance ofKEKIdentifier2
Create an instance ofKEKIdentifier6
Create an instance ofKeyExchangeData1
Create an instance ofKeyExchangeResponse2
Create an instance ofKeyExchangeResponseV03
Create an instance ofKeyTransport6
Create an instance ofMACData1
Create an instance ofParameter13
Create an instance ofParameter14
Create an instance ofParameter7
Create an instance ofProcessingResult19
Create an instance ofProtectedData1
Create an instance ofRecipient5Choice
Create an instance ofRecipient7Choice
Create an instance ofReconciliation3
Create an instance ofRelativeDistinguishedName1
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 ofTraceability9
Create an instance ofTransaction133
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.canm
-
-
Method Details
-
createDocument
Create an instance ofDocument
-
createAdditionalData1
Create an instance ofAdditionalData1
-
createAdditionalFee2
Create an instance ofAdditionalFee2
-
createAdditionalInformation30
Create an instance ofAdditionalInformation30
-
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
-
createErrorDetails2
Create an instance ofErrorDetails2
-
createFeeAmount3
Create an instance ofFeeAmount3
-
createGenericIdentification183
Create an instance ofGenericIdentification183
-
createHeader63
Create an instance ofHeader63
-
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
-
createKeyExchangeData1
Create an instance ofKeyExchangeData1
-
createKeyExchangeResponse2
Create an instance ofKeyExchangeResponse2
-
createKeyExchangeResponseV03
Create an instance ofKeyExchangeResponseV03
-
createKeyTransport6
Create an instance ofKeyTransport6
-
createMACData1
Create an instance ofMACData1
-
createParameter13
Create an instance ofParameter13
-
createParameter14
Create an instance ofParameter14
-
createParameter7
Create an instance ofParameter7
-
createProcessingResult19
Create an instance ofProcessingResult19
-
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
-
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
-
createTraceability9
Create an instance ofTraceability9
-
createTransaction133
Create an instance ofTransaction133
-
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
>
-