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

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

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


/**
 * A document containing one OTA_PingRQ(@http://www.opentravel.org/OTA/2003/05) element.
 *
 * This is a complex type.
 */
public interface OTAPingRQDocument extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OTAPingRQDocument.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s13E499429D56B1D9F9788840E7732B9B").resolveHandle("otapingrq0dc1doctype");
    
    /**
     * Gets the "OTA_PingRQ" element
     */
    net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument.OTAPingRQ getOTAPingRQ();
    
    /**
     * Sets the "OTA_PingRQ" element
     */
    void setOTAPingRQ(net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument.OTAPingRQ otaPingRQ);
    
    /**
     * Appends and returns a new empty "OTA_PingRQ" element
     */
    net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument.OTAPingRQ addNewOTAPingRQ();
    
    /**
     * An XML OTA_PingRQ(@http://www.opentravel.org/OTA/2003/05).
     *
     * This is a complex type.
     */
    public interface OTAPingRQ extends org.apache.xmlbeans.XmlObject
    {
        public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
            org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(OTAPingRQ.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.s13E499429D56B1D9F9788840E7732B9B").resolveHandle("otapingrq9f31elemtype");
        
        /**
         * Gets the "EchoData" element
         */
        java.lang.String getEchoData();
        
        /**
         * Gets (as xml) the "EchoData" element
         */
        org.apache.xmlbeans.XmlString xgetEchoData();
        
        /**
         * Sets the "EchoData" element
         */
        void setEchoData(java.lang.String echoData);
        
        /**
         * Sets (as xml) the "EchoData" element
         */
        void xsetEchoData(org.apache.xmlbeans.XmlString echoData);
        
        /**
         * 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.OTAPingRQDocument.OTAPingRQ.Target.Enum getTarget();
        
        /**
         * Gets (as xml) the "Target" attribute
         */
        net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument.OTAPingRQ.Target xgetTarget();
        
        /**
         * True if has "Target" attribute
         */
        boolean isSetTarget();
        
        /**
         * Sets the "Target" attribute
         */
        void setTarget(net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument.OTAPingRQ.Target.Enum target);
        
        /**
         * Sets (as xml) the "Target" attribute
         */
        void xsetTarget(net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument.OTAPingRQ.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.OTAPingRQDocument.OTAPingRQ.TransactionStatusCode.Enum getTransactionStatusCode();
        
        /**
         * Gets (as xml) the "TransactionStatusCode" attribute
         */
        net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument.OTAPingRQ.TransactionStatusCode xgetTransactionStatusCode();
        
        /**
         * True if has "TransactionStatusCode" attribute
         */
        boolean isSetTransactionStatusCode();
        
        /**
         * Sets the "TransactionStatusCode" attribute
         */
        void setTransactionStatusCode(net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument.OTAPingRQ.TransactionStatusCode.Enum transactionStatusCode);
        
        /**
         * Sets (as xml) the "TransactionStatusCode" attribute
         */
        void xsetTransactionStatusCode(net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument.OTAPingRQ.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.OTAPingRQDocument$OTAPingRQ$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("target7802attrtype");
            
            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.OTAPingRQDocument$OTAPingRQ$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.OTAPingRQDocument.OTAPingRQ.Target newValue(java.lang.Object obj) { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument.OTAPingRQ.Target) type.newValue( obj ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument.OTAPingRQ.Target newInstance() { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument.OTAPingRQ.Target) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument.OTAPingRQ.Target newInstance(org.apache.xmlbeans.XmlOptions options) { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument.OTAPingRQ.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.OTAPingRQDocument$OTAPingRQ$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("transactionstatuscode82f6attrtype"); 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.OTAPingRQDocument$OTAPingRQ$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.OTAPingRQDocument.OTAPingRQ.TransactionStatusCode newValue(java.lang.Object obj) { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument.OTAPingRQ.TransactionStatusCode) type.newValue( obj ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument.OTAPingRQ.TransactionStatusCode newInstance() { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument.OTAPingRQ.TransactionStatusCode) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument.OTAPingRQ.TransactionStatusCode newInstance(org.apache.xmlbeans.XmlOptions options) { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument.OTAPingRQ.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.OTAPingRQDocument.OTAPingRQ newInstance() { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument.OTAPingRQ) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument.OTAPingRQ newInstance(org.apache.xmlbeans.XmlOptions options) { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument.OTAPingRQ) 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.OTAPingRQDocument newInstance() { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument newInstance(org.apache.xmlbeans.XmlOptions options) { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); } /** @param xmlAsString the string value to parse */ public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument) 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.OTAPingRQDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument 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.OTAPingRQDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument 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.OTAPingRQDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument 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.OTAPingRQDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument 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.OTAPingRQDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); } public static net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException { return (net.sourceforge.ota_tools.x2010a.ping.OTAPingRQDocument) 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.OTAPingRQDocument 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.OTAPingRQDocument) 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.OTAPingRQDocument 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.OTAPingRQDocument) 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