Class ObjectFactory
java.lang.Object
org.coderic.iso20022.messages.caam.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.coderic.iso20022.messages.caam 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.caam -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAlgorithmIdentification11
Create an instance ofAlgorithmIdentification12
Create an instance ofAlgorithmIdentification13
Create an instance ofAlgorithmIdentification14
Create an instance ofAlgorithmIdentification15
Create an instance ofATMCommand7
Create an instance ofATMCommandIdentification1
Create an instance ofATMCommandParameters1Choice
Create an instance ofATMConfigurationParameter1
Create an instance ofATMContext20
Create an instance ofATMExceptionAcknowledgement1
Create an instance ofATMExceptionAcknowledgementV01
Create an instance ofATMMessageFunction2
Create an instance ofATMService24
Create an instance ofATMTransaction28
Create an instance ofAuthenticatedData4
Create an instance ofAutomatedTellerMachine3
Create an instance ofCertificateIssuer1
Create an instance ofContentInformationType10
Create an instance ofContentInformationType15
Create an instance ofDocument
jakarta.xml.bind.JAXBElement<Document>
createDocument
(Document value) Create an instance ofEncapsulatedContent3
Create an instance ofEncryptedContent3
Create an instance ofEnvelopedData4
Create an instance ofGenericIdentification77
Create an instance ofGeographicCoordinates1
Create an instance ofGeographicLocation1Choice
Create an instance ofHeader32
Create an instance ofIssuerAndSerialNumber1
Create an instance ofKEK4
Create an instance ofKEKIdentifier2
Create an instance ofKeyTransport4
Create an instance ofParameter4
Create an instance ofParameter5
Create an instance ofParameter6
Create an instance ofParameter7
Create an instance ofPostalAddress17
Create an instance ofRecipient4Choice
Create an instance ofRecipient5Choice
Create an instance ofRelativeDistinguishedName1
Create an instance ofTraceability4
Create an instance ofTransactionIdentifier1
Create an instance ofUTMCoordinates1
-
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.caam
-
-
Method Details
-
createDocument
Create an instance ofDocument
-
createATMCommand7
Create an instance ofATMCommand7
-
createATMCommandIdentification1
Create an instance ofATMCommandIdentification1
-
createATMCommandParameters1Choice
Create an instance ofATMCommandParameters1Choice
-
createATMConfigurationParameter1
Create an instance ofATMConfigurationParameter1
-
createATMContext20
Create an instance ofATMContext20
-
createATMExceptionAcknowledgement1
Create an instance ofATMExceptionAcknowledgement1
-
createATMExceptionAcknowledgementV01
Create an instance ofATMExceptionAcknowledgementV01
-
createATMMessageFunction2
Create an instance ofATMMessageFunction2
-
createATMService24
Create an instance ofATMService24
-
createATMTransaction28
Create an instance ofATMTransaction28
-
createAlgorithmIdentification11
Create an instance ofAlgorithmIdentification11
-
createAlgorithmIdentification12
Create an instance ofAlgorithmIdentification12
-
createAlgorithmIdentification13
Create an instance ofAlgorithmIdentification13
-
createAlgorithmIdentification14
Create an instance ofAlgorithmIdentification14
-
createAlgorithmIdentification15
Create an instance ofAlgorithmIdentification15
-
createAuthenticatedData4
Create an instance ofAuthenticatedData4
-
createAutomatedTellerMachine3
Create an instance ofAutomatedTellerMachine3
-
createCertificateIssuer1
Create an instance ofCertificateIssuer1
-
createContentInformationType10
Create an instance ofContentInformationType10
-
createContentInformationType15
Create an instance ofContentInformationType15
-
createEncapsulatedContent3
Create an instance ofEncapsulatedContent3
-
createEncryptedContent3
Create an instance ofEncryptedContent3
-
createEnvelopedData4
Create an instance ofEnvelopedData4
-
createGenericIdentification77
Create an instance ofGenericIdentification77
-
createGeographicCoordinates1
Create an instance ofGeographicCoordinates1
-
createGeographicLocation1Choice
Create an instance ofGeographicLocation1Choice
-
createHeader32
Create an instance ofHeader32
-
createIssuerAndSerialNumber1
Create an instance ofIssuerAndSerialNumber1
-
createKEK4
Create an instance ofKEK4
-
createKEKIdentifier2
Create an instance ofKEKIdentifier2
-
createKeyTransport4
Create an instance ofKeyTransport4
-
createParameter4
Create an instance ofParameter4
-
createParameter5
Create an instance ofParameter5
-
createParameter6
Create an instance ofParameter6
-
createParameter7
Create an instance ofParameter7
-
createPostalAddress17
Create an instance ofPostalAddress17
-
createRecipient4Choice
Create an instance ofRecipient4Choice
-
createRecipient5Choice
Create an instance ofRecipient5Choice
-
createRelativeDistinguishedName1
Create an instance ofRelativeDistinguishedName1
-
createTraceability4
Create an instance ofTraceability4
-
createTransactionIdentifier1
Create an instance ofTransactionIdentifier1
-
createUTMCoordinates1
Create an instance ofUTMCoordinates1
-
createDocument
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Document
>
-