org.iso.currency.ObjectFactory Maven / Gradle / Ivy
Show all versions of rosetta-testing Show documentation
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.2
// See https://javaee.github.io/jaxb-v2/
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.09.26 at 01:44:08 PM UTC
//
package org.iso.currency;
import javax.xml.bind.annotation.XmlRegistry;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the org.iso.currency 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.
*
*/
@XmlRegistry
public class ObjectFactory {
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.iso.currency
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link ISO4217 }
*
*/
public ISO4217 createISO4217() {
return new ISO4217();
}
/**
* Create an instance of {@link ISO4217 .CcyTbl }
*
*/
public ISO4217 .CcyTbl createISO4217CcyTbl() {
return new ISO4217 .CcyTbl();
}
/**
* Create an instance of {@link ISO4217 .CcyTbl.CcyNtry }
*
*/
public ISO4217 .CcyTbl.CcyNtry createISO4217CcyTblCcyNtry() {
return new ISO4217 .CcyTbl.CcyNtry();
}
/**
* Create an instance of {@link ISO4217 .CcyTbl.CcyNtry.CcyNm }
*
*/
public ISO4217 .CcyTbl.CcyNtry.CcyNm createISO4217CcyTblCcyNtryCcyNm() {
return new ISO4217 .CcyTbl.CcyNtry.CcyNm();
}
}