📄 xsmse_query.java
字号:
// Decompiled by DJ v2.9.9.61 Copyright 2000 Atanas Neshkov Date: 2003-1-3 17:35:37
// Home Page : http://members.fortunecity.com/neshkov/dj.html - Check often for new version!
// Decompiler options: packimports(3)
// Source File Name: xsmse_query.java
package cncgw.xsms;
public final class xsmse_query
{
public xsmse_query()
{
}
public void set_media_type(String s)
throws OutOfBoundsException
{
if(s.length() > 50)
{
OutOfBoundsException e = new OutOfBoundsException();
throw e;
}else{
media_type = s;
}
}
public void set_message_id(String s)
throws OutOfBoundsException
{
if(s.length() > 18)
{
OutOfBoundsException e = new OutOfBoundsException();
throw e;
}else{
message_id = s;
}
}
public void set_address(String s)
throws OutOfBoundsException
{
if(s.length() > 21)
{
OutOfBoundsException e = new OutOfBoundsException();
throw e;
}else{
address = s;
}
}
protected String media_type;
protected String message_id;
protected byte ton = 0;
protected byte npi = 0;
protected String address;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -