📄 loginoption.java
字号:
/** * This class was generated from a set of XML constraints * by the Enhydra Zeus XML Data Binding Framework. All * source code in this file is constructed specifically * to work with other Zeus-generated classes. If you * modify this file by hand, you run the risk of breaking * this interoperation, as well as introducing errors in * source code compilation. * * * * * * MODIFY THIS FILE AT YOUR OWN RISK * * * * * * * To find out more about the Enhydra Zeus framework, you * can point your browser at <http://zeus.enhydra.org> * where you can download releases, join and discuss Zeus * on user and developer mailing lists, and access source * code. Please report any bugs through that website. */package edu.tsinghua.lumaqq.xml.sysopts;// Global Interface Import Statementsimport java.io.*;// Local Interface Import Statementsimport java.io.Serializable;public interface LoginOption extends Serializable { public static final String ZEUS_XML_NAME = "LoginOption"; public static final String[] ZEUS_ATTRIBUTES = {"tcpPort", "server", "proxyUsername", "useTcp", "proxyType", "proxyPassword", "autoSelect", "proxyServer", "proxyPort"}; public static final String[] ZEUS_ELEMENTS = {}; public String getTcpPort(); public void setTcpPort(String tcpPort); public String getServer(); public void setServer(String server); public String getProxyUsername(); public void setProxyUsername(String proxyUsername); public String getUseTcp(); public void setUseTcp(String useTcp) throws IllegalArgumentException; public String getProxyType(); public void setProxyType(String proxyType) throws IllegalArgumentException; public String getProxyPassword(); public void setProxyPassword(String proxyPassword); public String getAutoSelect(); public void setAutoSelect(String autoSelect) throws IllegalArgumentException; public String getProxyServer(); public void setProxyServer(String proxyServer); public String getProxyPort(); public void setProxyPort(String proxyPort); public void marshal(File file) throws IOException; public void marshal(OutputStream outputStream) throws IOException; public void marshal(Writer writer) throws IOException; public void setDocType(String name, String publicID, String systemID); public void setOutputEncoding(String outputEncoding);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -