All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fedex.ship.stub.RadionuclideDetail Maven / Gradle / Ivy

The newest version!
/**
 * RadionuclideDetail.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.fedex.ship.stub;

public class RadionuclideDetail  implements java.io.Serializable {
    private java.lang.String radionuclide;

    private com.fedex.ship.stub.RadionuclideActivity activity;

    /* Indicates whether packaging type "EXCEPTED" or "EXCEPTED_PACKAGE"
     * is for radioactive material in reportable quantity. */
    private java.lang.Boolean exceptedPackagingIsReportableQuantity;

    private com.fedex.ship.stub.PhysicalFormType physicalForm;

    private java.lang.String chemicalForm;

    public RadionuclideDetail() {
    }

    public RadionuclideDetail(
           java.lang.String radionuclide,
           com.fedex.ship.stub.RadionuclideActivity activity,
           java.lang.Boolean exceptedPackagingIsReportableQuantity,
           com.fedex.ship.stub.PhysicalFormType physicalForm,
           java.lang.String chemicalForm) {
           this.radionuclide = radionuclide;
           this.activity = activity;
           this.exceptedPackagingIsReportableQuantity = exceptedPackagingIsReportableQuantity;
           this.physicalForm = physicalForm;
           this.chemicalForm = chemicalForm;
    }


    /**
     * Gets the radionuclide value for this RadionuclideDetail.
     * 
     * @return radionuclide
     */
    public java.lang.String getRadionuclide() {
        return radionuclide;
    }


    /**
     * Sets the radionuclide value for this RadionuclideDetail.
     * 
     * @param radionuclide
     */
    public void setRadionuclide(java.lang.String radionuclide) {
        this.radionuclide = radionuclide;
    }


    /**
     * Gets the activity value for this RadionuclideDetail.
     * 
     * @return activity
     */
    public com.fedex.ship.stub.RadionuclideActivity getActivity() {
        return activity;
    }


    /**
     * Sets the activity value for this RadionuclideDetail.
     * 
     * @param activity
     */
    public void setActivity(com.fedex.ship.stub.RadionuclideActivity activity) {
        this.activity = activity;
    }


    /**
     * Gets the exceptedPackagingIsReportableQuantity value for this RadionuclideDetail.
     * 
     * @return exceptedPackagingIsReportableQuantity   * Indicates whether packaging type "EXCEPTED" or "EXCEPTED_PACKAGE"
     * is for radioactive material in reportable quantity.
     */
    public java.lang.Boolean getExceptedPackagingIsReportableQuantity() {
        return exceptedPackagingIsReportableQuantity;
    }


    /**
     * Sets the exceptedPackagingIsReportableQuantity value for this RadionuclideDetail.
     * 
     * @param exceptedPackagingIsReportableQuantity   * Indicates whether packaging type "EXCEPTED" or "EXCEPTED_PACKAGE"
     * is for radioactive material in reportable quantity.
     */
    public void setExceptedPackagingIsReportableQuantity(java.lang.Boolean exceptedPackagingIsReportableQuantity) {
        this.exceptedPackagingIsReportableQuantity = exceptedPackagingIsReportableQuantity;
    }


    /**
     * Gets the physicalForm value for this RadionuclideDetail.
     * 
     * @return physicalForm
     */
    public com.fedex.ship.stub.PhysicalFormType getPhysicalForm() {
        return physicalForm;
    }


    /**
     * Sets the physicalForm value for this RadionuclideDetail.
     * 
     * @param physicalForm
     */
    public void setPhysicalForm(com.fedex.ship.stub.PhysicalFormType physicalForm) {
        this.physicalForm = physicalForm;
    }


    /**
     * Gets the chemicalForm value for this RadionuclideDetail.
     * 
     * @return chemicalForm
     */
    public java.lang.String getChemicalForm() {
        return chemicalForm;
    }


    /**
     * Sets the chemicalForm value for this RadionuclideDetail.
     * 
     * @param chemicalForm
     */
    public void setChemicalForm(java.lang.String chemicalForm) {
        this.chemicalForm = chemicalForm;
    }

    private java.lang.Object __equalsCalc = null;
    public synchronized boolean equals(java.lang.Object obj) {
        if (!(obj instanceof RadionuclideDetail)) return false;
        RadionuclideDetail other = (RadionuclideDetail) obj;
        if (obj == null) return false;
        if (this == obj) return true;
        if (__equalsCalc != null) {
            return (__equalsCalc == obj);
        }
        __equalsCalc = obj;
        boolean _equals;
        _equals = true && 
            ((this.radionuclide==null && other.getRadionuclide()==null) || 
             (this.radionuclide!=null &&
              this.radionuclide.equals(other.getRadionuclide()))) &&
            ((this.activity==null && other.getActivity()==null) || 
             (this.activity!=null &&
              this.activity.equals(other.getActivity()))) &&
            ((this.exceptedPackagingIsReportableQuantity==null && other.getExceptedPackagingIsReportableQuantity()==null) || 
             (this.exceptedPackagingIsReportableQuantity!=null &&
              this.exceptedPackagingIsReportableQuantity.equals(other.getExceptedPackagingIsReportableQuantity()))) &&
            ((this.physicalForm==null && other.getPhysicalForm()==null) || 
             (this.physicalForm!=null &&
              this.physicalForm.equals(other.getPhysicalForm()))) &&
            ((this.chemicalForm==null && other.getChemicalForm()==null) || 
             (this.chemicalForm!=null &&
              this.chemicalForm.equals(other.getChemicalForm())));
        __equalsCalc = null;
        return _equals;
    }

    private boolean __hashCodeCalc = false;
    public synchronized int hashCode() {
        if (__hashCodeCalc) {
            return 0;
        }
        __hashCodeCalc = true;
        int _hashCode = 1;
        if (getRadionuclide() != null) {
            _hashCode += getRadionuclide().hashCode();
        }
        if (getActivity() != null) {
            _hashCode += getActivity().hashCode();
        }
        if (getExceptedPackagingIsReportableQuantity() != null) {
            _hashCode += getExceptedPackagingIsReportableQuantity().hashCode();
        }
        if (getPhysicalForm() != null) {
            _hashCode += getPhysicalForm().hashCode();
        }
        if (getChemicalForm() != null) {
            _hashCode += getChemicalForm().hashCode();
        }
        __hashCodeCalc = false;
        return _hashCode;
    }

    // Type metadata
    private static org.apache.axis.description.TypeDesc typeDesc =
        new org.apache.axis.description.TypeDesc(RadionuclideDetail.class, true);

    static {
        typeDesc.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/ship/v23", "RadionuclideDetail"));
        org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("radionuclide");
        elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/ship/v23", "Radionuclide"));
        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("activity");
        elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/ship/v23", "Activity"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/ship/v23", "RadionuclideActivity"));
        elemField.setMinOccurs(0);
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("exceptedPackagingIsReportableQuantity");
        elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/ship/v23", "ExceptedPackagingIsReportableQuantity"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "boolean"));
        elemField.setMinOccurs(0);
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("physicalForm");
        elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/ship/v23", "PhysicalForm"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/ship/v23", "PhysicalFormType"));
        elemField.setMinOccurs(0);
        elemField.setNillable(false);
        typeDesc.addFieldDesc(elemField);
        elemField = new org.apache.axis.description.ElementDesc();
        elemField.setFieldName("chemicalForm");
        elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/ship/v23", "ChemicalForm"));
        elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
        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);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy