📄 base64impl.java
字号:
/*
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -