Class ObjectFactory
java.lang.Object
org.coderic.iso20022.messages.setr.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.coderic.iso20022.messages.setr 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.setr -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAdditionalReference8
Create an instance ofAlternateSecurityIdentification7
Create an instance ofDateFormat42Choice
Create an instance ofDocument
jakarta.xml.bind.JAXBElement<Document>
createDocument
(Document value) Create an instance ofExtension1
Create an instance ofFinancialInstrument57
Create an instance ofGenericIdentification1
Create an instance ofIdentificationSource1Choice
Create an instance ofInvestmentAccount58
Create an instance ofInvestmentFundOrder8
Create an instance ofMessageAndBusinessReference10
Create an instance ofMessageIdentification1
Create an instance ofNameAndAddress5
Create an instance ofPartyIdentification113
Create an instance ofPartyIdentification90Choice
Create an instance ofPostalAddress1
Create an instance ofReferences62Choice
Create an instance ofRequestForOrderConfirmationStatusReportV02
Create an instance ofSecurityIdentification25Choice
Create an instance ofSeries1
Create an instance ofSubAccount6
-
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.setr
-
-
Method Details
-
createDocument
Create an instance ofDocument
-
createAdditionalReference8
Create an instance ofAdditionalReference8
-
createAlternateSecurityIdentification7
Create an instance ofAlternateSecurityIdentification7
-
createDateFormat42Choice
Create an instance ofDateFormat42Choice
-
createExtension1
Create an instance ofExtension1
-
createFinancialInstrument57
Create an instance ofFinancialInstrument57
-
createGenericIdentification1
Create an instance ofGenericIdentification1
-
createIdentificationSource1Choice
Create an instance ofIdentificationSource1Choice
-
createInvestmentAccount58
Create an instance ofInvestmentAccount58
-
createInvestmentFundOrder8
Create an instance ofInvestmentFundOrder8
-
createMessageAndBusinessReference10
Create an instance ofMessageAndBusinessReference10
-
createMessageIdentification1
Create an instance ofMessageIdentification1
-
createNameAndAddress5
Create an instance ofNameAndAddress5
-
createPartyIdentification113
Create an instance ofPartyIdentification113
-
createPartyIdentification90Choice
Create an instance ofPartyIdentification90Choice
-
createPostalAddress1
Create an instance ofPostalAddress1
-
createReferences62Choice
Create an instance ofReferences62Choice
-
createRequestForOrderConfirmationStatusReportV02
public RequestForOrderConfirmationStatusReportV02 createRequestForOrderConfirmationStatusReportV02()Create an instance ofRequestForOrderConfirmationStatusReportV02
-
createSecurityIdentification25Choice
Create an instance ofSecurityIdentification25Choice
-
createSeries1
Create an instance ofSeries1
-
createSubAccount6
Create an instance ofSubAccount6
-
createDocument
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Document
>
-