Class ObjectFactory
java.lang.Object
org.coderic.iso20022.messages.fxtr.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.coderic.iso20022.messages.fxtr 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.fxtr -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAdditionalInformation5
Create an instance ofDocument
jakarta.xml.bind.JAXBElement<Document>
createDocument
(Document value) Create an instance ofForeignExchangeTradeConfirmationStatusAdviceAcknowledgementV01
Create an instance ofGenericIdentification1
Create an instance ofMarketIdentification1Choice
Create an instance ofMarketIdentification88
Create an instance ofMarketType13Choice
Create an instance ofMessageIdentification1
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.fxtr
-
-
Method Details
-
createDocument
Create an instance ofDocument
-
createAdditionalInformation5
Create an instance ofAdditionalInformation5
-
createForeignExchangeTradeConfirmationStatusAdviceAcknowledgementV01
public ForeignExchangeTradeConfirmationStatusAdviceAcknowledgementV01 createForeignExchangeTradeConfirmationStatusAdviceAcknowledgementV01()Create an instance ofForeignExchangeTradeConfirmationStatusAdviceAcknowledgementV01
-
createGenericIdentification1
Create an instance ofGenericIdentification1
-
createMarketIdentification1Choice
Create an instance ofMarketIdentification1Choice
-
createMarketIdentification88
Create an instance ofMarketIdentification88
-
createMarketType13Choice
Create an instance ofMarketType13Choice
-
createMessageIdentification1
Create an instance ofMessageIdentification1
-
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
>
-