⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 smsformat.java

📁 湖北电信SOA平台短信发送实例
💻 JAVA
字号:
/**
 * SmsFormat.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis WSDL2Java emitter.
 */

package cn.com.chinatelecom.www.schema.ctcc.sms.v2_1;

public class SmsFormat implements java.io.Serializable {
    /**
	 * 
	 */
	private static final long serialVersionUID = -225350543391358030L;
	private java.lang.String _value_;
    private static java.util.HashMap _table_ = new java.util.HashMap();

    // Constructor
    protected SmsFormat(java.lang.String value) {
        _value_ = value;
        _table_.put(_value_,this);
    }

    public static final java.lang.String _Ems = "Ems";
    public static final java.lang.String _SmartMessaging = "SmartMessaging";
    public static final SmsFormat Ems = new SmsFormat(_Ems);
    public static final SmsFormat SmartMessaging = new SmsFormat(_SmartMessaging);
    public java.lang.String getValue() { return _value_;}
    public static SmsFormat fromValue(java.lang.String value)
          throws java.lang.IllegalStateException {
        SmsFormat  enum1 = (SmsFormat)
            _table_.get(value);
        if (enum1==null) throw new java.lang.IllegalStateException();
        return enum1;
    }
    public static SmsFormat fromString(java.lang.String value)
          throws java.lang.IllegalStateException {
        return fromValue(value);
    }
    public boolean equals(java.lang.Object obj) {return (obj == this);}
    public int hashCode() { return toString().hashCode();}
    public java.lang.String toString() { return _value_;}
    public java.lang.Object readResolve() throws java.io.ObjectStreamException { return fromValue(_value_);}
}

⌨️ 快捷键说明

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