// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.2-146 // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2014.04.04 at 12:32:19 PM BST // package com.temenos.tws.pojo.AAARRCHARGE; import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlElementDecl; import javax.xml.bind.annotation.XmlRegistry; import javax.xml.namespace.QName; /** * This object contains factory methods for each * Java content interface and Java element interface * generated in the com.temenos.tws.pojo.AAARRCHARGE 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 { private final static QName _Row_QNAME = new QName("", "row"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.temenos.tws.pojo.AAARRCHARGE * */ public ObjectFactory() { } /** * Create an instance of {@link MNRATTRIBUTE } * */ public MNRATTRIBUTE createMNRATTRIBUTE() { return new MNRATTRIBUTE(); } /** * Create an instance of {@link GNEGOTIATEDFLDS } * */ public GNEGOTIATEDFLDS createGNEGOTIATEDFLDS() { return new GNEGOTIATEDFLDS(); } /** * Create an instance of {@link GPRATTRIBUTE } * */ public GPRATTRIBUTE createGPRATTRIBUTE() { return new GPRATTRIBUTE(); } /** * Create an instance of {@link GDATETIME } * */ public GDATETIME createGDATETIME() { return new GDATETIME(); } /** * Create an instance of {@link MPRATTRIBUTE } * */ public MPRATTRIBUTE createMPRATTRIBUTE() { return new MPRATTRIBUTE(); } /** * Create an instance of {@link GINPUTTER } * */ public GINPUTTER createGINPUTTER() { return new GINPUTTER(); } /** * Create an instance of {@link MCALCTIERTYPE } * */ public MCALCTIERTYPE createMCALCTIERTYPE() { return new MCALCTIERTYPE(); } /** * Create an instance of {@link GSTMTNOS } * */ public GSTMTNOS createGSTMTNOS() { return new GSTMTNOS(); } /** * Create an instance of {@link GCALCTIERTYPE } * */ public GCALCTIERTYPE createGCALCTIERTYPE() { return new GCALCTIERTYPE(); } /** * Create an instance of {@link GCHANGEDFIELDS } * */ public GCHANGEDFIELDS createGCHANGEDFIELDS() { return new GCHANGEDFIELDS(); } /** * Create an instance of {@link GNRATTRIBUTE } * */ public GNRATTRIBUTE createGNRATTRIBUTE() { return new GNRATTRIBUTE(); } /** * Create an instance of {@link AAARRCHARGEType } * */ public AAARRCHARGEType createAAARRCHARGEType() { return new AAARRCHARGEType(); } /** * Create an instance of {@link NRTYPE } * */ public NRTYPE createNRTYPE() { return new NRTYPE(); } /** * Create an instance of {@link SgNRTYPE } * */ public SgNRTYPE createSgNRTYPE() { return new SgNRTYPE(); } /** * Create an instance of {@link SgNROPTIONS } * */ public SgNROPTIONS createSgNROPTIONS() { return new SgNROPTIONS(); } /** * Create an instance of {@link GACTION } * */ public GACTION createGACTION() { return new GACTION(); } /** * Create an instance of {@link GOVERRIDE } * */ public GOVERRIDE createGOVERRIDE() { return new GOVERRIDE(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link AAARRCHARGEType }{@code >}} * */ @XmlElementDecl(namespace = "", name = "row") public JAXBElement createRow(AAARRCHARGEType value) { return new JAXBElement(_Row_QNAME, AAARRCHARGEType.class, null, value); } }