/** * LON_Fb_Cfg.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package com.echelon.wsdl.web_services_ns.ilon100.v4_0.message; /** * Specialized functional block configuration type. * Example: xSelect="//Item[@xsi:type="LON_Fb_Cfg"]" * Example: xSelect="//Item[@xsi:type="LON_Fb_Cfg"][starts-with(UCPTname,'Net/LON/BAS/')]" */ @SuppressWarnings({"rawtypes","unused"}) public class LON_Fb_Cfg extends com.echelon.wsdl.web_services_ns.ilon100.v4_0.message.Fb_Cfg implements java.io.Serializable { /** * */ private static final long serialVersionUID = 1L; private com.echelon.wsdl.web_services_ns.ilon100.v4_0.message.E_UniqueKey UCPTfbIndex; private java.lang.String UCPTfptKey; private com.echelon.wsdl.web_services_ns.ilon100.v4_0.message.E_LonString UCPTdynamic; public LON_Fb_Cfg() { } public LON_Fb_Cfg( com.echelon.wsdl.web_services_ns.ilon100.v4_0.message.E_Fault fault, java.lang.String UCPTname, java.lang.String UCPTannotation, java.lang.Short UCPThidden, java.lang.String UCPTaliasName, com.echelon.wsdl.web_services_ns.ilon100.v4_0.message.E_LonString UCPTitemStatus, java.util.Calendar UCPTlastUpdate, java.lang.String UCPTdescription, java.lang.String UCPTuri, com.echelon.wsdl.web_services_ns.ilon100.v4_0.message.E_DpRef[] dataPoint, com.echelon.wsdl.web_services_ns.ilon100.v4_0.message.E_UniqueKey UCPTfbIndex, java.lang.String UCPTfptKey, com.echelon.wsdl.web_services_ns.ilon100.v4_0.message.E_LonString UCPTdynamic) { super( fault, UCPTname, UCPTannotation, UCPThidden, UCPTaliasName, UCPTitemStatus, UCPTlastUpdate, UCPTdescription, UCPTuri, dataPoint); this.UCPTfbIndex = UCPTfbIndex; this.UCPTfptKey = UCPTfptKey; this.UCPTdynamic = UCPTdynamic; } /** * Gets the UCPTfbIndex value for this LON_Fb_Cfg. * * @return UCPTfbIndex */ public com.echelon.wsdl.web_services_ns.ilon100.v4_0.message.E_UniqueKey getUCPTfbIndex() { return UCPTfbIndex; } /** * Sets the UCPTfbIndex value for this LON_Fb_Cfg. * * @param UCPTfbIndex */ public void setUCPTfbIndex(com.echelon.wsdl.web_services_ns.ilon100.v4_0.message.E_UniqueKey UCPTfbIndex) { this.UCPTfbIndex = UCPTfbIndex; } /** * Gets the UCPTfptKey value for this LON_Fb_Cfg. * * @return UCPTfptKey */ public java.lang.String getUCPTfptKey() { return UCPTfptKey; } /** * Sets the UCPTfptKey value for this LON_Fb_Cfg. * * @param UCPTfptKey */ public void setUCPTfptKey(java.lang.String UCPTfptKey) { this.UCPTfptKey = UCPTfptKey; } /** * Gets the UCPTdynamic value for this LON_Fb_Cfg. * * @return UCPTdynamic */ public com.echelon.wsdl.web_services_ns.ilon100.v4_0.message.E_LonString getUCPTdynamic() { return UCPTdynamic; } /** * Sets the UCPTdynamic value for this LON_Fb_Cfg. * * @param UCPTdynamic */ public void setUCPTdynamic(com.echelon.wsdl.web_services_ns.ilon100.v4_0.message.E_LonString UCPTdynamic) { this.UCPTdynamic = UCPTdynamic; } private java.lang.Object __equalsCalc = null; public synchronized boolean equals(java.lang.Object obj) { if (!(obj instanceof LON_Fb_Cfg)) return false; LON_Fb_Cfg other = (LON_Fb_Cfg) obj; if (obj == null) return false; if (this == obj) return true; if (__equalsCalc != null) { return (__equalsCalc == obj); } __equalsCalc = obj; boolean _equals; _equals = super.equals(obj) && ((this.UCPTfbIndex==null && other.getUCPTfbIndex()==null) || (this.UCPTfbIndex!=null && this.UCPTfbIndex.equals(other.getUCPTfbIndex()))) && ((this.UCPTfptKey==null && other.getUCPTfptKey()==null) || (this.UCPTfptKey!=null && this.UCPTfptKey.equals(other.getUCPTfptKey()))) && ((this.UCPTdynamic==null && other.getUCPTdynamic()==null) || (this.UCPTdynamic!=null && this.UCPTdynamic.equals(other.getUCPTdynamic()))); __equalsCalc = null; return _equals; } private boolean __hashCodeCalc = false; public synchronized int hashCode() { if (__hashCodeCalc) { return 0; } __hashCodeCalc = true; int _hashCode = super.hashCode(); if (getUCPTfbIndex() != null) { _hashCode += getUCPTfbIndex().hashCode(); } if (getUCPTfptKey() != null) { _hashCode += getUCPTfptKey().hashCode(); } if (getUCPTdynamic() != null) { _hashCode += getUCPTdynamic().hashCode(); } __hashCodeCalc = false; return _hashCode; } // Type metadata private static org.apache.axis.description.TypeDesc typeDesc = new org.apache.axis.description.TypeDesc(LON_Fb_Cfg.class, true); static { typeDesc.setXmlType(new javax.xml.namespace.QName("http://wsdl.echelon.com/web_services_ns/ilon100/v4.0/message/", "LON_Fb_Cfg")); org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("UCPTfbIndex"); elemField.setXmlName(new javax.xml.namespace.QName("http://wsdl.echelon.com/web_services_ns/ilon100/v4.0/message/", "UCPTfbIndex")); elemField.setXmlType(new javax.xml.namespace.QName("http://wsdl.echelon.com/web_services_ns/ilon100/v4.0/message/", "E_UniqueKey")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("UCPTfptKey"); elemField.setXmlName(new javax.xml.namespace.QName("http://wsdl.echelon.com/web_services_ns/ilon100/v4.0/message/", "UCPTfptKey")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("UCPTdynamic"); elemField.setXmlName(new javax.xml.namespace.QName("http://wsdl.echelon.com/web_services_ns/ilon100/v4.0/message/", "UCPTdynamic")); elemField.setXmlType(new javax.xml.namespace.QName("http://wsdl.echelon.com/web_services_ns/ilon100/v4.0/message/", "E_LonString")); elemField.setMinOccurs(0); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); } /** * Return type metadata object */ public static org.apache.axis.description.TypeDesc getTypeDesc() { return typeDesc; } /** * Get Custom Serializer */ public static org.apache.axis.encoding.Serializer getSerializer( java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType) { return new org.apache.axis.encoding.ser.BeanSerializer( _javaType, _xmlType, typeDesc); } /** * Get Custom Deserializer */ public static org.apache.axis.encoding.Deserializer getDeserializer( java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType) { return new org.apache.axis.encoding.ser.BeanDeserializer( _javaType, _xmlType, typeDesc); } }