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
ConstructorsConstructorDescriptionCreate 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 ofActiveCurrencyAndAmountCreate an instance ofBranchAndFinancialInstitutionIdentification5Create an instance ofBranchData2Create an instance ofClearingSystemIdentification2ChoiceCreate an instance ofClearingSystemMemberIdentification2Create an instance ofContactDetails2Create an instance ofDateAndPlaceOfBirthCreate an instance ofDocumentjakarta.xml.bind.JAXBElement<Document> createDocument(Document value) Create an instance ofDocument9Create an instance ofDocumentFormat1ChoiceCreate an instance ofFinancialIdentificationSchemeName1ChoiceCreate an instance ofFinancialInstitutionIdentification8Create an instance ofGenericFinancialIdentification1Create an instance ofGenericIdentification1Create an instance ofGenericOrganisationIdentification1Create an instance ofGenericPersonIdentification1Create an instance ofOrganisationIdentification4Create an instance ofOrganisationIdentification7Create an instance ofOrganisationIdentification8Create an instance ofOrganisationIdentificationSchemeName1ChoiceCreate an instance ofOriginalMessage1Create an instance ofParty10ChoiceCreate an instance ofParty11ChoiceCreate an instance ofParty6ChoiceCreate an instance ofParty9ChoiceCreate an instance ofPartyAndSignature2Create an instance ofPartyIdentification32Create an instance ofPartyIdentification42Create an instance ofPartyIdentification43Create an instance ofPersonIdentification5Create an instance ofPersonIdentificationSchemeName1ChoiceCreate an instance ofPostalAddress6Create an instance ofProprietaryData3Create an instance ofReportedAmount1Create an instance ofStatusReason6ChoiceCreate an instance ofStatusReasonInformation8Create an instance ofUndertaking8Create an instance ofUndertakingDocumentType1ChoiceCreate an instance ofUndertakingStatusAdvice1Create 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>
-