Class ObjectFactory
java.lang.Object
org.coderic.iso20022.messages.semt.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.coderic.iso20022.messages.semt 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.semt -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofDateAndDateTimeChoice
Create an instance ofDocument
jakarta.xml.bind.JAXBElement<Document>
createDocument
(Document value) Create an instance ofGenericIdentification30
Create an instance ofGenericIdentification36
Create an instance ofIdentificationSource3Choice
Create an instance ofMessageIdentification1
Create an instance ofNameAndAddress5
Create an instance ofNumberOfItemsPerStatus1
Create an instance ofOtherIdentification1
Create an instance ofPagination
Create an instance ofPartyIdentification100
Create an instance ofPartyIdentification71Choice
Create an instance ofPostalAddress1
Create an instance ofReportItem1
Create an instance ofReportItemRejectionReason1Choice
Create an instance ofReportItemStatus1
Create an instance ofReportItemStatus1Choice
Create an instance ofSecuritiesAccount19
Create an instance ofSecuritiesBalanceTransparencyReportStatusAdviceV01
Create an instance ofSecurityIdentification19
Create an instance ofStatementReference1
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.semt
-
-
Method Details
-
createDocument
Create an instance ofDocument
-
createDateAndDateTimeChoice
Create an instance ofDateAndDateTimeChoice
-
createGenericIdentification30
Create an instance ofGenericIdentification30
-
createGenericIdentification36
Create an instance ofGenericIdentification36
-
createIdentificationSource3Choice
Create an instance ofIdentificationSource3Choice
-
createMessageIdentification1
Create an instance ofMessageIdentification1
-
createNameAndAddress5
Create an instance ofNameAndAddress5
-
createNumberOfItemsPerStatus1
Create an instance ofNumberOfItemsPerStatus1
-
createOtherIdentification1
Create an instance ofOtherIdentification1
-
createPagination
Create an instance ofPagination
-
createPartyIdentification100
Create an instance ofPartyIdentification100
-
createPartyIdentification71Choice
Create an instance ofPartyIdentification71Choice
-
createPostalAddress1
Create an instance ofPostalAddress1
-
createReportItem1
Create an instance ofReportItem1
-
createReportItemRejectionReason1Choice
Create an instance ofReportItemRejectionReason1Choice
-
createReportItemStatus1
Create an instance ofReportItemStatus1
-
createReportItemStatus1Choice
Create an instance ofReportItemStatus1Choice
-
createSecuritiesAccount19
Create an instance ofSecuritiesAccount19
-
createSecuritiesBalanceTransparencyReportStatusAdviceV01
public SecuritiesBalanceTransparencyReportStatusAdviceV01 createSecuritiesBalanceTransparencyReportStatusAdviceV01()Create an instance ofSecuritiesBalanceTransparencyReportStatusAdviceV01
-
createSecurityIdentification19
Create an instance ofSecurityIdentification19
-
createStatementReference1
Create an instance ofStatementReference1
-
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
>
-