Class ObjectFactory
java.lang.Object
org.coderic.iso20022.messages.colr.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.coderic.iso20022.messages.colr 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.colr -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofActiveCurrencyAndAmount
Create an instance ofActiveOrHistoricCurrencyAndAmount
Create an instance ofAlternatePartyIdentification7
Create an instance ofAmountAndDirection49
Create an instance ofBlockChainAddressWallet3
Create an instance ofCollateralParties8
Create an instance ofCollateralTransactionType1Choice
Create an instance ofDateAndDateTime2Choice
Create an instance ofDocument
jakarta.xml.bind.JAXBElement<Document>
createDocument
(Document value) Create an instance ofExposureType23Choice
Create an instance ofForeignExchangeTerms23
Create an instance ofGenericIdentification1
Create an instance ofGenericIdentification30
Create an instance ofGenericIdentification36
Create an instance ofIdentificationType42Choice
Create an instance ofNameAndAddress5
Create an instance ofPartyIdentification120Choice
Create an instance ofPartyIdentification136
Create an instance ofPartyIdentificationAndAccount193
Create an instance ofPartyIdentificationAndAccount202
Create an instance ofPartyIdentificationAndAccount203
Create an instance ofPostalAddress1
Create an instance ofSecuritiesAccount19
Create an instance ofSupplementaryData1
Create an instance ofSupplementaryDataEnvelope1
Create an instance ofTradingPartyCapacity5Choice
Create an instance ofTransactionIdentifications44
Create an instance ofTripartyCollateralAllegementNotificationCancellationAdviceV01
-
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.colr
-
-
Method Details
-
createDocument
Create an instance ofDocument
-
createActiveCurrencyAndAmount
Create an instance ofActiveCurrencyAndAmount
-
createActiveOrHistoricCurrencyAndAmount
Create an instance ofActiveOrHistoricCurrencyAndAmount
-
createAlternatePartyIdentification7
Create an instance ofAlternatePartyIdentification7
-
createAmountAndDirection49
Create an instance ofAmountAndDirection49
-
createBlockChainAddressWallet3
Create an instance ofBlockChainAddressWallet3
-
createCollateralParties8
Create an instance ofCollateralParties8
-
createCollateralTransactionType1Choice
Create an instance ofCollateralTransactionType1Choice
-
createDateAndDateTime2Choice
Create an instance ofDateAndDateTime2Choice
-
createExposureType23Choice
Create an instance ofExposureType23Choice
-
createForeignExchangeTerms23
Create an instance ofForeignExchangeTerms23
-
createGenericIdentification1
Create an instance ofGenericIdentification1
-
createGenericIdentification30
Create an instance ofGenericIdentification30
-
createGenericIdentification36
Create an instance ofGenericIdentification36
-
createIdentificationType42Choice
Create an instance ofIdentificationType42Choice
-
createNameAndAddress5
Create an instance ofNameAndAddress5
-
createPartyIdentification120Choice
Create an instance ofPartyIdentification120Choice
-
createPartyIdentification136
Create an instance ofPartyIdentification136
-
createPartyIdentificationAndAccount193
Create an instance ofPartyIdentificationAndAccount193
-
createPartyIdentificationAndAccount202
Create an instance ofPartyIdentificationAndAccount202
-
createPartyIdentificationAndAccount203
Create an instance ofPartyIdentificationAndAccount203
-
createPostalAddress1
Create an instance ofPostalAddress1
-
createSecuritiesAccount19
Create an instance ofSecuritiesAccount19
-
createSupplementaryData1
Create an instance ofSupplementaryData1
-
createSupplementaryDataEnvelope1
Create an instance ofSupplementaryDataEnvelope1
-
createTradingPartyCapacity5Choice
Create an instance ofTradingPartyCapacity5Choice
-
createTransactionIdentifications44
Create an instance ofTransactionIdentifications44
-
createTripartyCollateralAllegementNotificationCancellationAdviceV01
public TripartyCollateralAllegementNotificationCancellationAdviceV01 createTripartyCollateralAllegementNotificationCancellationAdviceV01()Create an instance ofTripartyCollateralAllegementNotificationCancellationAdviceV01
-
createDocument
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Document
>
-