Class ObjectFactory
java.lang.Object
org.coderic.iso20022.messages.reda.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.coderic.iso20022.messages.reda 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.reda -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAlternatePartyIdentification7
Create an instance ofBlockChainAddressWallet3
Create an instance ofCollateralParties4
Create an instance ofDateOrDateTimePeriod3Choice
Create an instance ofDateTimePeriod1
Create an instance ofDocument
jakarta.xml.bind.JAXBElement<Document>
createDocument
(Document value) Create an instance ofGenericIdentification30
Create an instance ofGenericIdentification36
Create an instance ofGenericIdentification37
Create an instance ofIdentificationSource3Choice
Create an instance ofIdentificationType42Choice
Create an instance ofNameAndAddress5
Create an instance ofOtherIdentification1
Create an instance ofPagination1
Create an instance ofPartyIdentification120Choice
Create an instance ofPartyIdentification232
Create an instance ofPeriod2
Create an instance ofPeriod4Choice
Create an instance ofPeriod8Choice
Create an instance ofPostalAddress1
Create an instance ofReference21
Create an instance ofRemoval1Choice
Create an instance ofRemovalProcessing2Choice
Create an instance ofRemovalTypeAndReason1
Create an instance ofRequestDetails28
Create an instance ofSecuritiesAccount19
Create an instance ofSecurityIdentification19
Create an instance ofSupplementaryData1
Create an instance ofSupplementaryDataEnvelope1
Create an instance ofTripartyCollateralUnilateralRemovalRequestV01
-
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.reda
-
-
Method Details
-
createDocument
Create an instance ofDocument
-
createAlternatePartyIdentification7
Create an instance ofAlternatePartyIdentification7
-
createBlockChainAddressWallet3
Create an instance ofBlockChainAddressWallet3
-
createCollateralParties4
Create an instance ofCollateralParties4
-
createDateOrDateTimePeriod3Choice
Create an instance ofDateOrDateTimePeriod3Choice
-
createDateTimePeriod1
Create an instance ofDateTimePeriod1
-
createGenericIdentification30
Create an instance ofGenericIdentification30
-
createGenericIdentification36
Create an instance ofGenericIdentification36
-
createGenericIdentification37
Create an instance ofGenericIdentification37
-
createIdentificationSource3Choice
Create an instance ofIdentificationSource3Choice
-
createIdentificationType42Choice
Create an instance ofIdentificationType42Choice
-
createNameAndAddress5
Create an instance ofNameAndAddress5
-
createOtherIdentification1
Create an instance ofOtherIdentification1
-
createPagination1
Create an instance ofPagination1
-
createPartyIdentification120Choice
Create an instance ofPartyIdentification120Choice
-
createPartyIdentification232
Create an instance ofPartyIdentification232
-
createPeriod2
Create an instance ofPeriod2
-
createPeriod4Choice
Create an instance ofPeriod4Choice
-
createPeriod8Choice
Create an instance ofPeriod8Choice
-
createPostalAddress1
Create an instance ofPostalAddress1
-
createReference21
Create an instance ofReference21
-
createRemoval1Choice
Create an instance ofRemoval1Choice
-
createRemovalProcessing2Choice
Create an instance ofRemovalProcessing2Choice
-
createRemovalTypeAndReason1
Create an instance ofRemovalTypeAndReason1
-
createRequestDetails28
Create an instance ofRequestDetails28
-
createSecuritiesAccount19
Create an instance ofSecuritiesAccount19
-
createSecurityIdentification19
Create an instance ofSecurityIdentification19
-
createSupplementaryData1
Create an instance ofSupplementaryData1
-
createSupplementaryDataEnvelope1
Create an instance ofSupplementaryDataEnvelope1
-
createTripartyCollateralUnilateralRemovalRequestV01
public TripartyCollateralUnilateralRemovalRequestV01 createTripartyCollateralUnilateralRemovalRequestV01()Create an instance ofTripartyCollateralUnilateralRemovalRequestV01
-
createDocument
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Document
>
-