Class ObjectFactory
java.lang.Object
org.coderic.iso20022.messages.sese.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.coderic.iso20022.messages.sese 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.sese -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAcknowledgedAcceptedStatus33Choice
Create an instance ofAcknowledgementReason21
Create an instance ofAcknowledgementReason24Choice
Create an instance ofActiveCurrencyAnd13DecimalAmount
Create an instance ofActiveCurrencyAndAmount
Create an instance ofAmountAndDirection102
Create an instance ofBuyInAdviceDetails1
Create an instance ofBuyInRegulatoryAdviceResponseV01
Create an instance ofDateAndDateTime2Choice
Create an instance ofDocument
jakarta.xml.bind.JAXBElement<Document>
createDocument
(Document value) Create an instance ofFinancialInstrumentQuantity1Choice
Create an instance ofGenericIdentification30
Create an instance ofGenericIdentification36
Create an instance ofIdentification14
Create an instance ofIdentificationSource3Choice
Create an instance ofOtherIdentification1
Create an instance ofPartyIdentification127Choice
Create an instance ofPartyIdentification144
Create an instance ofProcessingStatus79Choice
Create an instance ofRateAndAmountFormat39Choice
Create an instance ofReferences23
Create an instance ofRejectionAndRepairReason25Choice
Create an instance ofRejectionOrRepairReason25
Create an instance ofRejectionOrRepairStatus31Choice
Create an instance ofSecuritiesAccount19
Create an instance ofSecurityIdentification19
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.sese
-
-
Method Details
-
createDocument
Create an instance ofDocument
-
createAcknowledgedAcceptedStatus33Choice
Create an instance ofAcknowledgedAcceptedStatus33Choice
-
createAcknowledgementReason21
Create an instance ofAcknowledgementReason21
-
createAcknowledgementReason24Choice
Create an instance ofAcknowledgementReason24Choice
-
createActiveCurrencyAnd13DecimalAmount
Create an instance ofActiveCurrencyAnd13DecimalAmount
-
createActiveCurrencyAndAmount
Create an instance ofActiveCurrencyAndAmount
-
createAmountAndDirection102
Create an instance ofAmountAndDirection102
-
createBuyInAdviceDetails1
Create an instance ofBuyInAdviceDetails1
-
createBuyInRegulatoryAdviceResponseV01
Create an instance ofBuyInRegulatoryAdviceResponseV01
-
createDateAndDateTime2Choice
Create an instance ofDateAndDateTime2Choice
-
createFinancialInstrumentQuantity1Choice
Create an instance ofFinancialInstrumentQuantity1Choice
-
createGenericIdentification30
Create an instance ofGenericIdentification30
-
createGenericIdentification36
Create an instance ofGenericIdentification36
-
createIdentification14
Create an instance ofIdentification14
-
createIdentificationSource3Choice
Create an instance ofIdentificationSource3Choice
-
createOtherIdentification1
Create an instance ofOtherIdentification1
-
createPartyIdentification127Choice
Create an instance ofPartyIdentification127Choice
-
createPartyIdentification144
Create an instance ofPartyIdentification144
-
createProcessingStatus79Choice
Create an instance ofProcessingStatus79Choice
-
createRateAndAmountFormat39Choice
Create an instance ofRateAndAmountFormat39Choice
-
createReferences23
Create an instance ofReferences23
-
createRejectionAndRepairReason25Choice
Create an instance ofRejectionAndRepairReason25Choice
-
createRejectionOrRepairReason25
Create an instance ofRejectionOrRepairReason25
-
createRejectionOrRepairStatus31Choice
Create an instance ofRejectionOrRepairStatus31Choice
-
createSecuritiesAccount19
Create an instance ofSecuritiesAccount19
-
createSecurityIdentification19
Create an instance ofSecurityIdentification19
-
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
>
-