/** * SPSuccessMeasure.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.borland.sctm.ws.performer; public class SPSuccessMeasure implements java.io.Serializable { private int miId; private java.lang.String msName; private java.lang.String msDescription; private boolean mbCondWasActive; private float mfCondMaxValue; private float mfValue; public SPSuccessMeasure() { } public SPSuccessMeasure( int miId, java.lang.String msName, java.lang.String msDescription, boolean mbCondWasActive, float mfCondMaxValue, float mfValue) { this.miId = miId; this.msName = msName; this.msDescription = msDescription; this.mbCondWasActive = mbCondWasActive; this.mfCondMaxValue = mfCondMaxValue; this.mfValue = mfValue; } /** * Gets the miId value for this SPSuccessMeasure. * * @return miId */ public int getMiId() { return miId; } /** * Sets the miId value for this SPSuccessMeasure. * * @param miId */ public void setMiId(int miId) { this.miId = miId; } /** * Gets the msName value for this SPSuccessMeasure. * * @return msName */ public java.lang.String getMsName() { return msName; } /** * Sets the msName value for this SPSuccessMeasure. * * @param msName */ public void setMsName(java.lang.String msName) { this.msName = msName; } /** * Gets the msDescription value for this SPSuccessMeasure. * * @return msDescription */ public java.lang.String getMsDescription() { return msDescription; } /** * Sets the msDescription value for this SPSuccessMeasure. * * @param msDescription */ public void setMsDescription(java.lang.String msDescription) { this.msDescription = msDescription; } /** * Gets the mbCondWasActive value for this SPSuccessMeasure. * * @return mbCondWasActive */ public boolean isMbCondWasActive() { return mbCondWasActive; } /** * Sets the mbCondWasActive value for this SPSuccessMeasure. * * @param mbCondWasActive */ public void setMbCondWasActive(boolean mbCondWasActive) { this.mbCondWasActive = mbCondWasActive; } /** * Gets the mfCondMaxValue value for this SPSuccessMeasure. * * @return mfCondMaxValue */ public float getMfCondMaxValue() { return mfCondMaxValue; } /** * Sets the mfCondMaxValue value for this SPSuccessMeasure. * * @param mfCondMaxValue */ public void setMfCondMaxValue(float mfCondMaxValue) { this.mfCondMaxValue = mfCondMaxValue; } /** * Gets the mfValue value for this SPSuccessMeasure. * * @return mfValue */ public float getMfValue() { return mfValue; } /** * Sets the mfValue value for this SPSuccessMeasure. * * @param mfValue */ public void setMfValue(float mfValue) { this.mfValue = mfValue; } private java.lang.Object __equalsCalc = null; public synchronized boolean equals(java.lang.Object obj) { if (!(obj instanceof SPSuccessMeasure)) return false; SPSuccessMeasure other = (SPSuccessMeasure) obj; if (obj == null) return false; if (this == obj) return true; if (__equalsCalc != null) { return (__equalsCalc == obj); } __equalsCalc = obj; boolean _equals; _equals = true && this.miId == other.getMiId() && ((this.msName==null && other.getMsName()==null) || (this.msName!=null && this.msName.equals(other.getMsName()))) && ((this.msDescription==null && other.getMsDescription()==null) || (this.msDescription!=null && this.msDescription.equals(other.getMsDescription()))) && this.mbCondWasActive == other.isMbCondWasActive() && this.mfCondMaxValue == other.getMfCondMaxValue() && this.mfValue == other.getMfValue(); __equalsCalc = null; return _equals; } private boolean __hashCodeCalc = false; public synchronized int hashCode() { if (__hashCodeCalc) { return 0; } __hashCodeCalc = true; int _hashCode = 1; _hashCode += getMiId(); if (getMsName() != null) { _hashCode += getMsName().hashCode(); } if (getMsDescription() != null) { _hashCode += getMsDescription().hashCode(); } _hashCode += (isMbCondWasActive() ? Boolean.TRUE : Boolean.FALSE).hashCode(); _hashCode += new Float(getMfCondMaxValue()).hashCode(); _hashCode += new Float(getMfValue()).hashCode(); __hashCodeCalc = false; return _hashCode; } // Type metadata private static org.apache.axis.description.TypeDesc typeDesc = new org.apache.axis.description.TypeDesc(SPSuccessMeasure.class, true); static { typeDesc.setXmlType(new javax.xml.namespace.QName("http://tm.segue.com", "SPSuccessMeasure")); org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("miId"); elemField.setXmlName(new javax.xml.namespace.QName("", "miId")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "int")); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("msName"); elemField.setXmlName(new javax.xml.namespace.QName("", "msName")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setNillable(true); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("msDescription"); elemField.setXmlName(new javax.xml.namespace.QName("", "msDescription")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string")); elemField.setNillable(true); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("mbCondWasActive"); elemField.setXmlName(new javax.xml.namespace.QName("", "mbCondWasActive")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "boolean")); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("mfCondMaxValue"); elemField.setXmlName(new javax.xml.namespace.QName("", "mfCondMaxValue")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "float")); elemField.setNillable(false); typeDesc.addFieldDesc(elemField); elemField = new org.apache.axis.description.ElementDesc(); elemField.setFieldName("mfValue"); elemField.setXmlName(new javax.xml.namespace.QName("", "mfValue")); elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "float")); 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); } }