Class ObjectFactory
java.lang.Object
org.coderic.iso20022.messages.pacs.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.coderic.iso20022.messages.pacs 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.pacs -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAccountIdentification4Choice
Create an instance ofAccountSchemeName1Choice
Create an instance ofActiveCurrencyAndAmount
Create an instance ofAddressType3Choice
Create an instance ofAmountAndDirection5
Create an instance ofCashAccount40
Create an instance ofCashAccountType2Choice
Create an instance ofClearingSystemIdentification3Choice
Create an instance ofContact13
Create an instance ofDateAndPlaceOfBirth1
Create an instance ofDocument
jakarta.xml.bind.JAXBElement<Document>
createDocument
(Document value) Create an instance ofGenericAccountIdentification1
Create an instance ofGenericIdentification30
Create an instance ofGenericOrganisationIdentification3
Create an instance ofGenericPersonIdentification2
Create an instance ofGroupHeader104
Create an instance ofMovementRecord2
Create an instance ofMultilateralSettlementRequest3
Create an instance ofMultilateralSettlementRequestV02
Create an instance ofOrganisationIdentification39
Create an instance ofOrganisationIdentificationSchemeName1Choice
Create an instance ofOtherContact1
Create an instance ofParty52Choice
Create an instance ofPartyIdentification272
Create an instance ofPersonIdentification18
Create an instance ofPersonIdentificationSchemeName1Choice
Create an instance ofPostalAddress27
Create an instance ofProxyAccountIdentification1
Create an instance ofProxyAccountType1Choice
Create an instance ofSettlementInstruction14
Create an instance ofSettlementTimeRequest2
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.pacs
-
-
Method Details
-
createDocument
Create an instance ofDocument
-
createAccountIdentification4Choice
Create an instance ofAccountIdentification4Choice
-
createAccountSchemeName1Choice
Create an instance ofAccountSchemeName1Choice
-
createActiveCurrencyAndAmount
Create an instance ofActiveCurrencyAndAmount
-
createAddressType3Choice
Create an instance ofAddressType3Choice
-
createAmountAndDirection5
Create an instance ofAmountAndDirection5
-
createCashAccount40
Create an instance ofCashAccount40
-
createCashAccountType2Choice
Create an instance ofCashAccountType2Choice
-
createClearingSystemIdentification3Choice
Create an instance ofClearingSystemIdentification3Choice
-
createContact13
Create an instance ofContact13
-
createDateAndPlaceOfBirth1
Create an instance ofDateAndPlaceOfBirth1
-
createGenericAccountIdentification1
Create an instance ofGenericAccountIdentification1
-
createGenericIdentification30
Create an instance ofGenericIdentification30
-
createGenericOrganisationIdentification3
Create an instance ofGenericOrganisationIdentification3
-
createGenericPersonIdentification2
Create an instance ofGenericPersonIdentification2
-
createGroupHeader104
Create an instance ofGroupHeader104
-
createMovementRecord2
Create an instance ofMovementRecord2
-
createMultilateralSettlementRequest3
Create an instance ofMultilateralSettlementRequest3
-
createMultilateralSettlementRequestV02
Create an instance ofMultilateralSettlementRequestV02
-
createOrganisationIdentification39
Create an instance ofOrganisationIdentification39
-
createOrganisationIdentificationSchemeName1Choice
public OrganisationIdentificationSchemeName1Choice createOrganisationIdentificationSchemeName1Choice()Create an instance ofOrganisationIdentificationSchemeName1Choice
-
createOtherContact1
Create an instance ofOtherContact1
-
createParty52Choice
Create an instance ofParty52Choice
-
createPartyIdentification272
Create an instance ofPartyIdentification272
-
createPersonIdentification18
Create an instance ofPersonIdentification18
-
createPersonIdentificationSchemeName1Choice
Create an instance ofPersonIdentificationSchemeName1Choice
-
createPostalAddress27
Create an instance ofPostalAddress27
-
createProxyAccountIdentification1
Create an instance ofProxyAccountIdentification1
-
createProxyAccountType1Choice
Create an instance ofProxyAccountType1Choice
-
createSettlementInstruction14
Create an instance ofSettlementInstruction14
-
createSettlementTimeRequest2
Create an instance ofSettlementTimeRequest2
-
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
>
-