Class ObjectFactory
java.lang.Object
org.coderic.iso20022.messages.admi.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.coderic.iso20022.messages.admi 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.admi -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofClearingSystemIdentification2Choice
Create an instance ofDocument
jakarta.xml.bind.JAXBElement<Document>
createDocument
(Document value) Create an instance ofNameAndAddress8
Create an instance ofPartyIdentification242Choice
Create an instance ofPartyIdentification265
Create an instance ofPartyIdentification266
Create an instance ofPostalAddress1
Create an instance ofProcessingRequestV02
Create an instance ofRequestDetails30
Create an instance ofSupplementaryData1
Create an instance ofSupplementaryDataEnvelope1
-
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.admi
-
-
Method Details
-
createDocument
Create an instance ofDocument
-
createClearingSystemIdentification2Choice
Create an instance ofClearingSystemIdentification2Choice
-
createNameAndAddress8
Create an instance ofNameAndAddress8
-
createPartyIdentification242Choice
Create an instance ofPartyIdentification242Choice
-
createPartyIdentification265
Create an instance ofPartyIdentification265
-
createPartyIdentification266
Create an instance ofPartyIdentification266
-
createPostalAddress1
Create an instance ofPostalAddress1
-
createProcessingRequestV02
Create an instance ofProcessingRequestV02
-
createRequestDetails30
Create an instance ofRequestDetails30
-
createSupplementaryData1
Create an instance ofSupplementaryData1
-
createSupplementaryDataEnvelope1
Create an instance ofSupplementaryDataEnvelope1
-
createDocument
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Document
>
-