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
ConstructorDescriptionCreate 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 ofAddressType3Choice
jakarta.xml.bind.JAXBElement<BusinessApplicationHeaderV03>
Create an instance ofBranchAndFinancialInstitutionIdentification6
Create an instance ofBranchData3
Create an instance ofBusinessApplicationHeader7
Create an instance ofBusinessApplicationHeaderV03
Create an instance ofClearingSystemIdentification2Choice
Create an instance ofClearingSystemMemberIdentification2
Create an instance ofContact4
Create an instance ofDateAndPlaceOfBirth1
Create an instance ofFinancialIdentificationSchemeName1Choice
Create an instance ofFinancialInstitutionIdentification18
Create an instance ofGenericFinancialIdentification1
Create an instance ofGenericIdentification30
Create an instance ofGenericOrganisationIdentification1
Create an instance ofGenericPersonIdentification1
Create an instance ofImplementationSpecification1
Create an instance ofOrganisationIdentification29
Create an instance ofOrganisationIdentificationSchemeName1Choice
Create an instance ofOtherContact1
Create an instance ofParty38Choice
Create an instance ofParty44Choice
Create an instance ofPartyIdentification135
Create an instance ofPersonIdentification13
Create an instance ofPersonIdentificationSchemeName1Choice
Create an instance ofPostalAddress24
Create 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
>
-