Class ObjectFactory
java.lang.Object
org.coderic.iso20022.messages.tsrv.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.coderic.iso20022.messages.tsrv 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.tsrv -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofActiveCurrencyAndAmount
Create an instance ofBranchAndFinancialInstitutionIdentification5
Create an instance ofBranchData2
Create an instance ofClearingSystemIdentification2Choice
Create an instance ofClearingSystemMemberIdentification2
Create an instance ofContactDetails2
Create an instance ofDateAndPlaceOfBirth
Create an instance ofDocument
jakarta.xml.bind.JAXBElement<Document>
createDocument
(Document value) Create an instance ofDocument9
Create an instance ofDocumentFormat1Choice
Create an instance ofFinancialIdentificationSchemeName1Choice
Create an instance ofFinancialInstitutionIdentification8
Create an instance ofGenericFinancialIdentification1
Create an instance ofGenericIdentification1
Create an instance ofGenericOrganisationIdentification1
Create an instance ofGenericPersonIdentification1
Create an instance ofOrganisationIdentification4
Create an instance ofOrganisationIdentification7
Create an instance ofOrganisationIdentification8
Create an instance ofOrganisationIdentificationSchemeName1Choice
Create an instance ofOriginalMessage1
Create an instance ofParty10Choice
Create an instance ofParty11Choice
Create an instance ofParty6Choice
Create an instance ofParty9Choice
Create an instance ofPartyAndSignature2
Create an instance ofPartyIdentification32
Create an instance ofPartyIdentification42
Create an instance ofPartyIdentification43
Create an instance ofPersonIdentification5
Create an instance ofPersonIdentificationSchemeName1Choice
Create an instance ofPostalAddress6
Create an instance ofProprietaryData3
Create an instance ofReportedAmount1
Create an instance ofStatusReason6Choice
Create an instance ofStatusReasonInformation8
Create an instance ofUndertaking8
Create an instance ofUndertakingDocumentType1Choice
Create an instance ofUndertakingStatusAdvice1
Create an instance ofUndertakingStatusReportV01
-
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.tsrv
-
-
Method Details
-
createDocument
Create an instance ofDocument
-
createActiveCurrencyAndAmount
Create an instance ofActiveCurrencyAndAmount
-
createBranchAndFinancialInstitutionIdentification5
public BranchAndFinancialInstitutionIdentification5 createBranchAndFinancialInstitutionIdentification5()Create an instance ofBranchAndFinancialInstitutionIdentification5
-
createBranchData2
Create an instance ofBranchData2
-
createClearingSystemIdentification2Choice
Create an instance ofClearingSystemIdentification2Choice
-
createClearingSystemMemberIdentification2
Create an instance ofClearingSystemMemberIdentification2
-
createContactDetails2
Create an instance ofContactDetails2
-
createDateAndPlaceOfBirth
Create an instance ofDateAndPlaceOfBirth
-
createDocument9
Create an instance ofDocument9
-
createDocumentFormat1Choice
Create an instance ofDocumentFormat1Choice
-
createFinancialIdentificationSchemeName1Choice
Create an instance ofFinancialIdentificationSchemeName1Choice
-
createFinancialInstitutionIdentification8
Create an instance ofFinancialInstitutionIdentification8
-
createGenericFinancialIdentification1
Create an instance ofGenericFinancialIdentification1
-
createGenericIdentification1
Create an instance ofGenericIdentification1
-
createGenericOrganisationIdentification1
Create an instance ofGenericOrganisationIdentification1
-
createGenericPersonIdentification1
Create an instance ofGenericPersonIdentification1
-
createOrganisationIdentification4
Create an instance ofOrganisationIdentification4
-
createOrganisationIdentification7
Create an instance ofOrganisationIdentification7
-
createOrganisationIdentification8
Create an instance ofOrganisationIdentification8
-
createOrganisationIdentificationSchemeName1Choice
public OrganisationIdentificationSchemeName1Choice createOrganisationIdentificationSchemeName1Choice()Create an instance ofOrganisationIdentificationSchemeName1Choice
-
createOriginalMessage1
Create an instance ofOriginalMessage1
-
createParty10Choice
Create an instance ofParty10Choice
-
createParty11Choice
Create an instance ofParty11Choice
-
createParty6Choice
Create an instance ofParty6Choice
-
createParty9Choice
Create an instance ofParty9Choice
-
createPartyAndSignature2
Create an instance ofPartyAndSignature2
-
createPartyIdentification32
Create an instance ofPartyIdentification32
-
createPartyIdentification42
Create an instance ofPartyIdentification42
-
createPartyIdentification43
Create an instance ofPartyIdentification43
-
createPersonIdentification5
Create an instance ofPersonIdentification5
-
createPersonIdentificationSchemeName1Choice
Create an instance ofPersonIdentificationSchemeName1Choice
-
createPostalAddress6
Create an instance ofPostalAddress6
-
createProprietaryData3
Create an instance ofProprietaryData3
-
createReportedAmount1
Create an instance ofReportedAmount1
-
createStatusReason6Choice
Create an instance ofStatusReason6Choice
-
createStatusReasonInformation8
Create an instance ofStatusReasonInformation8
-
createUndertaking8
Create an instance ofUndertaking8
-
createUndertakingDocumentType1Choice
Create an instance ofUndertakingDocumentType1Choice
-
createUndertakingStatusAdvice1
Create an instance ofUndertakingStatusAdvice1
-
createUndertakingStatusReportV01
Create an instance ofUndertakingStatusReportV01
-
createDocument
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Document
>
-