Class ObjectFactory
java.lang.Object
org.coderic.iso20022.messages.seev.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.coderic.iso20022.messages.seev 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.seev -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofActiveCurrencyAnd13DecimalAmount
Create an instance ofActiveCurrencyAndAmount
Create an instance ofCancelledReason9Choice
Create an instance ofCancelledStatus11Choice
Create an instance ofCancelledStatusReason12
Create an instance ofCashAccountIdentification5Choice
Create an instance ofCashOption91
Create an instance ofCorporateActionEventType85Choice
Create an instance ofCorporateActionGeneralInformation157
Create an instance ofCorporateActionOption217
Create an instance ofCorporateActionOption30Choice
Create an instance ofDateAndDateTime2Choice
Create an instance ofDateCode19Choice
Create an instance ofDateFormat43Choice
Create an instance ofDateFormat58Choice
Create an instance ofDocument
jakarta.xml.bind.JAXBElement<Document>
createDocument
(Document value) Create an instance ofDocumentIdentification9
Create an instance ofFinancialInstrumentQuantity1Choice
Create an instance ofGenericIdentification30
Create an instance ofIdentificationSource3Choice
Create an instance ofMarketClaimCancellationRequestStatus1Choice
Create an instance ofMarketClaimCancellationRequestStatusAdviceV02
Create an instance ofNoSpecifiedReason1
Create an instance ofOriginalAndCurrentQuantities1
Create an instance ofOtherIdentification1
Create an instance ofPendingCancellationReason8Choice
Create an instance ofPendingCancellationStatus11Choice
Create an instance ofPendingCancellationStatusReason11
Create an instance ofProprietaryReason4
Create an instance ofProprietaryStatusAndReason6
Create an instance ofQuantity6Choice
Create an instance ofRateAndAmountFormat40Choice
Create an instance ofRateType42Choice
Create an instance ofRateTypeAndPercentageRate8
Create an instance ofReferences26
Create an instance ofRejectedReason38Choice
Create an instance ofRejectedStatus38Choice
Create an instance ofRejectedStatusReason36
Create an instance ofSecuritiesOption76
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.seev
-
-
Method Details
-
createDocument
Create an instance ofDocument
-
createActiveCurrencyAnd13DecimalAmount
Create an instance ofActiveCurrencyAnd13DecimalAmount
-
createActiveCurrencyAndAmount
Create an instance ofActiveCurrencyAndAmount
-
createCancelledReason9Choice
Create an instance ofCancelledReason9Choice
-
createCancelledStatus11Choice
Create an instance ofCancelledStatus11Choice
-
createCancelledStatusReason12
Create an instance ofCancelledStatusReason12
-
createCashAccountIdentification5Choice
Create an instance ofCashAccountIdentification5Choice
-
createCashOption91
Create an instance ofCashOption91
-
createCorporateActionEventType85Choice
Create an instance ofCorporateActionEventType85Choice
-
createCorporateActionGeneralInformation157
Create an instance ofCorporateActionGeneralInformation157
-
createCorporateActionOption217
Create an instance ofCorporateActionOption217
-
createCorporateActionOption30Choice
Create an instance ofCorporateActionOption30Choice
-
createDateAndDateTime2Choice
Create an instance ofDateAndDateTime2Choice
-
createDateCode19Choice
Create an instance ofDateCode19Choice
-
createDateFormat43Choice
Create an instance ofDateFormat43Choice
-
createDateFormat58Choice
Create an instance ofDateFormat58Choice
-
createDocumentIdentification9
Create an instance ofDocumentIdentification9
-
createFinancialInstrumentQuantity1Choice
Create an instance ofFinancialInstrumentQuantity1Choice
-
createGenericIdentification30
Create an instance ofGenericIdentification30
-
createIdentificationSource3Choice
Create an instance ofIdentificationSource3Choice
-
createMarketClaimCancellationRequestStatus1Choice
public MarketClaimCancellationRequestStatus1Choice createMarketClaimCancellationRequestStatus1Choice()Create an instance ofMarketClaimCancellationRequestStatus1Choice
-
createMarketClaimCancellationRequestStatusAdviceV02
public MarketClaimCancellationRequestStatusAdviceV02 createMarketClaimCancellationRequestStatusAdviceV02()Create an instance ofMarketClaimCancellationRequestStatusAdviceV02
-
createNoSpecifiedReason1
Create an instance ofNoSpecifiedReason1
-
createOriginalAndCurrentQuantities1
Create an instance ofOriginalAndCurrentQuantities1
-
createOtherIdentification1
Create an instance ofOtherIdentification1
-
createPendingCancellationReason8Choice
Create an instance ofPendingCancellationReason8Choice
-
createPendingCancellationStatus11Choice
Create an instance ofPendingCancellationStatus11Choice
-
createPendingCancellationStatusReason11
Create an instance ofPendingCancellationStatusReason11
-
createProprietaryReason4
Create an instance ofProprietaryReason4
-
createProprietaryStatusAndReason6
Create an instance ofProprietaryStatusAndReason6
-
createQuantity6Choice
Create an instance ofQuantity6Choice
-
createRateAndAmountFormat40Choice
Create an instance ofRateAndAmountFormat40Choice
-
createRateType42Choice
Create an instance ofRateType42Choice
-
createRateTypeAndPercentageRate8
Create an instance ofRateTypeAndPercentageRate8
-
createReferences26
Create an instance ofReferences26
-
createRejectedReason38Choice
Create an instance ofRejectedReason38Choice
-
createRejectedStatus38Choice
Create an instance ofRejectedStatus38Choice
-
createRejectedStatusReason36
Create an instance ofRejectedStatusReason36
-
createSecuritiesOption76
Create an instance ofSecuritiesOption76
-
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
>
-