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
ConstructorsConstructorDescriptionCreate 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 ofAdditionalData1Create an instance ofAdditionalFee2Create an instance ofAdditionalInformation30Create an instance ofAlgorithmIdentification25Create an instance ofAlgorithmIdentification26Create an instance ofAlgorithmIdentification27Create an instance ofAlgorithmIdentification28Create an instance ofApprovalEntity2Create an instance ofBatchManagementInformation1Create an instance ofCardProgrammeMode3Create an instance ofCertificateIssuer1Create an instance ofContentInformationType20Create an instance ofContext17Create an instance ofDocumentjakarta.xml.bind.JAXBElement<Document> createDocument(Document value) Create an instance ofEncryptedContent5Create an instance ofEncryptedData1Create an instance ofEncryptedData1ChoiceCreate an instance ofEncryptedDataElement1Create an instance ofEnvelopedData6Create an instance ofErrorDetails2Create an instance ofFeeAmount3Create an instance ofGenericIdentification183Create an instance ofHeader63Create an instance ofIssuerAndSerialNumber1Create an instance ofJurisdiction2Create an instance ofKEK6Create an instance ofKEKIdentifier2Create an instance ofKEKIdentifier6Create an instance ofKeyExchangeData1Create an instance ofKeyExchangeResponse2Create an instance ofKeyExchangeResponseV03Create an instance ofKeyTransport6Create an instance ofMACData1Create an instance ofParameter13Create an instance ofParameter14Create an instance ofParameter7Create an instance ofProcessingResult19Create an instance ofProtectedData1Create an instance ofRecipient5ChoiceCreate an instance ofRecipient7ChoiceCreate an instance ofReconciliation3Create an instance ofRelativeDistinguishedName1Create 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 ofTraceability9Create an instance ofTransaction133Create an instance ofTransactionContext10Create an instance ofTransactionIdentification12Create 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>
-