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
ConstructorsConstructorDescriptionCreate 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 ofAddressType3ChoiceCreate an instance ofAuthorisation1ChoiceCreate an instance ofBranchAndFinancialInstitutionIdentification8Create an instance ofBranchData5Create an instance ofClearingSystemIdentification2ChoiceCreate an instance ofClearingSystemMemberIdentification2Create an instance ofContact13Create an instance ofDateAndPlaceOfBirth1Create an instance ofDocumentjakarta.xml.bind.JAXBElement<Document> createDocument(Document value) Create an instance ofFinancialIdentificationSchemeName1ChoiceCreate an instance ofFinancialInstitutionIdentification23Create an instance ofGenericFinancialIdentification1Create an instance ofGenericIdentification30Create an instance ofGenericOrganisationIdentification3Create an instance ofGenericPersonIdentification2Create an instance ofGroupHeader122Create an instance ofNameAndAddress18Create an instance ofOrganisationIdentification39Create an instance ofOrganisationIdentificationSchemeName1ChoiceCreate an instance ofOtherContact1Create an instance ofParty52ChoiceCreate an instance ofPartyIdentification272Create an instance ofPersonIdentification18Create an instance ofPersonIdentificationSchemeName1ChoiceCreate an instance ofPostalAddress27Create an instance ofRemittanceLocation10Create an instance ofRemittanceLocationAdviceV03Create an instance ofRemittanceLocationData2Create an instance ofSupplementaryData1Create an instance ofSupplementaryDataEnvelope1Create 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>
-