Class ObjectFactory
java.lang.Object
org.coderic.iso20022.messages.catm.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.coderic.iso20022.messages.catm 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.catm -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAlgorithmIdentification31
Create an instance ofAlgorithmIdentification32
Create an instance ofAlgorithmIdentification33
Create an instance ofAlgorithmIdentification34
Create an instance ofAlgorithmIdentification35
Create an instance ofAlgorithmIdentification36
Create an instance ofAuthenticatedData10
Create an instance ofCertificateIssuer1
Create an instance ofCertificateManagementResponse3
Create an instance ofCertificateManagementResponseV07
Create an instance ofContentInformationType38
Create an instance ofDocument
jakarta.xml.bind.JAXBElement<Document>
createDocument
(Document value) Create an instance ofEncapsulatedContent3
Create an instance ofGenericIdentification176
Create an instance ofGenericIdentification177
Create an instance ofGenericInformation1
Create an instance ofGeolocation1
Create an instance ofGeolocationGeographicCoordinates1
Create an instance ofGeolocationUTMCoordinates1
Create an instance ofIssuerAndSerialNumber2
Create an instance ofKEK9
Create an instance ofKEKIdentifier7
Create an instance ofKeyTransport10
Create an instance ofNetworkParameters7
Create an instance ofNetworkParameters9
Create an instance ofParameter12
Create an instance ofParameter16
Create an instance ofParameter17
Create an instance ofParameter18
Create an instance ofParameter7
Create an instance ofRecipient13Choice
Create an instance ofRecipient15Choice
Create an instance ofRelativeDistinguishedName1
Create an instance ofResponseType6
Create an instance ofSignedData9
Create an instance ofSigner8
Create an instance ofTMSHeader1
Create an instance ofTraceability8
-
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.catm
-
-
Method Details
-
createDocument
Create an instance ofDocument
-
createAlgorithmIdentification31
Create an instance ofAlgorithmIdentification31
-
createAlgorithmIdentification32
Create an instance ofAlgorithmIdentification32
-
createAlgorithmIdentification33
Create an instance ofAlgorithmIdentification33
-
createAlgorithmIdentification34
Create an instance ofAlgorithmIdentification34
-
createAlgorithmIdentification35
Create an instance ofAlgorithmIdentification35
-
createAlgorithmIdentification36
Create an instance ofAlgorithmIdentification36
-
createAuthenticatedData10
Create an instance ofAuthenticatedData10
-
createCertificateIssuer1
Create an instance ofCertificateIssuer1
-
createCertificateManagementResponse3
Create an instance ofCertificateManagementResponse3
-
createCertificateManagementResponseV07
Create an instance ofCertificateManagementResponseV07
-
createContentInformationType38
Create an instance ofContentInformationType38
-
createEncapsulatedContent3
Create an instance ofEncapsulatedContent3
-
createGenericIdentification176
Create an instance ofGenericIdentification176
-
createGenericIdentification177
Create an instance ofGenericIdentification177
-
createGenericInformation1
Create an instance ofGenericInformation1
-
createGeolocation1
Create an instance ofGeolocation1
-
createGeolocationGeographicCoordinates1
Create an instance ofGeolocationGeographicCoordinates1
-
createGeolocationUTMCoordinates1
Create an instance ofGeolocationUTMCoordinates1
-
createIssuerAndSerialNumber2
Create an instance ofIssuerAndSerialNumber2
-
createKEK9
Create an instance ofKEK9
-
createKEKIdentifier7
Create an instance ofKEKIdentifier7
-
createKeyTransport10
Create an instance ofKeyTransport10
-
createNetworkParameters7
Create an instance ofNetworkParameters7
-
createNetworkParameters9
Create an instance ofNetworkParameters9
-
createParameter12
Create an instance ofParameter12
-
createParameter16
Create an instance ofParameter16
-
createParameter17
Create an instance ofParameter17
-
createParameter18
Create an instance ofParameter18
-
createParameter7
Create an instance ofParameter7
-
createRecipient13Choice
Create an instance ofRecipient13Choice
-
createRecipient15Choice
Create an instance ofRecipient15Choice
-
createRelativeDistinguishedName1
Create an instance ofRelativeDistinguishedName1
-
createResponseType6
Create an instance ofResponseType6
-
createSignedData9
Create an instance ofSignedData9
-
createSigner8
Create an instance ofSigner8
-
createTMSHeader1
Create an instance ofTMSHeader1
-
createTraceability8
Create an instance ofTraceability8
-
createDocument
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
Document
>
-