base64impl.java

来自「JAVA的Web Service应用」· Java 代码 · 共 25 行

JAVA
25
字号
/*
 * XML Type:  base64
 * Namespace: http://schemas.xmlsoap.org/soap/encoding/
 * Java type: org.xmlsoap.schemas.soap.encoding.Base64
 *
 * Automatically generated - do not modify.
 */
package org.xmlsoap.schemas.soap.encoding.impl;

/**
 * An XML base64(@http://schemas.xmlsoap.org/soap/encoding/).
 *
 * This is an atomic type that is a restriction of org.xmlsoap.schemas.soap.encoding.Base64.
 */
public class Base64Impl extends org.apache.xmlbeans.impl.values.JavaBase64HolderEx
    implements org.xmlsoap.schemas.soap.encoding.Base64 {
    public Base64Impl(org.apache.xmlbeans.SchemaType sType) {
        super(sType, false);
    }

    protected Base64Impl(org.apache.xmlbeans.SchemaType sType, boolean b) {
        super(sType, b);
    }
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?