Class ObjectFactory
java.lang.Object
org.coderic.iso20022.messages.acmt.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.coderic.iso20022.messages.acmt 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.acmt -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAccountSwitchDetails1
Create an instance ofAccountSwitchTechnicalRejectionV02
Create an instance ofDocument
jakarta.xml.bind.JAXBElement<Document>
createDocument
(Document value) Create an instance ofMessageIdentification1
Create an instance ofResponseDetails1
Create an instance ofSupplementaryData1
Create an instance ofSupplementaryDataEnvelope1
-
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.acmt
-
-
Method Details
-
createDocument
Create an instance ofDocument
-
createAccountSwitchDetails1
Create an instance ofAccountSwitchDetails1
-
createAccountSwitchTechnicalRejectionV02
Create an instance ofAccountSwitchTechnicalRejectionV02
-
createMessageIdentification1
Create an instance ofMessageIdentification1
-
createResponseDetails1
Create an instance ofResponseDetails1
-
createSupplementaryData1
Create an instance ofSupplementaryData1
-
createSupplementaryDataEnvelope1
Create an instance ofSupplementaryDataEnvelope1
-
createDocument
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Document
>
-