All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument Maven / Gradle / Ivy

There is a newer version: 1.1.6
Show newest version
/*
 * An XML document type.
 * Localname: OTA_PingRS
 * Namespace: http://www.opentravel.org/OTA/2003/05
 * Java type: net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument
 *
 * Automatically generated - do not modify.
 */
package net.sourceforge.ota_tools.x2010a.ping;


/**
 * A document containing one OTA_PingRS(@http://www.opentravel.org/OTA/2003/05) element.
 *
 * This is a complex type.
 */
public interface OTAPingRSDocument extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OTAPingRSDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s13E499429D56B1D9F9788840E7732B9B").resolveHandle("otapingrsfc43doctype");
    
    /**
     * Gets the "OTA_PingRS" element
     */
    net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument.OTAPingRS getOTAPingRS();
    
    /**
     * Sets the "OTA_PingRS" element
     */
    void setOTAPingRS(net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument.OTAPingRS otaPingRS);
    
    /**
     * Appends and returns a new empty "OTA_PingRS" element
     */
    net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument.OTAPingRS addNewOTAPingRS();
    
    /**
     * An XML OTA_PingRS(@http://www.opentravel.org/OTA/2003/05).
     *
     * This is a complex type.
     */
    public interface OTAPingRS extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OTAPingRS.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s13E499429D56B1D9F9788840E7732B9B").resolveHandle("otapingrsc271elemtype");
        
        /**
         * Gets array of all "Success" elements
         */
        net.sourceforge.ota_tools.x2010a.ping.SuccessType[] getSuccessArray();
        
        /**
         * Gets ith "Success" element
         */
        net.sourceforge.ota_tools.x2010a.ping.SuccessType getSuccessArray(int i);
        
        /**
         * Returns number of "Success" element
         */
        int sizeOfSuccessArray();
        
        /**
         * Sets array of all "Success" element
         */
        void setSuccessArray(net.sourceforge.ota_tools.x2010a.ping.SuccessType[] successArray);
        
        /**
         * Sets ith "Success" element
         */
        void setSuccessArray(int i, net.sourceforge.ota_tools.x2010a.ping.SuccessType success);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "Success" element
         */
        net.sourceforge.ota_tools.x2010a.ping.SuccessType insertNewSuccess(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "Success" element
         */
        net.sourceforge.ota_tools.x2010a.ping.SuccessType addNewSuccess();
        
        /**
         * Removes the ith "Success" element
         */
        void removeSuccess(int i);
        
        /**
         * Gets array of all "Warnings" elements
         */
        net.sourceforge.ota_tools.x2010a.ping.WarningsType[] getWarningsArray();
        
        /**
         * Gets ith "Warnings" element
         */
        net.sourceforge.ota_tools.x2010a.ping.WarningsType getWarningsArray(int i);
        
        /**
         * Returns number of "Warnings" element
         */
        int sizeOfWarningsArray();
        
        /**
         * Sets array of all "Warnings" element
         */
        void setWarningsArray(net.sourceforge.ota_tools.x2010a.ping.WarningsType[] warningsArray);
        
        /**
         * Sets ith "Warnings" element
         */
        void setWarningsArray(int i, net.sourceforge.ota_tools.x2010a.ping.WarningsType warnings);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "Warnings" element
         */
        net.sourceforge.ota_tools.x2010a.ping.WarningsType insertNewWarnings(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "Warnings" element
         */
        net.sourceforge.ota_tools.x2010a.ping.WarningsType addNewWarnings();
        
        /**
         * Removes the ith "Warnings" element
         */
        void removeWarnings(int i);
        
        /**
         * Gets array of all "EchoData" elements
         */
        java.lang.String[] getEchoDataArray();
        
        /**
         * Gets ith "EchoData" element
         */
        java.lang.String getEchoDataArray(int i);
        
        /**
         * Gets (as xml) array of all "EchoData" elements
         */
        org.apache.xmlbeans.XmlString[] xgetEchoDataArray();
        
        /**
         * Gets (as xml) ith "EchoData" element
         */
        org.apache.xmlbeans.XmlString xgetEchoDataArray(int i);
        
        /**
         * Returns number of "EchoData" element
         */
        int sizeOfEchoDataArray();
        
        /**
         * Sets array of all "EchoData" element
         */
        void setEchoDataArray(java.lang.String[] echoDataArray);
        
        /**
         * Sets ith "EchoData" element
         */
        void setEchoDataArray(int i, java.lang.String echoData);
        
        /**
         * Sets (as xml) array of all "EchoData" element
         */
        void xsetEchoDataArray(org.apache.xmlbeans.XmlString[] echoDataArray);
        
        /**
         * Sets (as xml) ith "EchoData" element
         */
        void xsetEchoDataArray(int i, org.apache.xmlbeans.XmlString echoData);
        
        /**
         * Inserts the value as the ith "EchoData" element
         */
        void insertEchoData(int i, java.lang.String echoData);
        
        /**
         * Appends the value as the last "EchoData" element
         */
        void addEchoData(java.lang.String echoData);
        
        /**
         * Inserts and returns a new empty value (as xml) as the ith "EchoData" element
         */
        org.apache.xmlbeans.XmlString insertNewEchoData(int i);
        
        /**
         * Appends and returns a new empty value (as xml) as the last "EchoData" element
         */
        org.apache.xmlbeans.XmlString addNewEchoData();
        
        /**
         * Removes the ith "EchoData" element
         */
        void removeEchoData(int i);
        
        /**
         * Gets the "Errors" element
         */
        net.sourceforge.ota_tools.x2010a.ping.ErrorsType getErrors();
        
        /**
         * True if has "Errors" element
         */
        boolean isSetErrors();
        
        /**
         * Sets the "Errors" element
         */
        void setErrors(net.sourceforge.ota_tools.x2010a.ping.ErrorsType errors);
        
        /**
         * Appends and returns a new empty "Errors" element
         */
        net.sourceforge.ota_tools.x2010a.ping.ErrorsType addNewErrors();
        
        /**
         * Unsets the "Errors" element
         */
        void unsetErrors();
        
        /**
         * Gets the "EchoToken" attribute
         */
        java.lang.String getEchoToken();
        
        /**
         * Gets (as xml) the "EchoToken" attribute
         */
        net.sourceforge.ota_tools.x2010a.ping.StringLength1To128 xgetEchoToken();
        
        /**
         * True if has "EchoToken" attribute
         */
        boolean isSetEchoToken();
        
        /**
         * Sets the "EchoToken" attribute
         */
        void setEchoToken(java.lang.String echoToken);
        
        /**
         * Sets (as xml) the "EchoToken" attribute
         */
        void xsetEchoToken(net.sourceforge.ota_tools.x2010a.ping.StringLength1To128 echoToken);
        
        /**
         * Unsets the "EchoToken" attribute
         */
        void unsetEchoToken();
        
        /**
         * Gets the "TimeStamp" attribute
         */
        java.util.Calendar getTimeStamp();
        
        /**
         * Gets (as xml) the "TimeStamp" attribute
         */
        org.apache.xmlbeans.XmlDateTime xgetTimeStamp();
        
        /**
         * True if has "TimeStamp" attribute
         */
        boolean isSetTimeStamp();
        
        /**
         * Sets the "TimeStamp" attribute
         */
        void setTimeStamp(java.util.Calendar timeStamp);
        
        /**
         * Sets (as xml) the "TimeStamp" attribute
         */
        void xsetTimeStamp(org.apache.xmlbeans.XmlDateTime timeStamp);
        
        /**
         * Unsets the "TimeStamp" attribute
         */
        void unsetTimeStamp();
        
        /**
         * Gets the "Target" attribute
         */
        net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument.OTAPingRS.Target.Enum getTarget();
        
        /**
         * Gets (as xml) the "Target" attribute
         */
        net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument.OTAPingRS.Target xgetTarget();
        
        /**
         * True if has "Target" attribute
         */
        boolean isSetTarget();
        
        /**
         * Sets the "Target" attribute
         */
        void setTarget(net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument.OTAPingRS.Target.Enum target);
        
        /**
         * Sets (as xml) the "Target" attribute
         */
        void xsetTarget(net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument.OTAPingRS.Target target);
        
        /**
         * Unsets the "Target" attribute
         */
        void unsetTarget();
        
        /**
         * Gets the "Version" attribute
         */
        java.math.BigDecimal getVersion();
        
        /**
         * Gets (as xml) the "Version" attribute
         */
        org.apache.xmlbeans.XmlDecimal xgetVersion();
        
        /**
         * Sets the "Version" attribute
         */
        void setVersion(java.math.BigDecimal version);
        
        /**
         * Sets (as xml) the "Version" attribute
         */
        void xsetVersion(org.apache.xmlbeans.XmlDecimal version);
        
        /**
         * Gets the "TransactionIdentifier" attribute
         */
        java.lang.String getTransactionIdentifier();
        
        /**
         * Gets (as xml) the "TransactionIdentifier" attribute
         */
        net.sourceforge.ota_tools.x2010a.ping.StringLength1To32 xgetTransactionIdentifier();
        
        /**
         * True if has "TransactionIdentifier" attribute
         */
        boolean isSetTransactionIdentifier();
        
        /**
         * Sets the "TransactionIdentifier" attribute
         */
        void setTransactionIdentifier(java.lang.String transactionIdentifier);
        
        /**
         * Sets (as xml) the "TransactionIdentifier" attribute
         */
        void xsetTransactionIdentifier(net.sourceforge.ota_tools.x2010a.ping.StringLength1To32 transactionIdentifier);
        
        /**
         * Unsets the "TransactionIdentifier" attribute
         */
        void unsetTransactionIdentifier();
        
        /**
         * Gets the "SequenceNmbr" attribute
         */
        java.math.BigInteger getSequenceNmbr();
        
        /**
         * Gets (as xml) the "SequenceNmbr" attribute
         */
        org.apache.xmlbeans.XmlNonNegativeInteger xgetSequenceNmbr();
        
        /**
         * True if has "SequenceNmbr" attribute
         */
        boolean isSetSequenceNmbr();
        
        /**
         * Sets the "SequenceNmbr" attribute
         */
        void setSequenceNmbr(java.math.BigInteger sequenceNmbr);
        
        /**
         * Sets (as xml) the "SequenceNmbr" attribute
         */
        void xsetSequenceNmbr(org.apache.xmlbeans.XmlNonNegativeInteger sequenceNmbr);
        
        /**
         * Unsets the "SequenceNmbr" attribute
         */
        void unsetSequenceNmbr();
        
        /**
         * Gets the "TransactionStatusCode" attribute
         */
        net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument.OTAPingRS.TransactionStatusCode.Enum getTransactionStatusCode();
        
        /**
         * Gets (as xml) the "TransactionStatusCode" attribute
         */
        net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument.OTAPingRS.TransactionStatusCode xgetTransactionStatusCode();
        
        /**
         * True if has "TransactionStatusCode" attribute
         */
        boolean isSetTransactionStatusCode();
        
        /**
         * Sets the "TransactionStatusCode" attribute
         */
        void setTransactionStatusCode(net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument.OTAPingRS.TransactionStatusCode.Enum transactionStatusCode);
        
        /**
         * Sets (as xml) the "TransactionStatusCode" attribute
         */
        void xsetTransactionStatusCode(net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument.OTAPingRS.TransactionStatusCode transactionStatusCode);
        
        /**
         * Unsets the "TransactionStatusCode" attribute
         */
        void unsetTransactionStatusCode();
        
        /**
         * Gets the "PrimaryLangID" attribute
         */
        java.lang.String getPrimaryLangID();
        
        /**
         * Gets (as xml) the "PrimaryLangID" attribute
         */
        org.apache.xmlbeans.XmlLanguage xgetPrimaryLangID();
        
        /**
         * True if has "PrimaryLangID" attribute
         */
        boolean isSetPrimaryLangID();
        
        /**
         * Sets the "PrimaryLangID" attribute
         */
        void setPrimaryLangID(java.lang.String primaryLangID);
        
        /**
         * Sets (as xml) the "PrimaryLangID" attribute
         */
        void xsetPrimaryLangID(org.apache.xmlbeans.XmlLanguage primaryLangID);
        
        /**
         * Unsets the "PrimaryLangID" attribute
         */
        void unsetPrimaryLangID();
        
        /**
         * Gets the "AltLangID" attribute
         */
        java.lang.String getAltLangID();
        
        /**
         * Gets (as xml) the "AltLangID" attribute
         */
        org.apache.xmlbeans.XmlLanguage xgetAltLangID();
        
        /**
         * True if has "AltLangID" attribute
         */
        boolean isSetAltLangID();
        
        /**
         * Sets the "AltLangID" attribute
         */
        void setAltLangID(java.lang.String altLangID);
        
        /**
         * Sets (as xml) the "AltLangID" attribute
         */
        void xsetAltLangID(org.apache.xmlbeans.XmlLanguage altLangID);
        
        /**
         * Unsets the "AltLangID" attribute
         */
        void unsetAltLangID();
        
        /**
         * Gets the "RetransmissionIndicator" attribute
         */
        boolean getRetransmissionIndicator();
        
        /**
         * Gets (as xml) the "RetransmissionIndicator" attribute
         */
        org.apache.xmlbeans.XmlBoolean xgetRetransmissionIndicator();
        
        /**
         * True if has "RetransmissionIndicator" attribute
         */
        boolean isSetRetransmissionIndicator();
        
        /**
         * Sets the "RetransmissionIndicator" attribute
         */
        void setRetransmissionIndicator(boolean retransmissionIndicator);
        
        /**
         * Sets (as xml) the "RetransmissionIndicator" attribute
         */
        void xsetRetransmissionIndicator(org.apache.xmlbeans.XmlBoolean retransmissionIndicator);
        
        /**
         * Unsets the "RetransmissionIndicator" attribute
         */
        void unsetRetransmissionIndicator();
        
        /**
         * Gets the "CorrelationID" attribute
         */
        java.lang.String getCorrelationID();
        
        /**
         * Gets (as xml) the "CorrelationID" attribute
         */
        net.sourceforge.ota_tools.x2010a.ping.StringLength1To64 xgetCorrelationID();
        
        /**
         * True if has "CorrelationID" attribute
         */
        boolean isSetCorrelationID();
        
        /**
         * Sets the "CorrelationID" attribute
         */
        void setCorrelationID(java.lang.String correlationID);
        
        /**
         * Sets (as xml) the "CorrelationID" attribute
         */
        void xsetCorrelationID(net.sourceforge.ota_tools.x2010a.ping.StringLength1To64 correlationID);
        
        /**
         * Unsets the "CorrelationID" attribute
         */
        void unsetCorrelationID();
        
        /**
         * An XML Target(@).
         *
         * This is an atomic type that is a restriction of net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument$OTAPingRS$Target.
         */
        public interface Target extends org.apache.xmlbeans.XmlNMTOKEN
        {
            public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
                org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Target.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s13E499429D56B1D9F9788840E7732B9B").resolveHandle("target9b42attrtype");
            
            org.apache.xmlbeans.StringEnumAbstractBase enumValue();
            void set(org.apache.xmlbeans.StringEnumAbstractBase e);
            
            static final Enum TEST = Enum.forString("Test");
            static final Enum PRODUCTION = Enum.forString("Production");
            
            static final int INT_TEST = Enum.INT_TEST;
            static final int INT_PRODUCTION = Enum.INT_PRODUCTION;
            
            /**
             * Enumeration value class for net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument$OTAPingRS$Target.
             * These enum values can be used as follows:
             * 
             * enum.toString(); // returns the string value of the enum
             * enum.intValue(); // returns an int value, useful for switches
             * // e.g., case Enum.INT_TEST
             * Enum.forString(s); // returns the enum value for a string
             * Enum.forInt(i); // returns the enum value for an int
             * 
* Enumeration objects are immutable singleton objects that * can be compared using == object equality. They have no * public constructor. See the constants defined within this * class for all the valid values. */ static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase { /** * Returns the enum value for a string, or null if none. */ public static Enum forString(java.lang.String s) { return (Enum)table.forString(s); } /** * Returns the enum value corresponding to an int, or null if none. */ public static Enum forInt(int i) { return (Enum)table.forInt(i); } private Enum(java.lang.String s, int i) { super(s, i); } static final int INT_TEST = 1; static final int INT_PRODUCTION = 2; public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table = new org.apache.xmlbeans.StringEnumAbstractBase.Table ( new Enum[] { new Enum("Test", INT_TEST), new Enum("Production", INT_PRODUCTION), } ); private static final long serialVersionUID = 1L; private java.lang.Object readResolve() { return forInt(intValue()); } } /** * A factory class with static methods for creating instances * of this type. */ public static final class Factory { public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument.OTAPingRS.Target newValue(java.lang.Object obj) { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument.OTAPingRS.Target) type.newValue( obj ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument.OTAPingRS.Target newInstance() { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument.OTAPingRS.Target) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument.OTAPingRS.Target newInstance(org.apache.xmlbeans.XmlOptions options) { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument.OTAPingRS.Target) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } private Factory() { } // No instance of this class allowed } } /** * An XML TransactionStatusCode(@). * * This is an atomic type that is a restriction of net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument$OTAPingRS$TransactionStatusCode. */ public interface TransactionStatusCode extends org.apache.xmlbeans.XmlNMTOKEN { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(TransactionStatusCode.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s13E499429D56B1D9F9788840E7732B9B").resolveHandle("transactionstatuscodea636attrtype"); org.apache.xmlbeans.StringEnumAbstractBase enumValue(); void set(org.apache.xmlbeans.StringEnumAbstractBase e); static final Enum START = Enum.forString("Start"); static final Enum END = Enum.forString("End"); static final Enum ROLLBACK = Enum.forString("Rollback"); static final Enum IN_SERIES = Enum.forString("InSeries"); static final Enum CONTINUATION = Enum.forString("Continuation"); static final Enum SUBSEQUENT = Enum.forString("Subsequent"); static final int INT_START = Enum.INT_START; static final int INT_END = Enum.INT_END; static final int INT_ROLLBACK = Enum.INT_ROLLBACK; static final int INT_IN_SERIES = Enum.INT_IN_SERIES; static final int INT_CONTINUATION = Enum.INT_CONTINUATION; static final int INT_SUBSEQUENT = Enum.INT_SUBSEQUENT; /** * Enumeration value class for net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument$OTAPingRS$TransactionStatusCode. * These enum values can be used as follows: *
             * enum.toString(); // returns the string value of the enum
             * enum.intValue(); // returns an int value, useful for switches
             * // e.g., case Enum.INT_START
             * Enum.forString(s); // returns the enum value for a string
             * Enum.forInt(i); // returns the enum value for an int
             * 
* Enumeration objects are immutable singleton objects that * can be compared using == object equality. They have no * public constructor. See the constants defined within this * class for all the valid values. */ static final class Enum extends org.apache.xmlbeans.StringEnumAbstractBase { /** * Returns the enum value for a string, or null if none. */ public static Enum forString(java.lang.String s) { return (Enum)table.forString(s); } /** * Returns the enum value corresponding to an int, or null if none. */ public static Enum forInt(int i) { return (Enum)table.forInt(i); } private Enum(java.lang.String s, int i) { super(s, i); } static final int INT_START = 1; static final int INT_END = 2; static final int INT_ROLLBACK = 3; static final int INT_IN_SERIES = 4; static final int INT_CONTINUATION = 5; static final int INT_SUBSEQUENT = 6; public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table = new org.apache.xmlbeans.StringEnumAbstractBase.Table ( new Enum[] { new Enum("Start", INT_START), new Enum("End", INT_END), new Enum("Rollback", INT_ROLLBACK), new Enum("InSeries", INT_IN_SERIES), new Enum("Continuation", INT_CONTINUATION), new Enum("Subsequent", INT_SUBSEQUENT), } ); private static final long serialVersionUID = 1L; private java.lang.Object readResolve() { return forInt(intValue()); } } /** * A factory class with static methods for creating instances * of this type. */ public static final class Factory { public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument.OTAPingRS.TransactionStatusCode newValue(java.lang.Object obj) { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument.OTAPingRS.TransactionStatusCode) type.newValue( obj ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument.OTAPingRS.TransactionStatusCode newInstance() { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument.OTAPingRS.TransactionStatusCode) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument.OTAPingRS.TransactionStatusCode newInstance(org.apache.xmlbeans.XmlOptions options) { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument.OTAPingRS.TransactionStatusCode) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } private Factory() { } // No instance of this class allowed } } /** * A factory class with static methods for creating instances * of this type. */ public static final class Factory { public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument.OTAPingRS newInstance() { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument.OTAPingRS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument.OTAPingRS newInstance(org.apache.xmlbeans.XmlOptions options) { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument.OTAPingRS) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } private Factory() { } // No instance of this class allowed } } /** * A factory class with static methods for creating instances * of this type. */ public static final class Factory { public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument newInstance() { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument newInstance(org.apache.xmlbeans.XmlOptions options) { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } /** @param xmlAsString the string value to parse */ public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); } /** @param file the file from which to load an xml document */ public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); } /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */ public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); } /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */ public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRSDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); } /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */ public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); } /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */ public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException { return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); } private Factory() { } // No instance of this class allowed } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy