Class ObjectFactory
java.lang.Object
org.coderic.iso20022.messages.head.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.coderic.iso20022.messages.head 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.head -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAddressType3Choicejakarta.xml.bind.JAXBElement<BusinessApplicationHeaderV03> Create an instance ofBranchAndFinancialInstitutionIdentification6Create an instance ofBranchData3Create an instance ofBusinessApplicationHeader7Create an instance ofBusinessApplicationHeaderV03Create an instance ofClearingSystemIdentification2ChoiceCreate an instance ofClearingSystemMemberIdentification2Create an instance ofContact4Create an instance ofDateAndPlaceOfBirth1Create an instance ofFinancialIdentificationSchemeName1ChoiceCreate an instance ofFinancialInstitutionIdentification18Create an instance ofGenericFinancialIdentification1Create an instance ofGenericIdentification30Create an instance ofGenericOrganisationIdentification1Create an instance ofGenericPersonIdentification1Create an instance ofImplementationSpecification1Create an instance ofOrganisationIdentification29Create an instance ofOrganisationIdentificationSchemeName1ChoiceCreate an instance ofOtherContact1Create an instance ofParty38ChoiceCreate an instance ofParty44ChoiceCreate an instance ofPartyIdentification135Create an instance ofPersonIdentification13Create an instance ofPersonIdentificationSchemeName1ChoiceCreate an instance ofPostalAddress24Create an instance ofSignatureEnvelope
-
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.head
-
-
Method Details
-
createBusinessApplicationHeaderV03
Create an instance ofBusinessApplicationHeaderV03 -
createAddressType3Choice
Create an instance ofAddressType3Choice -
createBranchAndFinancialInstitutionIdentification6
public BranchAndFinancialInstitutionIdentification6 createBranchAndFinancialInstitutionIdentification6()Create an instance ofBranchAndFinancialInstitutionIdentification6 -
createBranchData3
Create an instance ofBranchData3 -
createBusinessApplicationHeader7
Create an instance ofBusinessApplicationHeader7 -
createClearingSystemIdentification2Choice
Create an instance ofClearingSystemIdentification2Choice -
createClearingSystemMemberIdentification2
Create an instance ofClearingSystemMemberIdentification2 -
createContact4
Create an instance ofContact4 -
createDateAndPlaceOfBirth1
Create an instance ofDateAndPlaceOfBirth1 -
createFinancialIdentificationSchemeName1Choice
Create an instance ofFinancialIdentificationSchemeName1Choice -
createFinancialInstitutionIdentification18
Create an instance ofFinancialInstitutionIdentification18 -
createGenericFinancialIdentification1
Create an instance ofGenericFinancialIdentification1 -
createGenericIdentification30
Create an instance ofGenericIdentification30 -
createGenericOrganisationIdentification1
Create an instance ofGenericOrganisationIdentification1 -
createGenericPersonIdentification1
Create an instance ofGenericPersonIdentification1 -
createImplementationSpecification1
Create an instance ofImplementationSpecification1 -
createOrganisationIdentification29
Create an instance ofOrganisationIdentification29 -
createOrganisationIdentificationSchemeName1Choice
public OrganisationIdentificationSchemeName1Choice createOrganisationIdentificationSchemeName1Choice()Create an instance ofOrganisationIdentificationSchemeName1Choice -
createOtherContact1
Create an instance ofOtherContact1 -
createParty38Choice
Create an instance ofParty38Choice -
createParty44Choice
Create an instance ofParty44Choice -
createPartyIdentification135
Create an instance ofPartyIdentification135 -
createPersonIdentification13
Create an instance ofPersonIdentification13 -
createPersonIdentificationSchemeName1Choice
Create an instance ofPersonIdentificationSchemeName1Choice -
createPostalAddress24
Create an instance ofPostalAddress24 -
createSignatureEnvelope
Create an instance ofSignatureEnvelope -
createAppHdr
public jakarta.xml.bind.JAXBElement<BusinessApplicationHeaderV03> createAppHdr(BusinessApplicationHeaderV03 value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BusinessApplicationHeaderV03>
-