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

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

The newest version!
/**
 * PendingShipmentAccessDetail.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;


/**
 * This information describes how and when a pending shipment may
 * be accessed for completion.
 */
public class PendingShipmentAccessDetail  implements java.io.Serializable {
    private com.fedex.ship.stub.PendingShipmentAccessorDetail[] accessorDetails;

    public PendingShipmentAccessDetail() {
    }

    public PendingShipmentAccessDetail(
           com.fedex.ship.stub.PendingShipmentAccessorDetail[] accessorDetails) {
           this.accessorDetails = accessorDetails;
    }


    /**
     * Gets the accessorDetails value for this PendingShipmentAccessDetail.
     * 
     * @return accessorDetails
     */
    public com.fedex.ship.stub.PendingShipmentAccessorDetail[] getAccessorDetails() {
        return accessorDetails;
    }


    /**
     * Sets the accessorDetails value for this PendingShipmentAccessDetail.
     * 
     * @param accessorDetails
     */
    public void setAccessorDetails(com.fedex.ship.stub.PendingShipmentAccessorDetail[] accessorDetails) {
        this.accessorDetails = accessorDetails;
    }

    public com.fedex.ship.stub.PendingShipmentAccessorDetail getAccessorDetails(int i) {
        return this.accessorDetails[i];
    }

    public void setAccessorDetails(int i, com.fedex.ship.stub.PendingShipmentAccessorDetail _value) {
        this.accessorDetails[i] = _value;
    }

    private java.lang.Object __equalsCalc = null;
    public synchronized boolean equals(java.lang.Object obj) {
        if (!(obj instanceof PendingShipmentAccessDetail)) return false;
        PendingShipmentAccessDetail other = (PendingShipmentAccessDetail) obj;
        if (obj == null) return false;
        if (this == obj) return true;
        if (__equalsCalc != null) {
            return (__equalsCalc == obj);
        }
        __equalsCalc = obj;
        boolean _equals;
        _equals = true && 
            ((this.accessorDetails==null && other.getAccessorDetails()==null) || 
             (this.accessorDetails!=null &&
              java.util.Arrays.equals(this.accessorDetails, other.getAccessorDetails())));
        __equalsCalc = null;
        return _equals;
    }

    private boolean __hashCodeCalc = false;
    public synchronized int hashCode() {
        if (__hashCodeCalc) {
            return 0;
        }
        __hashCodeCalc = true;
        int _hashCode = 1;
        if (getAccessorDetails() != null) {
            for (int i=0;
                 i




© 2015 - 2025 Weber Informatics LLC | Privacy Policy