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

📄 sendmessageservicestub.java

📁 彩信网关程序,SP程序,包含移动彩信代码和电信彩信代码!供学习之用
💻 JAVA
📖 第 1 页 / 共 5 页
字号:
				return true;
			}
		}
		return false;
	}

	// http://localhost:9080/SendMessageService/services/SendMessage
	public static class RequestSOAPHeader implements
			org.apache.axis2.databinding.ADBBean {
		/*
		 * This type was generated from the piece of schema that had name =
		 * RequestSOAPHeader Namespace URI =
		 * http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1 Namespace
		 * Prefix = ns1
		 */

		private static java.lang.String generatePrefix(
				java.lang.String namespace) {
			if (namespace
					.equals("http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1")) {
				return "ns1";
			}
			return org.apache.axis2.databinding.utils.BeanUtil
					.getUniquePrefix();
		}

		/**
		 * field for SpId
		 */

		protected java.lang.String localSpId;

		/**
		 * Auto generated getter method
		 * 
		 * @return java.lang.String
		 */
		public java.lang.String getSpId() {
			return localSpId;
		}

		/**
		 * Auto generated setter method
		 * 
		 * @param param
		 *            SpId
		 */
		public void setSpId(java.lang.String param) {

			this.localSpId = param;

		}

		/**
		 * field for SpPassword
		 */

		protected java.lang.String localSpPassword;

		/**
		 * Auto generated getter method
		 * 
		 * @return java.lang.String
		 */
		public java.lang.String getSpPassword() {
			return localSpPassword;
		}

		/**
		 * Auto generated setter method
		 * 
		 * @param param
		 *            SpPassword
		 */
		public void setSpPassword(java.lang.String param) {

			this.localSpPassword = param;

		}

		/**
		 * field for TimeStamp
		 */

		protected java.lang.String localTimeStamp;

		/**
		 * Auto generated getter method
		 * 
		 * @return java.lang.String
		 */
		public java.lang.String getTimeStamp() {
			return localTimeStamp;
		}

		/**
		 * Auto generated setter method
		 * 
		 * @param param
		 *            TimeStamp
		 */
		public void setTimeStamp(java.lang.String param) {

			this.localTimeStamp = param;

		}

		/**
		 * field for ProductId
		 */

		protected java.lang.String localProductId;

		/**
		 * Auto generated getter method
		 * 
		 * @return java.lang.String
		 */
		public java.lang.String getProductId() {
			return localProductId;
		}

		/**
		 * Auto generated setter method
		 * 
		 * @param param
		 *            ProductId
		 */
		public void setProductId(java.lang.String param) {

			this.localProductId = param;

		}

		/**
		 * field for SAN
		 */

		protected java.lang.String localSAN;

		/*
		 * This tracker boolean wil be used to detect whether the user called
		 * the set method for this attribute. It will be used to determine
		 * whether to include this field in the serialized XML
		 */
		protected boolean localSANTracker = false;

		/**
		 * Auto generated getter method
		 * 
		 * @return java.lang.String
		 */
		public java.lang.String getSAN() {
			return localSAN;
		}

		/**
		 * Auto generated setter method
		 * 
		 * @param param
		 *            SAN
		 */
		public void setSAN(java.lang.String param) {

			if (param != null) {
				// update the setting tracker
				localSANTracker = true;
			} else {
				localSANTracker = false;

			}

			this.localSAN = param;

		}

		/**
		 * field for TransactionId
		 */

		protected java.lang.String localTransactionId;

		/*
		 * This tracker boolean wil be used to detect whether the user called
		 * the set method for this attribute. It will be used to determine
		 * whether to include this field in the serialized XML
		 */
		protected boolean localTransactionIdTracker = false;

		/**
		 * Auto generated getter method
		 * 
		 * @return java.lang.String
		 */
		public java.lang.String getTransactionId() {
			return localTransactionId;
		}

		/**
		 * Auto generated setter method
		 * 
		 * @param param
		 *            TransactionId
		 */
		public void setTransactionId(java.lang.String param) {

			if (param != null) {
				// update the setting tracker
				localTransactionIdTracker = true;
			} else {
				localTransactionIdTracker = false;

			}

			this.localTransactionId = param;

		}

		/**
		 * field for TransEnd
		 */

		protected EndReason localTransEnd;

		/*
		 * This tracker boolean wil be used to detect whether the user called
		 * the set method for this attribute. It will be used to determine
		 * whether to include this field in the serialized XML
		 */
		protected boolean localTransEndTracker = false;

		/**
		 * Auto generated getter method
		 * 
		 * @return EndReason
		 */
		public EndReason getTransEnd() {
			return localTransEnd;
		}

		/**
		 * Auto generated setter method
		 * 
		 * @param param
		 *            TransEnd
		 */
		public void setTransEnd(EndReason param) {

			if (param != null) {
				// update the setting tracker
				localTransEndTracker = true;
			} else {
				localTransEndTracker = false;

			}

			this.localTransEnd = param;

		}

		/**
		 * field for LinkId
		 */

		protected java.lang.String localLinkId;

		/*
		 * This tracker boolean wil be used to detect whether the user called
		 * the set method for this attribute. It will be used to determine
		 * whether to include this field in the serialized XML
		 */
		protected boolean localLinkIdTracker = false;

		/**
		 * Auto generated getter method
		 * 
		 * @return java.lang.String
		 */
		public java.lang.String getLinkId() {
			return localLinkId;
		}

		/**
		 * Auto generated setter method
		 * 
		 * @param param
		 *            LinkId
		 */
		public void setLinkId(java.lang.String param) {

			if (param != null) {
				// update the setting tracker
				localLinkIdTracker = true;
			} else {
				localLinkIdTracker = false;

			}

			this.localLinkId = param;

		}

		/**
		 * field for OA
		 */

		protected org.apache.axis2.databinding.types.URI localOA;

		/*
		 * This tracker boolean wil be used to detect whether the user called
		 * the set method for this attribute. It will be used to determine
		 * whether to include this field in the serialized XML
		 */
		protected boolean localOATracker = false;

		/**
		 * Auto generated getter method
		 * 
		 * @return org.apache.axis2.databinding.types.URI
		 */
		public org.apache.axis2.databinding.types.URI getOA() {
			return localOA;
		}

		/**
		 * Auto generated setter method
		 * 
		 * @param param
		 *            OA
		 */
		public void setOA(org.apache.axis2.databinding.types.URI param) {

			if (param != null) {
				// update the setting tracker
				localOATracker = true;
			} else {
				localOATracker = false;

			}

			this.localOA = param;

		}

		/**
		 * field for FA
		 */

		protected org.apache.axis2.databinding.types.URI localFA;

		/*
		 * This tracker boolean wil be used to detect whether the user called
		 * the set method for this attribute. It will be used to determine
		 * whether to include this field in the serialized XML
		 */
		protected boolean localFATracker = false;

		/**
		 * Auto generated getter method
		 * 
		 * @return org.apache.axis2.databinding.types.URI
		 */
		public org.apache.axis2.databinding.types.URI getFA() {
			return localFA;
		}

		/**
		 * Auto generated setter method
		 * 
		 * @param param
		 *            FA
		 */
		public void setFA(org.apache.axis2.databinding.types.URI param) {

			if (param != null) {
				// update the setting tracker
				localFATracker = true;
			} else {
				localFATracker = false;

			}

			this.localFA = param;

		}

		/**
		 * field for MulticastMessaging
		 */

		protected boolean localMulticastMessaging;

		/*
		 * This tracker boolean wil be used to detect whether the user called
		 * the set method for this attribute. It will be used to determine
		 * whether to include this field in the serialized XML
		 */
		protected boolean localMulticastMessagingTracker = false;

		/**
		 * Auto generated getter method
		 * 
		 * @return boolean
		 */
		public boolean getMulticastMessaging() {
			return localMulticastMessaging;
		}

		/**
		 * Auto generated setter method
		 * 
		 * @param param
		 *            MulticastMessaging
		 */
		public void setMulticastMessaging(boolean param) {

			// setting primitive attribute tracker to true

			if (false) {
				localMulticastMessagingTracker = false;

			} else {
				localMulticastMessagingTracker = true;
			}

			this.localMulticastMessaging = param;

		}

⌨️ 快捷键说明

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