Class ObjectFactory
java.lang.Object
org.coderic.iso20022.messages.caad.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.coderic.iso20022.messages.caad 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.caad -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAdditionalData1
Create an instance ofAlgorithmIdentification25
Create an instance ofAlgorithmIdentification26
Create an instance ofAlgorithmIdentification27
Create an instance ofAlgorithmIdentification28
Create an instance ofBatchManagementInformation1
Create an instance ofCardProgrammeMode3
Create an instance ofCertificateIssuer1
Create an instance ofContentInformationType20
Create an instance ofContext17
Create an instance ofCorrectionIdentification1
Create an instance ofCustomReport1
Create an instance ofCustomReportV01
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 ofEnvironment33
Create an instance ofGenericIdentification183
Create an instance ofHeader65
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 ofPartyIdentification263
Create an instance ofProtectedData1
Create an instance ofRecipient5Choice
Create an instance ofRecipient7Choice
Create an instance ofReconciliation3
Create an instance ofRelativeDistinguishedName1
Create an instance ofReportContent1
Create an instance ofReportContent1Choice
Create an instance ofReportData6
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 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.caad
-
-
Method Details
-
createDocument
Create an instance ofDocument
-
createAdditionalData1
Create an instance ofAdditionalData1
-
createAlgorithmIdentification25
Create an instance ofAlgorithmIdentification25
-
createAlgorithmIdentification26
Create an instance ofAlgorithmIdentification26
-
createAlgorithmIdentification27
Create an instance ofAlgorithmIdentification27
-
createAlgorithmIdentification28
Create an instance ofAlgorithmIdentification28
-
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
-
createCorrectionIdentification1
Create an instance ofCorrectionIdentification1
-
createCustomReport1
Create an instance ofCustomReport1
-
createCustomReportV01
Create an instance ofCustomReportV01
-
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
-
createEnvironment33
Create an instance ofEnvironment33
-
createGenericIdentification183
Create an instance ofGenericIdentification183
-
createHeader65
Create an instance ofHeader65
-
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
-
createPartyIdentification263
Create an instance ofPartyIdentification263
-
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
-
createReportContent1
Create an instance ofReportContent1
-
createReportContent1Choice
Create an instance ofReportContent1Choice
-
createReportData6
Create an instance ofReportData6
-
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
-
createTransactionContext10
Create an instance ofTransactionContext10
-
createDocument
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Document
>
-