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

📄 attributedesc.java

📁 中移动lbs系统服务器端源码
💻 JAVA
字号:
package cn.netjava.lbs.le;

/**
 * 
 * <p>Title:中国移动手机定位系统(LBS) le接口库</p>
 * <p>Description:定义相关请求属性参数 </p>
 * <p>Company:蓝杰实训 </p>
 * @author www.NetJava.cn 
 * @version 0.1
 */
public class AttributeDesc {
	/** SP方请求的一些固定参数 */
	public static final String client_id = "client_id";

	public static final String client_pwd = "client_pwd";

	public static final String client_serviceid = "client_serviceid";

	/**
	 * 1.决定信令查询时是否重新更新交换机里手机的位置,主动(ACTIVE)不需要更 新位置, 被动(PASSIVE)需要更新位置;
	 * 2.主动和被动查询的权限校验也不相同,主动查询按移动的标准不需要鉴权 ACTIVE:移动台用户主动查询(呼叫相关,一般是查自己) PASSIVE
	 * 移动台用户被动查询(呼叫无关,一般是查别人) 缺省值 PASSIVE
	 */
	public static final String requestmode_type = "requestmode_type";

	/** 行业用户名,如果有的话 */
	public static final String subclient_id = "subclient_id";

	/** 被查者的号码 */
	public static final String msids_msid = "msids_msid";

	/** 发起请求者的号码 */
	public static final String requestor_id = "requestor_id";

	/**
	 * 移动台标识 MSISDN:终端号码 ?? EME_MSID:说明号码是加密过的?
	 */
	public static final String msid_type = "msid_type";

	public static final String msid_enc = "msid_enc";

	/** 请求类型:SYNC | ASYNC */
	public static final String slir_res_type = "slir_res_type";

	/** slir版本号 */
	public static final String slir_ver = "slir_ver";

	/**
	 * 查询的响应时间要求 NO_DELAY 无定义值 延迟 LOW_DELAY 低延迟 DELAY_TOL 任意延迟 缺省值 DELAY_TOL
	 */
	public static final String resp_req_type = "resp_req_type";

	/** 延时时间:秒 */
	public static final String eqop_hor_acc = "eqop_hor_acc";

	/**
	 * requestmode_type
	 */
	public static final String prio_type = "prio_type";

	/**
	 * CURRENT 当前的位置 LAST 最近的位置 CURRENT_OR_LAST 当前或最近 INITIAL 在紧急呼叫中,呼叫建立时的位置
	 * 缺省值 CURRENT
	 */
	public static final String loc_type_type = "loc_type_type";

	/** <!--SP 的连续查询侦听结果服务的IP 和端口 */
	public static final String pushaddr_url = "pushaddr_url";

	/** <!--MALS 返回结果所用用户名和密码,在返回结果的XML 里--> */
	public static final String pushaddr_pwd = "pushaddr_pwd";

	public static final String pushaddr_id = "pushaddr_id";

	/** 触发位置报告的时间间隔 ddhhmmss格式 */
	public static final String tlrr_interval = "tlrr_interval";

	/** 触发位置报告的起始时间 yyyymmddhhmmss格式 */
	public static final String tlrr_start_time = "tlrr_start_time";

	/** 触发位置报告的结束时间 yyyymmddhhmmss格式 */
	public static final String tlrr_stop_time = "tlrr_stop_time";

	/** 终止跟踪的请求ID */
	public static final String tlrsr_req_id = "tlrsr_req_id";

	public static final String Identifier_code = "Identifier_code";

	public static final String Identifier_codeSpace = "Identifier_codeSpace";

	public static final String hdr_ver = "hdr_ver";

	public static final String Identifier_edition = "Identifier_edition";

	/** 以下是 返回应答/报告的一些常量定义 */
	/** 定位出错的标志 */
	public static final String poserr = "poserr";

}

⌨️ 快捷键说明

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