亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? duration.java

?? JAVA的Web Service應(yīng)用
?? JAVA
字號(hào):
/*
 * XML Type:  duration
 * Namespace: http://schemas.xmlsoap.org/soap/encoding/
 * Java type: org.xmlsoap.schemas.soap.encoding.Duration
 *
 * Automatically generated - do not modify.
 */
package org.xmlsoap.schemas.soap.encoding;


/**
 * An XML duration(@http://schemas.xmlsoap.org/soap/encoding/).
 *
 * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Duration.
 */
public interface Duration extends org.apache.xmlbeans.XmlDuration {
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(Duration.class.getClassLoader(),
            "schemaorg_apache_xmlbeans.system.sDC07CCDDCD495E3BC4D49C8DD4746F44")
                                                                                                                           .resolveHandle("durationd81atype");

    /**
     * Gets the "id" attribute
     */
    java.lang.String getId();

    /**
     * Gets (as xml) the "id" attribute
     */
    org.apache.xmlbeans.XmlID xgetId();

    /**
     * True if has "id" attribute
     */
    boolean isSetId();

    /**
     * Sets the "id" attribute
     */
    void setId(java.lang.String id);

    /**
     * Sets (as xml) the "id" attribute
     */
    void xsetId(org.apache.xmlbeans.XmlID id);

    /**
     * Unsets the "id" attribute
     */
    void unsetId();

    /**
     * Gets the "href" attribute
     */
    java.lang.String getHref();

    /**
     * Gets (as xml) the "href" attribute
     */
    org.apache.xmlbeans.XmlAnyURI xgetHref();

    /**
     * True if has "href" attribute
     */
    boolean isSetHref();

    /**
     * Sets the "href" attribute
     */
    void setHref(java.lang.String href);

    /**
     * Sets (as xml) the "href" attribute
     */
    void xsetHref(org.apache.xmlbeans.XmlAnyURI href);

    /**
     * Unsets the "href" attribute
     */
    void unsetHref();

    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    public static final class Factory {
        private Factory() {
        } // No instance of this class allowed

        public static org.xmlsoap.schemas.soap.encoding.Duration newInstance() {
            return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
                                                                                            .newInstance(type,
                null);
        }

        public static org.xmlsoap.schemas.soap.encoding.Duration newInstance(
            org.apache.xmlbeans.XmlOptions options) {
            return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
                                                                                            .newInstance(type,
                options);
        }

        /** @param xmlAsString the string value to parse */
        public static org.xmlsoap.schemas.soap.encoding.Duration parse(
            java.lang.String xmlAsString)
            throws org.apache.xmlbeans.XmlException {
            return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
                                                                                            .parse(xmlAsString,
                type, null);
        }

        public static org.xmlsoap.schemas.soap.encoding.Duration parse(
            java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
            throws org.apache.xmlbeans.XmlException {
            return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
                                                                                            .parse(xmlAsString,
                type, options);
        }

        /** @param file the file from which to load an xml document */
        public static org.xmlsoap.schemas.soap.encoding.Duration parse(
            java.io.File file)
            throws org.apache.xmlbeans.XmlException, java.io.IOException {
            return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
                                                                                            .parse(file,
                type, null);
        }

        public static org.xmlsoap.schemas.soap.encoding.Duration parse(
            java.io.File file, org.apache.xmlbeans.XmlOptions options)
            throws org.apache.xmlbeans.XmlException, java.io.IOException {
            return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
                                                                                            .parse(file,
                type, options);
        }

        public static org.xmlsoap.schemas.soap.encoding.Duration parse(
            java.net.URL u)
            throws org.apache.xmlbeans.XmlException, java.io.IOException {
            return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
                                                                                            .parse(u,
                type, null);
        }

        public static org.xmlsoap.schemas.soap.encoding.Duration parse(
            java.net.URL u, org.apache.xmlbeans.XmlOptions options)
            throws org.apache.xmlbeans.XmlException, java.io.IOException {
            return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
                                                                                            .parse(u,
                type, options);
        }

        public static org.xmlsoap.schemas.soap.encoding.Duration parse(
            java.io.InputStream is)
            throws org.apache.xmlbeans.XmlException, java.io.IOException {
            return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
                                                                                            .parse(is,
                type, null);
        }

        public static org.xmlsoap.schemas.soap.encoding.Duration parse(
            java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
            throws org.apache.xmlbeans.XmlException, java.io.IOException {
            return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
                                                                                            .parse(is,
                type, options);
        }

        public static org.xmlsoap.schemas.soap.encoding.Duration parse(
            java.io.Reader r)
            throws org.apache.xmlbeans.XmlException, java.io.IOException {
            return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
                                                                                            .parse(r,
                type, null);
        }

        public static org.xmlsoap.schemas.soap.encoding.Duration parse(
            java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
            throws org.apache.xmlbeans.XmlException, java.io.IOException {
            return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
                                                                                            .parse(r,
                type, options);
        }

        public static org.xmlsoap.schemas.soap.encoding.Duration parse(
            javax.xml.stream.XMLStreamReader sr)
            throws org.apache.xmlbeans.XmlException {
            return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
                                                                                            .parse(sr,
                type, null);
        }

        public static org.xmlsoap.schemas.soap.encoding.Duration parse(
            javax.xml.stream.XMLStreamReader sr,
            org.apache.xmlbeans.XmlOptions options)
            throws org.apache.xmlbeans.XmlException {
            return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
                                                                                            .parse(sr,
                type, options);
        }

        public static org.xmlsoap.schemas.soap.encoding.Duration parse(
            org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
            return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
                                                                                            .parse(node,
                type, null);
        }

        public static org.xmlsoap.schemas.soap.encoding.Duration parse(
            org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
            throws org.apache.xmlbeans.XmlException {
            return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
                                                                                            .parse(node,
                type, options);
        }

        /** @deprecated {@link XMLInputStream} */
        public static org.xmlsoap.schemas.soap.encoding.Duration parse(
            org.apache.xmlbeans.xml.stream.XMLInputStream xis)
            throws org.apache.xmlbeans.XmlException,
                org.apache.xmlbeans.xml.stream.XMLStreamException {
            return (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
                                                                                            .parse(xis,
                type, null);
        }

        /** @deprecated {@link XMLInputStream} */
        public static org.xmlsoap.schemas.soap.encoding.Duration 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 (org.xmlsoap.schemas.soap.encoding.Duration) org.apache.xmlbeans.XmlBeans.getContextTypeLoader()
                                                                                            .parse(xis,
                type, options);
        }

        /** @deprecated {@link 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 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);
        }
    }
}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
成人18视频日本| 欧美一区二区黄| 精品sm捆绑视频| 亚洲成人久久影院| 99re热这里只有精品免费视频| 久久久三级国产网站| 另类中文字幕网| 日韩一区二区精品葵司在线 | 亚洲综合图片区| 91黄色小视频| 亚洲一区二区精品3399| 欧美高清在线精品一区| 91久久精品网| 久久99精品久久只有精品| 欧美精品一区男女天堂| 欧美少妇xxx| 麻豆免费看一区二区三区| 精品三级av在线| 国产乱一区二区| 国产日韩v精品一区二区| 91女厕偷拍女厕偷拍高清| 亚洲图片一区二区| 精品成人在线观看| 5858s免费视频成人| 精久久久久久久久久久| 午夜精品一区二区三区电影天堂| 日韩美一区二区三区| 国产999精品久久| 亚洲一区视频在线观看视频| 国产精品乱码人人做人人爱 | 国产成人高清在线| 亚洲国产一区二区在线播放| 亚洲免费观看高清完整版在线观看 | 免费成人在线网站| 久久视频一区二区| 色94色欧美sute亚洲线路一久 | 一区二区在线观看视频在线观看| 欧美肥大bbwbbw高潮| 韩国精品主播一区二区在线观看 | 久久99国产精品久久| 午夜av电影一区| 亚洲成av人片观看| 亚洲第一主播视频| 午夜精品久久久久久久| 亚洲成人激情社区| 午夜欧美视频在线观看| 午夜av一区二区| 日本视频一区二区| 亚洲区小说区图片区qvod| 亚洲天堂福利av| 精品国产电影一区二区| 欧美精品一区二区三区蜜桃视频| 日韩女同互慰一区二区| 亚洲精品在线三区| 国产欧美日韩另类一区| 中文子幕无线码一区tr| 国产精品久久久久久亚洲伦| 91精品一区二区三区在线观看| 欧美人动与zoxxxx乱| 99国产精品一区| 色国产精品一区在线观看| 欧美欧美欧美欧美首页| 精品久久人人做人人爰| 国产日产精品一区| 亚洲美女偷拍久久| 午夜精彩视频在线观看不卡| 美国十次了思思久久精品导航| 久久不见久久见中文字幕免费| 国产精品88888| 一本到高清视频免费精品| 国产在线观看一区二区| 美日韩一区二区三区| 国模娜娜一区二区三区| www.欧美色图| 国产不卡视频在线播放| 色婷婷av一区二区三区大白胸| 欧美乱熟臀69xxxxxx| 久久久久综合网| 一区二区三区日韩精品视频| 欧美精品一区二区三区四区 | 在线播放一区二区三区| 久久亚洲欧美国产精品乐播| 亚洲欧洲韩国日本视频| 国产精品传媒入口麻豆| 亚洲电影第三页| 国产成人综合在线播放| 欧美性大战久久久久久久蜜臀| 日韩欧美一区中文| 亚洲免费av观看| 极品少妇xxxx偷拍精品少妇| 91丨porny丨国产入口| 精品久久久久久久久久久院品网| 国产精品免费人成网站| 麻豆免费精品视频| 99久久精品国产网站| 日韩亚洲欧美综合| 亚洲欧美日韩国产综合| 国产制服丝袜一区| 欧美日免费三级在线| 欧美伊人久久大香线蕉综合69| 久久午夜老司机| 亚洲高清免费观看| 成人av手机在线观看| 538在线一区二区精品国产| 综合久久国产九一剧情麻豆| 紧缚捆绑精品一区二区| 欧美猛男gaygay网站| 中文在线一区二区| 九九**精品视频免费播放| 欧美综合色免费| 欧美日韩一区在线| 91精品国产综合久久久久久久| 亚洲精品亚洲人成人网在线播放| 国产激情精品久久久第一区二区| 欧美一区二区在线播放| 亚洲国产一区视频| 色哟哟精品一区| 日韩一区日韩二区| 成人性视频免费网站| 欧美日本乱大交xxxxx| 国产精品免费丝袜| 国产91精品一区二区麻豆亚洲| 日韩视频在线观看一区二区| 日韩经典一区二区| 成人一级片网址| 久久先锋影音av鲁色资源网| 精品在线视频一区| 日韩午夜小视频| 美国精品在线观看| 日韩欧美国产不卡| 激情深爱一区二区| 日韩欧美一区二区免费| 久久精品国产免费看久久精品| 欧美精品1区2区3区| 亚洲成人自拍偷拍| 欧美久久久一区| 日本va欧美va瓶| 精品区一区二区| 国产制服丝袜一区| 国产免费久久精品| 成人免费观看av| 亚洲美女屁股眼交| 欧美性感一区二区三区| 午夜电影一区二区| 在线播放/欧美激情| 欧美bbbbb| 久久亚洲精品小早川怜子| 国内精品久久久久影院薰衣草| 久久日韩精品一区二区五区| 国产成人在线视频免费播放| 国产精品拍天天在线| 色一区在线观看| 日韩国产欧美在线播放| 欧美成人女星排行榜| 国产激情视频一区二区在线观看| 中文一区二区完整视频在线观看| 成人高清视频在线| 一区二区三区在线看| 欧美三级中文字| 黄色日韩网站视频| 中文字幕在线不卡国产视频| 色综合一区二区| 久久九九99视频| 激情综合亚洲精品| 国产精品欧美综合在线| 一本高清dvd不卡在线观看| 日本欧美一区二区在线观看| 欧美成人三级在线| 大胆亚洲人体视频| 亚洲国产成人av网| 欧美成人在线直播| 色婷婷久久久亚洲一区二区三区| 日韩**一区毛片| 国产精品无人区| 欧美日韩成人高清| 国产一区二区三区免费| 亚洲免费在线电影| 亚洲精品一区二区三区99| 99r国产精品| 精品无码三级在线观看视频| 亚洲欧美国产三级| 久久影视一区二区| 欧美丝袜丝交足nylons图片| 国产在线不卡一区| 午夜久久电影网| 中文字幕不卡的av| 日韩欧美一级片| 91久久线看在观草草青青| 精品亚洲国内自在自线福利| 亚洲欧美日韩国产手机在线| 日韩欧美一区二区三区在线| 色哟哟精品一区| 国产精品88888| 奇米影视一区二区三区| 亚洲视频资源在线| 精品国产电影一区二区| 欧美日本一道本在线视频| 成人av综合在线| 久久97超碰色| 日韩和欧美一区二区三区|