Class ObjectFactory
java.lang.Object
org.coderic.iso20022.messages.remt.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.coderic.iso20022.messages.remt 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.remt -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAddressType3Choice
Create an instance ofAuthorisation1Choice
Create an instance ofBranchAndFinancialInstitutionIdentification8
Create an instance ofBranchData5
Create an instance ofClearingSystemIdentification2Choice
Create an instance ofClearingSystemMemberIdentification2
Create an instance ofContact13
Create an instance ofDateAndPlaceOfBirth1
Create an instance ofDocument
jakarta.xml.bind.JAXBElement<Document>
createDocument
(Document value) Create an instance ofFinancialIdentificationSchemeName1Choice
Create an instance ofFinancialInstitutionIdentification23
Create an instance ofGenericFinancialIdentification1
Create an instance ofGenericIdentification30
Create an instance ofGenericOrganisationIdentification3
Create an instance ofGenericPersonIdentification2
Create an instance ofGroupHeader122
Create an instance ofNameAndAddress18
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 ofRemittanceLocation10
Create an instance ofRemittanceLocationAdviceV03
Create an instance ofRemittanceLocationData2
Create an instance ofSupplementaryData1
Create an instance ofSupplementaryDataEnvelope1
Create an instance ofTransactionReferences8
-
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.remt
-
-
Method Details
-
createDocument
Create an instance ofDocument
-
createAddressType3Choice
Create an instance ofAddressType3Choice
-
createAuthorisation1Choice
Create an instance ofAuthorisation1Choice
-
createBranchAndFinancialInstitutionIdentification8
public BranchAndFinancialInstitutionIdentification8 createBranchAndFinancialInstitutionIdentification8()Create an instance ofBranchAndFinancialInstitutionIdentification8
-
createBranchData5
Create an instance ofBranchData5
-
createClearingSystemIdentification2Choice
Create an instance ofClearingSystemIdentification2Choice
-
createClearingSystemMemberIdentification2
Create an instance ofClearingSystemMemberIdentification2
-
createContact13
Create an instance ofContact13
-
createDateAndPlaceOfBirth1
Create an instance ofDateAndPlaceOfBirth1
-
createFinancialIdentificationSchemeName1Choice
Create an instance ofFinancialIdentificationSchemeName1Choice
-
createFinancialInstitutionIdentification23
Create an instance ofFinancialInstitutionIdentification23
-
createGenericFinancialIdentification1
Create an instance ofGenericFinancialIdentification1
-
createGenericIdentification30
Create an instance ofGenericIdentification30
-
createGenericOrganisationIdentification3
Create an instance ofGenericOrganisationIdentification3
-
createGenericPersonIdentification2
Create an instance ofGenericPersonIdentification2
-
createGroupHeader122
Create an instance ofGroupHeader122
-
createNameAndAddress18
Create an instance ofNameAndAddress18
-
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
-
createRemittanceLocation10
Create an instance ofRemittanceLocation10
-
createRemittanceLocationAdviceV03
Create an instance ofRemittanceLocationAdviceV03
-
createRemittanceLocationData2
Create an instance ofRemittanceLocationData2
-
createSupplementaryData1
Create an instance ofSupplementaryData1
-
createSupplementaryDataEnvelope1
Create an instance ofSupplementaryDataEnvelope1
-
createTransactionReferences8
Create an instance ofTransactionReferences8
-
createDocument
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Document
>
-