Blame | Last modification | View Log | RSS feed
/*** TrackDetail.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.track.stub;/*** Detailed tracking information about a particular package.*/public class TrackDetail implements java.io.Serializable {/* To report soft error on an individual track detail. */private com.fedex.track.stub.Notification notification;/* The FedEx package identifier. */private java.lang.String trackingNumber;private com.fedex.track.stub.StringBarcode barcode;/* When duplicate tracking numbers exist this data is returned* with summary information for each of the duplicates. The summary information* is used to determine which of the duplicates the intended tracking* number is. This identifier is used on a subsequent track request to* retrieve the tracking data for the desired tracking number. */private java.lang.String trackingNumberUniqueIdentifier;/* A code that identifies this type of status. This is the most* recent status. */private java.lang.String statusCode;/* A human-readable description of this status. */private java.lang.String statusDescription;/* Used to report the status of a piece of a multiple piece shipment* which is no longer traveling with the rest of the packages in the* shipment or has not been accounted for. */private com.fedex.track.stub.TrackReconciliation reconciliation;/* Used to convey information such as. 1. FedEx has received information* about a package but has not yet taken possession of it. 2. FedEx has* handed the package off to a third party for final delivery. 3. The* package delivery has been cancelled */private java.lang.String serviceCommitMessage;/* Identifies a FedEx operating company (transportation). */private com.fedex.track.stub.CarrierCodeType carrierCode;/* Identifies operating transportation company that is the specific* to the carrier code. */private com.fedex.track.stub.OperatingCompanyType operatingCompany;/* Specifies the FXO production centre contact and address. */private com.fedex.track.stub.ContactAndAddress productionLocationContactAndAddress;/* Other related identifiers for this package such as reference* numbers. */private com.fedex.track.stub.TrackPackageIdentifier[] otherIdentifiers;/* Retained for legacy compatibility only. User/screen friendly* description of the Service type (e.g. Priority Overnight). */private java.lang.String serviceInfo;/* Strict representation of the Service type (e.g. PRIORITY_OVERNIGHT). */private com.fedex.track.stub.ServiceType serviceType;/* The weight of this package. */private com.fedex.track.stub.Weight packageWeight;/* Physical dimensions of the package. */private com.fedex.track.stub.Dimensions packageDimensions;/* The dimensional weight of the package. */private com.fedex.track.stub.Weight packageDimensionalWeight;/* The weight of the entire shipment. */private com.fedex.track.stub.Weight shipmentWeight;/* Retained for legacy compatibility only. */private java.lang.String packaging;/* Strict representation of the Packaging type (e.g. FEDEX_BOX,* YOUR_PACKAGING). */private com.fedex.track.stub.PackagingType packagingType;/* The sequence number of this package in a shipment. This would* be 2 if it was package number 2 of 4. */private org.apache.axis.types.NonNegativeInteger packageSequenceNumber;/* The number of packages in this shipment. */private org.apache.axis.types.NonNegativeInteger packageCount;private com.fedex.track.stub.TrackReturnLabelType trackReturnLabelType;private java.lang.String trackReturnDescription;/* The address information for the shipper. */private com.fedex.track.stub.Address shipperAddress;/* The address of the FedEx pickup location/facility. */private com.fedex.track.stub.Address originLocationAddress;/* Estimated package pickup time for shipments that haven't been* picked up. */private java.util.Calendar estimatedPickupTimestamp;/* Time package was shipped/tendered over to FedEx. Time portion* will be populated if available, otherwise will be set to midnight. */private java.util.Calendar shipTimestamp;/* The distance from the origin to the destination. Returned for* Custom Critical shipments. */private com.fedex.track.stub.Distance totalTransitDistance;/* Total distance package still has to travel. Returned for Custom* Critical shipments. */private com.fedex.track.stub.Distance distanceToDestination;/* The address this package is to be (or has been) delivered. */private com.fedex.track.stub.Address destinationAddress;/* The address of the FedEx delivery location/facility. */private com.fedex.track.stub.Address destinationLocationAddress;/* Projected package delivery time based on ship time stamp, service* and destination. Not populated if delivery has already occurred. */private java.util.Calendar estimatedDeliveryTimestamp;/* The time the package was actually delivered. */private java.util.Calendar actualDeliveryTimestamp;/* Actual address where package was delivered. Differs from destinationAddress,* which indicates where the package was to be delivered; This field* tells where delivery actually occurred (next door, at station, etc.) */private com.fedex.track.stub.Address actualDeliveryAddress;/* Identifies the method of office order delivery. */private com.fedex.track.stub.OfficeOrderDeliveryMethodType officeOrderDeliveryMethod;/* Strict text indicating the delivery location at the delivered* to address. */private com.fedex.track.stub.TrackDeliveryLocationType deliveryLocationType;/* User/screen friendly representation of the DeliveryLocationType* (delivery location at the delivered to address). Can be returned in* localized text. */private java.lang.String deliveryLocationDescription;/* This is either the name of the person that signed for the package* or "Signature not requested" or "Signature on file". */private java.lang.String deliverySignatureName;/* True if signed for by signature image is available. */private java.lang.Boolean signatureProofOfDeliveryAvailable;/* The types of email notifications that are available for the* package. */private com.fedex.track.stub.EMailNotificationEventType[] notificationEventsAvailable;/* Returned for cargo shipments only when they are currently split* across vehicles. */private com.fedex.track.stub.TrackSplitShipmentPart[] splitShipmentParts;/* Indicates redirection eligibility as determined by tracking* service, subject to refinement/override by redirect-to-hold service. */private com.fedex.track.stub.RedirectToHoldEligibilityType redirectToHoldEligibility;/* Event information for a tracking number. */private com.fedex.track.stub.TrackEvent[] events;public TrackDetail() {}public TrackDetail(com.fedex.track.stub.Notification notification,java.lang.String trackingNumber,com.fedex.track.stub.StringBarcode barcode,java.lang.String trackingNumberUniqueIdentifier,java.lang.String statusCode,java.lang.String statusDescription,com.fedex.track.stub.TrackReconciliation reconciliation,java.lang.String serviceCommitMessage,com.fedex.track.stub.CarrierCodeType carrierCode,com.fedex.track.stub.OperatingCompanyType operatingCompany,com.fedex.track.stub.ContactAndAddress productionLocationContactAndAddress,com.fedex.track.stub.TrackPackageIdentifier[] otherIdentifiers,java.lang.String serviceInfo,com.fedex.track.stub.ServiceType serviceType,com.fedex.track.stub.Weight packageWeight,com.fedex.track.stub.Dimensions packageDimensions,com.fedex.track.stub.Weight packageDimensionalWeight,com.fedex.track.stub.Weight shipmentWeight,java.lang.String packaging,com.fedex.track.stub.PackagingType packagingType,org.apache.axis.types.NonNegativeInteger packageSequenceNumber,org.apache.axis.types.NonNegativeInteger packageCount,com.fedex.track.stub.TrackReturnLabelType trackReturnLabelType,java.lang.String trackReturnDescription,com.fedex.track.stub.Address shipperAddress,com.fedex.track.stub.Address originLocationAddress,java.util.Calendar estimatedPickupTimestamp,java.util.Calendar shipTimestamp,com.fedex.track.stub.Distance totalTransitDistance,com.fedex.track.stub.Distance distanceToDestination,com.fedex.track.stub.Address destinationAddress,com.fedex.track.stub.Address destinationLocationAddress,java.util.Calendar estimatedDeliveryTimestamp,java.util.Calendar actualDeliveryTimestamp,com.fedex.track.stub.Address actualDeliveryAddress,com.fedex.track.stub.OfficeOrderDeliveryMethodType officeOrderDeliveryMethod,com.fedex.track.stub.TrackDeliveryLocationType deliveryLocationType,java.lang.String deliveryLocationDescription,java.lang.String deliverySignatureName,java.lang.Boolean signatureProofOfDeliveryAvailable,com.fedex.track.stub.EMailNotificationEventType[] notificationEventsAvailable,com.fedex.track.stub.TrackSplitShipmentPart[] splitShipmentParts,com.fedex.track.stub.RedirectToHoldEligibilityType redirectToHoldEligibility,com.fedex.track.stub.TrackEvent[] events) {this.notification = notification;this.trackingNumber = trackingNumber;this.barcode = barcode;this.trackingNumberUniqueIdentifier = trackingNumberUniqueIdentifier;this.statusCode = statusCode;this.statusDescription = statusDescription;this.reconciliation = reconciliation;this.serviceCommitMessage = serviceCommitMessage;this.carrierCode = carrierCode;this.operatingCompany = operatingCompany;this.productionLocationContactAndAddress = productionLocationContactAndAddress;this.otherIdentifiers = otherIdentifiers;this.serviceInfo = serviceInfo;this.serviceType = serviceType;this.packageWeight = packageWeight;this.packageDimensions = packageDimensions;this.packageDimensionalWeight = packageDimensionalWeight;this.shipmentWeight = shipmentWeight;this.packaging = packaging;this.packagingType = packagingType;this.packageSequenceNumber = packageSequenceNumber;this.packageCount = packageCount;this.trackReturnLabelType = trackReturnLabelType;this.trackReturnDescription = trackReturnDescription;this.shipperAddress = shipperAddress;this.originLocationAddress = originLocationAddress;this.estimatedPickupTimestamp = estimatedPickupTimestamp;this.shipTimestamp = shipTimestamp;this.totalTransitDistance = totalTransitDistance;this.distanceToDestination = distanceToDestination;this.destinationAddress = destinationAddress;this.destinationLocationAddress = destinationLocationAddress;this.estimatedDeliveryTimestamp = estimatedDeliveryTimestamp;this.actualDeliveryTimestamp = actualDeliveryTimestamp;this.actualDeliveryAddress = actualDeliveryAddress;this.officeOrderDeliveryMethod = officeOrderDeliveryMethod;this.deliveryLocationType = deliveryLocationType;this.deliveryLocationDescription = deliveryLocationDescription;this.deliverySignatureName = deliverySignatureName;this.signatureProofOfDeliveryAvailable = signatureProofOfDeliveryAvailable;this.notificationEventsAvailable = notificationEventsAvailable;this.splitShipmentParts = splitShipmentParts;this.redirectToHoldEligibility = redirectToHoldEligibility;this.events = events;}/*** Gets the notification value for this TrackDetail.** @return notification * To report soft error on an individual track detail.*/public com.fedex.track.stub.Notification getNotification() {return notification;}/*** Sets the notification value for this TrackDetail.** @param notification * To report soft error on an individual track detail.*/public void setNotification(com.fedex.track.stub.Notification notification) {this.notification = notification;}/*** Gets the trackingNumber value for this TrackDetail.** @return trackingNumber * The FedEx package identifier.*/public java.lang.String getTrackingNumber() {return trackingNumber;}/*** Sets the trackingNumber value for this TrackDetail.** @param trackingNumber * The FedEx package identifier.*/public void setTrackingNumber(java.lang.String trackingNumber) {this.trackingNumber = trackingNumber;}/*** Gets the barcode value for this TrackDetail.** @return barcode*/public com.fedex.track.stub.StringBarcode getBarcode() {return barcode;}/*** Sets the barcode value for this TrackDetail.** @param barcode*/public void setBarcode(com.fedex.track.stub.StringBarcode barcode) {this.barcode = barcode;}/*** Gets the trackingNumberUniqueIdentifier value for this TrackDetail.** @return trackingNumberUniqueIdentifier * When duplicate tracking numbers exist this data is returned* with summary information for each of the duplicates. The summary information* is used to determine which of the duplicates the intended tracking* number is. This identifier is used on a subsequent track request to* retrieve the tracking data for the desired tracking number.*/public java.lang.String getTrackingNumberUniqueIdentifier() {return trackingNumberUniqueIdentifier;}/*** Sets the trackingNumberUniqueIdentifier value for this TrackDetail.** @param trackingNumberUniqueIdentifier * When duplicate tracking numbers exist this data is returned* with summary information for each of the duplicates. The summary information* is used to determine which of the duplicates the intended tracking* number is. This identifier is used on a subsequent track request to* retrieve the tracking data for the desired tracking number.*/public void setTrackingNumberUniqueIdentifier(java.lang.String trackingNumberUniqueIdentifier) {this.trackingNumberUniqueIdentifier = trackingNumberUniqueIdentifier;}/*** Gets the statusCode value for this TrackDetail.** @return statusCode * A code that identifies this type of status. This is the most* recent status.*/public java.lang.String getStatusCode() {return statusCode;}/*** Sets the statusCode value for this TrackDetail.** @param statusCode * A code that identifies this type of status. This is the most* recent status.*/public void setStatusCode(java.lang.String statusCode) {this.statusCode = statusCode;}/*** Gets the statusDescription value for this TrackDetail.** @return statusDescription * A human-readable description of this status.*/public java.lang.String getStatusDescription() {return statusDescription;}/*** Sets the statusDescription value for this TrackDetail.** @param statusDescription * A human-readable description of this status.*/public void setStatusDescription(java.lang.String statusDescription) {this.statusDescription = statusDescription;}/*** Gets the reconciliation value for this TrackDetail.** @return reconciliation * Used to report the status of a piece of a multiple piece shipment* which is no longer traveling with the rest of the packages in the* shipment or has not been accounted for.*/public com.fedex.track.stub.TrackReconciliation getReconciliation() {return reconciliation;}/*** Sets the reconciliation value for this TrackDetail.** @param reconciliation * Used to report the status of a piece of a multiple piece shipment* which is no longer traveling with the rest of the packages in the* shipment or has not been accounted for.*/public void setReconciliation(com.fedex.track.stub.TrackReconciliation reconciliation) {this.reconciliation = reconciliation;}/*** Gets the serviceCommitMessage value for this TrackDetail.** @return serviceCommitMessage * Used to convey information such as. 1. FedEx has received information* about a package but has not yet taken possession of it. 2. FedEx has* handed the package off to a third party for final delivery. 3. The* package delivery has been cancelled*/public java.lang.String getServiceCommitMessage() {return serviceCommitMessage;}/*** Sets the serviceCommitMessage value for this TrackDetail.** @param serviceCommitMessage * Used to convey information such as. 1. FedEx has received information* about a package but has not yet taken possession of it. 2. FedEx has* handed the package off to a third party for final delivery. 3. The* package delivery has been cancelled*/public void setServiceCommitMessage(java.lang.String serviceCommitMessage) {this.serviceCommitMessage = serviceCommitMessage;}/*** Gets the carrierCode value for this TrackDetail.** @return carrierCode * Identifies a FedEx operating company (transportation).*/public com.fedex.track.stub.CarrierCodeType getCarrierCode() {return carrierCode;}/*** Sets the carrierCode value for this TrackDetail.** @param carrierCode * Identifies a FedEx operating company (transportation).*/public void setCarrierCode(com.fedex.track.stub.CarrierCodeType carrierCode) {this.carrierCode = carrierCode;}/*** Gets the operatingCompany value for this TrackDetail.** @return operatingCompany * Identifies operating transportation company that is the specific* to the carrier code.*/public com.fedex.track.stub.OperatingCompanyType getOperatingCompany() {return operatingCompany;}/*** Sets the operatingCompany value for this TrackDetail.** @param operatingCompany * Identifies operating transportation company that is the specific* to the carrier code.*/public void setOperatingCompany(com.fedex.track.stub.OperatingCompanyType operatingCompany) {this.operatingCompany = operatingCompany;}/*** Gets the productionLocationContactAndAddress value for this TrackDetail.** @return productionLocationContactAndAddress * Specifies the FXO production centre contact and address.*/public com.fedex.track.stub.ContactAndAddress getProductionLocationContactAndAddress() {return productionLocationContactAndAddress;}/*** Sets the productionLocationContactAndAddress value for this TrackDetail.** @param productionLocationContactAndAddress * Specifies the FXO production centre contact and address.*/public void setProductionLocationContactAndAddress(com.fedex.track.stub.ContactAndAddress productionLocationContactAndAddress) {this.productionLocationContactAndAddress = productionLocationContactAndAddress;}/*** Gets the otherIdentifiers value for this TrackDetail.** @return otherIdentifiers * Other related identifiers for this package such as reference* numbers.*/public com.fedex.track.stub.TrackPackageIdentifier[] getOtherIdentifiers() {return otherIdentifiers;}/*** Sets the otherIdentifiers value for this TrackDetail.** @param otherIdentifiers * Other related identifiers for this package such as reference* numbers.*/public void setOtherIdentifiers(com.fedex.track.stub.TrackPackageIdentifier[] otherIdentifiers) {this.otherIdentifiers = otherIdentifiers;}public com.fedex.track.stub.TrackPackageIdentifier getOtherIdentifiers(int i) {return this.otherIdentifiers[i];}public void setOtherIdentifiers(int i, com.fedex.track.stub.TrackPackageIdentifier _value) {this.otherIdentifiers[i] = _value;}/*** Gets the serviceInfo value for this TrackDetail.** @return serviceInfo * Retained for legacy compatibility only. User/screen friendly* description of the Service type (e.g. Priority Overnight).*/public java.lang.String getServiceInfo() {return serviceInfo;}/*** Sets the serviceInfo value for this TrackDetail.** @param serviceInfo * Retained for legacy compatibility only. User/screen friendly* description of the Service type (e.g. Priority Overnight).*/public void setServiceInfo(java.lang.String serviceInfo) {this.serviceInfo = serviceInfo;}/*** Gets the serviceType value for this TrackDetail.** @return serviceType * Strict representation of the Service type (e.g. PRIORITY_OVERNIGHT).*/public com.fedex.track.stub.ServiceType getServiceType() {return serviceType;}/*** Sets the serviceType value for this TrackDetail.** @param serviceType * Strict representation of the Service type (e.g. PRIORITY_OVERNIGHT).*/public void setServiceType(com.fedex.track.stub.ServiceType serviceType) {this.serviceType = serviceType;}/*** Gets the packageWeight value for this TrackDetail.** @return packageWeight * The weight of this package.*/public com.fedex.track.stub.Weight getPackageWeight() {return packageWeight;}/*** Sets the packageWeight value for this TrackDetail.** @param packageWeight * The weight of this package.*/public void setPackageWeight(com.fedex.track.stub.Weight packageWeight) {this.packageWeight = packageWeight;}/*** Gets the packageDimensions value for this TrackDetail.** @return packageDimensions * Physical dimensions of the package.*/public com.fedex.track.stub.Dimensions getPackageDimensions() {return packageDimensions;}/*** Sets the packageDimensions value for this TrackDetail.** @param packageDimensions * Physical dimensions of the package.*/public void setPackageDimensions(com.fedex.track.stub.Dimensions packageDimensions) {this.packageDimensions = packageDimensions;}/*** Gets the packageDimensionalWeight value for this TrackDetail.** @return packageDimensionalWeight * The dimensional weight of the package.*/public com.fedex.track.stub.Weight getPackageDimensionalWeight() {return packageDimensionalWeight;}/*** Sets the packageDimensionalWeight value for this TrackDetail.** @param packageDimensionalWeight * The dimensional weight of the package.*/public void setPackageDimensionalWeight(com.fedex.track.stub.Weight packageDimensionalWeight) {this.packageDimensionalWeight = packageDimensionalWeight;}/*** Gets the shipmentWeight value for this TrackDetail.** @return shipmentWeight * The weight of the entire shipment.*/public com.fedex.track.stub.Weight getShipmentWeight() {return shipmentWeight;}/*** Sets the shipmentWeight value for this TrackDetail.** @param shipmentWeight * The weight of the entire shipment.*/public void setShipmentWeight(com.fedex.track.stub.Weight shipmentWeight) {this.shipmentWeight = shipmentWeight;}/*** Gets the packaging value for this TrackDetail.** @return packaging * Retained for legacy compatibility only.*/public java.lang.String getPackaging() {return packaging;}/*** Sets the packaging value for this TrackDetail.** @param packaging * Retained for legacy compatibility only.*/public void setPackaging(java.lang.String packaging) {this.packaging = packaging;}/*** Gets the packagingType value for this TrackDetail.** @return packagingType * Strict representation of the Packaging type (e.g. FEDEX_BOX,* YOUR_PACKAGING).*/public com.fedex.track.stub.PackagingType getPackagingType() {return packagingType;}/*** Sets the packagingType value for this TrackDetail.** @param packagingType * Strict representation of the Packaging type (e.g. FEDEX_BOX,* YOUR_PACKAGING).*/public void setPackagingType(com.fedex.track.stub.PackagingType packagingType) {this.packagingType = packagingType;}/*** Gets the packageSequenceNumber value for this TrackDetail.** @return packageSequenceNumber * The sequence number of this package in a shipment. This would* be 2 if it was package number 2 of 4.*/public org.apache.axis.types.NonNegativeInteger getPackageSequenceNumber() {return packageSequenceNumber;}/*** Sets the packageSequenceNumber value for this TrackDetail.** @param packageSequenceNumber * The sequence number of this package in a shipment. This would* be 2 if it was package number 2 of 4.*/public void setPackageSequenceNumber(org.apache.axis.types.NonNegativeInteger packageSequenceNumber) {this.packageSequenceNumber = packageSequenceNumber;}/*** Gets the packageCount value for this TrackDetail.** @return packageCount * The number of packages in this shipment.*/public org.apache.axis.types.NonNegativeInteger getPackageCount() {return packageCount;}/*** Sets the packageCount value for this TrackDetail.** @param packageCount * The number of packages in this shipment.*/public void setPackageCount(org.apache.axis.types.NonNegativeInteger packageCount) {this.packageCount = packageCount;}/*** Gets the trackReturnLabelType value for this TrackDetail.** @return trackReturnLabelType*/public com.fedex.track.stub.TrackReturnLabelType getTrackReturnLabelType() {return trackReturnLabelType;}/*** Sets the trackReturnLabelType value for this TrackDetail.** @param trackReturnLabelType*/public void setTrackReturnLabelType(com.fedex.track.stub.TrackReturnLabelType trackReturnLabelType) {this.trackReturnLabelType = trackReturnLabelType;}/*** Gets the trackReturnDescription value for this TrackDetail.** @return trackReturnDescription*/public java.lang.String getTrackReturnDescription() {return trackReturnDescription;}/*** Sets the trackReturnDescription value for this TrackDetail.** @param trackReturnDescription*/public void setTrackReturnDescription(java.lang.String trackReturnDescription) {this.trackReturnDescription = trackReturnDescription;}/*** Gets the shipperAddress value for this TrackDetail.** @return shipperAddress * The address information for the shipper.*/public com.fedex.track.stub.Address getShipperAddress() {return shipperAddress;}/*** Sets the shipperAddress value for this TrackDetail.** @param shipperAddress * The address information for the shipper.*/public void setShipperAddress(com.fedex.track.stub.Address shipperAddress) {this.shipperAddress = shipperAddress;}/*** Gets the originLocationAddress value for this TrackDetail.** @return originLocationAddress * The address of the FedEx pickup location/facility.*/public com.fedex.track.stub.Address getOriginLocationAddress() {return originLocationAddress;}/*** Sets the originLocationAddress value for this TrackDetail.** @param originLocationAddress * The address of the FedEx pickup location/facility.*/public void setOriginLocationAddress(com.fedex.track.stub.Address originLocationAddress) {this.originLocationAddress = originLocationAddress;}/*** Gets the estimatedPickupTimestamp value for this TrackDetail.** @return estimatedPickupTimestamp * Estimated package pickup time for shipments that haven't been* picked up.*/public java.util.Calendar getEstimatedPickupTimestamp() {return estimatedPickupTimestamp;}/*** Sets the estimatedPickupTimestamp value for this TrackDetail.** @param estimatedPickupTimestamp * Estimated package pickup time for shipments that haven't been* picked up.*/public void setEstimatedPickupTimestamp(java.util.Calendar estimatedPickupTimestamp) {this.estimatedPickupTimestamp = estimatedPickupTimestamp;}/*** Gets the shipTimestamp value for this TrackDetail.** @return shipTimestamp * Time package was shipped/tendered over to FedEx. Time portion* will be populated if available, otherwise will be set to midnight.*/public java.util.Calendar getShipTimestamp() {return shipTimestamp;}/*** Sets the shipTimestamp value for this TrackDetail.** @param shipTimestamp * Time package was shipped/tendered over to FedEx. Time portion* will be populated if available, otherwise will be set to midnight.*/public void setShipTimestamp(java.util.Calendar shipTimestamp) {this.shipTimestamp = shipTimestamp;}/*** Gets the totalTransitDistance value for this TrackDetail.** @return totalTransitDistance * The distance from the origin to the destination. Returned for* Custom Critical shipments.*/public com.fedex.track.stub.Distance getTotalTransitDistance() {return totalTransitDistance;}/*** Sets the totalTransitDistance value for this TrackDetail.** @param totalTransitDistance * The distance from the origin to the destination. Returned for* Custom Critical shipments.*/public void setTotalTransitDistance(com.fedex.track.stub.Distance totalTransitDistance) {this.totalTransitDistance = totalTransitDistance;}/*** Gets the distanceToDestination value for this TrackDetail.** @return distanceToDestination * Total distance package still has to travel. Returned for Custom* Critical shipments.*/public com.fedex.track.stub.Distance getDistanceToDestination() {return distanceToDestination;}/*** Sets the distanceToDestination value for this TrackDetail.** @param distanceToDestination * Total distance package still has to travel. Returned for Custom* Critical shipments.*/public void setDistanceToDestination(com.fedex.track.stub.Distance distanceToDestination) {this.distanceToDestination = distanceToDestination;}/*** Gets the destinationAddress value for this TrackDetail.** @return destinationAddress * The address this package is to be (or has been) delivered.*/public com.fedex.track.stub.Address getDestinationAddress() {return destinationAddress;}/*** Sets the destinationAddress value for this TrackDetail.** @param destinationAddress * The address this package is to be (or has been) delivered.*/public void setDestinationAddress(com.fedex.track.stub.Address destinationAddress) {this.destinationAddress = destinationAddress;}/*** Gets the destinationLocationAddress value for this TrackDetail.** @return destinationLocationAddress * The address of the FedEx delivery location/facility.*/public com.fedex.track.stub.Address getDestinationLocationAddress() {return destinationLocationAddress;}/*** Sets the destinationLocationAddress value for this TrackDetail.** @param destinationLocationAddress * The address of the FedEx delivery location/facility.*/public void setDestinationLocationAddress(com.fedex.track.stub.Address destinationLocationAddress) {this.destinationLocationAddress = destinationLocationAddress;}/*** Gets the estimatedDeliveryTimestamp value for this TrackDetail.** @return estimatedDeliveryTimestamp * Projected package delivery time based on ship time stamp, service* and destination. Not populated if delivery has already occurred.*/public java.util.Calendar getEstimatedDeliveryTimestamp() {return estimatedDeliveryTimestamp;}/*** Sets the estimatedDeliveryTimestamp value for this TrackDetail.** @param estimatedDeliveryTimestamp * Projected package delivery time based on ship time stamp, service* and destination. Not populated if delivery has already occurred.*/public void setEstimatedDeliveryTimestamp(java.util.Calendar estimatedDeliveryTimestamp) {this.estimatedDeliveryTimestamp = estimatedDeliveryTimestamp;}/*** Gets the actualDeliveryTimestamp value for this TrackDetail.** @return actualDeliveryTimestamp * The time the package was actually delivered.*/public java.util.Calendar getActualDeliveryTimestamp() {return actualDeliveryTimestamp;}/*** Sets the actualDeliveryTimestamp value for this TrackDetail.** @param actualDeliveryTimestamp * The time the package was actually delivered.*/public void setActualDeliveryTimestamp(java.util.Calendar actualDeliveryTimestamp) {this.actualDeliveryTimestamp = actualDeliveryTimestamp;}/*** Gets the actualDeliveryAddress value for this TrackDetail.** @return actualDeliveryAddress * Actual address where package was delivered. Differs from destinationAddress,* which indicates where the package was to be delivered; This field* tells where delivery actually occurred (next door, at station, etc.)*/public com.fedex.track.stub.Address getActualDeliveryAddress() {return actualDeliveryAddress;}/*** Sets the actualDeliveryAddress value for this TrackDetail.** @param actualDeliveryAddress * Actual address where package was delivered. Differs from destinationAddress,* which indicates where the package was to be delivered; This field* tells where delivery actually occurred (next door, at station, etc.)*/public void setActualDeliveryAddress(com.fedex.track.stub.Address actualDeliveryAddress) {this.actualDeliveryAddress = actualDeliveryAddress;}/*** Gets the officeOrderDeliveryMethod value for this TrackDetail.** @return officeOrderDeliveryMethod * Identifies the method of office order delivery.*/public com.fedex.track.stub.OfficeOrderDeliveryMethodType getOfficeOrderDeliveryMethod() {return officeOrderDeliveryMethod;}/*** Sets the officeOrderDeliveryMethod value for this TrackDetail.** @param officeOrderDeliveryMethod * Identifies the method of office order delivery.*/public void setOfficeOrderDeliveryMethod(com.fedex.track.stub.OfficeOrderDeliveryMethodType officeOrderDeliveryMethod) {this.officeOrderDeliveryMethod = officeOrderDeliveryMethod;}/*** Gets the deliveryLocationType value for this TrackDetail.** @return deliveryLocationType * Strict text indicating the delivery location at the delivered* to address.*/public com.fedex.track.stub.TrackDeliveryLocationType getDeliveryLocationType() {return deliveryLocationType;}/*** Sets the deliveryLocationType value for this TrackDetail.** @param deliveryLocationType * Strict text indicating the delivery location at the delivered* to address.*/public void setDeliveryLocationType(com.fedex.track.stub.TrackDeliveryLocationType deliveryLocationType) {this.deliveryLocationType = deliveryLocationType;}/*** Gets the deliveryLocationDescription value for this TrackDetail.** @return deliveryLocationDescription * User/screen friendly representation of the DeliveryLocationType* (delivery location at the delivered to address). Can be returned in* localized text.*/public java.lang.String getDeliveryLocationDescription() {return deliveryLocationDescription;}/*** Sets the deliveryLocationDescription value for this TrackDetail.** @param deliveryLocationDescription * User/screen friendly representation of the DeliveryLocationType* (delivery location at the delivered to address). Can be returned in* localized text.*/public void setDeliveryLocationDescription(java.lang.String deliveryLocationDescription) {this.deliveryLocationDescription = deliveryLocationDescription;}/*** Gets the deliverySignatureName value for this TrackDetail.** @return deliverySignatureName * This is either the name of the person that signed for the package* or "Signature not requested" or "Signature on file".*/public java.lang.String getDeliverySignatureName() {return deliverySignatureName;}/*** Sets the deliverySignatureName value for this TrackDetail.** @param deliverySignatureName * This is either the name of the person that signed for the package* or "Signature not requested" or "Signature on file".*/public void setDeliverySignatureName(java.lang.String deliverySignatureName) {this.deliverySignatureName = deliverySignatureName;}/*** Gets the signatureProofOfDeliveryAvailable value for this TrackDetail.** @return signatureProofOfDeliveryAvailable * True if signed for by signature image is available.*/public java.lang.Boolean getSignatureProofOfDeliveryAvailable() {return signatureProofOfDeliveryAvailable;}/*** Sets the signatureProofOfDeliveryAvailable value for this TrackDetail.** @param signatureProofOfDeliveryAvailable * True if signed for by signature image is available.*/public void setSignatureProofOfDeliveryAvailable(java.lang.Boolean signatureProofOfDeliveryAvailable) {this.signatureProofOfDeliveryAvailable = signatureProofOfDeliveryAvailable;}/*** Gets the notificationEventsAvailable value for this TrackDetail.** @return notificationEventsAvailable * The types of email notifications that are available for the* package.*/public com.fedex.track.stub.EMailNotificationEventType[] getNotificationEventsAvailable() {return notificationEventsAvailable;}/*** Sets the notificationEventsAvailable value for this TrackDetail.** @param notificationEventsAvailable * The types of email notifications that are available for the* package.*/public void setNotificationEventsAvailable(com.fedex.track.stub.EMailNotificationEventType[] notificationEventsAvailable) {this.notificationEventsAvailable = notificationEventsAvailable;}public com.fedex.track.stub.EMailNotificationEventType getNotificationEventsAvailable(int i) {return this.notificationEventsAvailable[i];}public void setNotificationEventsAvailable(int i, com.fedex.track.stub.EMailNotificationEventType _value) {this.notificationEventsAvailable[i] = _value;}/*** Gets the splitShipmentParts value for this TrackDetail.** @return splitShipmentParts * Returned for cargo shipments only when they are currently split* across vehicles.*/public com.fedex.track.stub.TrackSplitShipmentPart[] getSplitShipmentParts() {return splitShipmentParts;}/*** Sets the splitShipmentParts value for this TrackDetail.** @param splitShipmentParts * Returned for cargo shipments only when they are currently split* across vehicles.*/public void setSplitShipmentParts(com.fedex.track.stub.TrackSplitShipmentPart[] splitShipmentParts) {this.splitShipmentParts = splitShipmentParts;}public com.fedex.track.stub.TrackSplitShipmentPart getSplitShipmentParts(int i) {return this.splitShipmentParts[i];}public void setSplitShipmentParts(int i, com.fedex.track.stub.TrackSplitShipmentPart _value) {this.splitShipmentParts[i] = _value;}/*** Gets the redirectToHoldEligibility value for this TrackDetail.** @return redirectToHoldEligibility * Indicates redirection eligibility as determined by tracking* service, subject to refinement/override by redirect-to-hold service.*/public com.fedex.track.stub.RedirectToHoldEligibilityType getRedirectToHoldEligibility() {return redirectToHoldEligibility;}/*** Sets the redirectToHoldEligibility value for this TrackDetail.** @param redirectToHoldEligibility * Indicates redirection eligibility as determined by tracking* service, subject to refinement/override by redirect-to-hold service.*/public void setRedirectToHoldEligibility(com.fedex.track.stub.RedirectToHoldEligibilityType redirectToHoldEligibility) {this.redirectToHoldEligibility = redirectToHoldEligibility;}/*** Gets the events value for this TrackDetail.** @return events * Event information for a tracking number.*/public com.fedex.track.stub.TrackEvent[] getEvents() {return events;}/*** Sets the events value for this TrackDetail.** @param events * Event information for a tracking number.*/public void setEvents(com.fedex.track.stub.TrackEvent[] events) {this.events = events;}public com.fedex.track.stub.TrackEvent getEvents(int i) {return this.events[i];}public void setEvents(int i, com.fedex.track.stub.TrackEvent _value) {this.events[i] = _value;}private java.lang.Object __equalsCalc = null;public synchronized boolean equals(java.lang.Object obj) {if (!(obj instanceof TrackDetail)) return false;TrackDetail other = (TrackDetail) obj;if (obj == null) return false;if (this == obj) return true;if (__equalsCalc != null) {return (__equalsCalc == obj);}__equalsCalc = obj;boolean _equals;_equals = true &&((this.notification==null && other.getNotification()==null) ||(this.notification!=null &&this.notification.equals(other.getNotification()))) &&((this.trackingNumber==null && other.getTrackingNumber()==null) ||(this.trackingNumber!=null &&this.trackingNumber.equals(other.getTrackingNumber()))) &&((this.barcode==null && other.getBarcode()==null) ||(this.barcode!=null &&this.barcode.equals(other.getBarcode()))) &&((this.trackingNumberUniqueIdentifier==null && other.getTrackingNumberUniqueIdentifier()==null) ||(this.trackingNumberUniqueIdentifier!=null &&this.trackingNumberUniqueIdentifier.equals(other.getTrackingNumberUniqueIdentifier()))) &&((this.statusCode==null && other.getStatusCode()==null) ||(this.statusCode!=null &&this.statusCode.equals(other.getStatusCode()))) &&((this.statusDescription==null && other.getStatusDescription()==null) ||(this.statusDescription!=null &&this.statusDescription.equals(other.getStatusDescription()))) &&((this.reconciliation==null && other.getReconciliation()==null) ||(this.reconciliation!=null &&this.reconciliation.equals(other.getReconciliation()))) &&((this.serviceCommitMessage==null && other.getServiceCommitMessage()==null) ||(this.serviceCommitMessage!=null &&this.serviceCommitMessage.equals(other.getServiceCommitMessage()))) &&((this.carrierCode==null && other.getCarrierCode()==null) ||(this.carrierCode!=null &&this.carrierCode.equals(other.getCarrierCode()))) &&((this.operatingCompany==null && other.getOperatingCompany()==null) ||(this.operatingCompany!=null &&this.operatingCompany.equals(other.getOperatingCompany()))) &&((this.productionLocationContactAndAddress==null && other.getProductionLocationContactAndAddress()==null) ||(this.productionLocationContactAndAddress!=null &&this.productionLocationContactAndAddress.equals(other.getProductionLocationContactAndAddress()))) &&((this.otherIdentifiers==null && other.getOtherIdentifiers()==null) ||(this.otherIdentifiers!=null &&java.util.Arrays.equals(this.otherIdentifiers, other.getOtherIdentifiers()))) &&((this.serviceInfo==null && other.getServiceInfo()==null) ||(this.serviceInfo!=null &&this.serviceInfo.equals(other.getServiceInfo()))) &&((this.serviceType==null && other.getServiceType()==null) ||(this.serviceType!=null &&this.serviceType.equals(other.getServiceType()))) &&((this.packageWeight==null && other.getPackageWeight()==null) ||(this.packageWeight!=null &&this.packageWeight.equals(other.getPackageWeight()))) &&((this.packageDimensions==null && other.getPackageDimensions()==null) ||(this.packageDimensions!=null &&this.packageDimensions.equals(other.getPackageDimensions()))) &&((this.packageDimensionalWeight==null && other.getPackageDimensionalWeight()==null) ||(this.packageDimensionalWeight!=null &&this.packageDimensionalWeight.equals(other.getPackageDimensionalWeight()))) &&((this.shipmentWeight==null && other.getShipmentWeight()==null) ||(this.shipmentWeight!=null &&this.shipmentWeight.equals(other.getShipmentWeight()))) &&((this.packaging==null && other.getPackaging()==null) ||(this.packaging!=null &&this.packaging.equals(other.getPackaging()))) &&((this.packagingType==null && other.getPackagingType()==null) ||(this.packagingType!=null &&this.packagingType.equals(other.getPackagingType()))) &&((this.packageSequenceNumber==null && other.getPackageSequenceNumber()==null) ||(this.packageSequenceNumber!=null &&this.packageSequenceNumber.equals(other.getPackageSequenceNumber()))) &&((this.packageCount==null && other.getPackageCount()==null) ||(this.packageCount!=null &&this.packageCount.equals(other.getPackageCount()))) &&((this.trackReturnLabelType==null && other.getTrackReturnLabelType()==null) ||(this.trackReturnLabelType!=null &&this.trackReturnLabelType.equals(other.getTrackReturnLabelType()))) &&((this.trackReturnDescription==null && other.getTrackReturnDescription()==null) ||(this.trackReturnDescription!=null &&this.trackReturnDescription.equals(other.getTrackReturnDescription()))) &&((this.shipperAddress==null && other.getShipperAddress()==null) ||(this.shipperAddress!=null &&this.shipperAddress.equals(other.getShipperAddress()))) &&((this.originLocationAddress==null && other.getOriginLocationAddress()==null) ||(this.originLocationAddress!=null &&this.originLocationAddress.equals(other.getOriginLocationAddress()))) &&((this.estimatedPickupTimestamp==null && other.getEstimatedPickupTimestamp()==null) ||(this.estimatedPickupTimestamp!=null &&this.estimatedPickupTimestamp.equals(other.getEstimatedPickupTimestamp()))) &&((this.shipTimestamp==null && other.getShipTimestamp()==null) ||(this.shipTimestamp!=null &&this.shipTimestamp.equals(other.getShipTimestamp()))) &&((this.totalTransitDistance==null && other.getTotalTransitDistance()==null) ||(this.totalTransitDistance!=null &&this.totalTransitDistance.equals(other.getTotalTransitDistance()))) &&((this.distanceToDestination==null && other.getDistanceToDestination()==null) ||(this.distanceToDestination!=null &&this.distanceToDestination.equals(other.getDistanceToDestination()))) &&((this.destinationAddress==null && other.getDestinationAddress()==null) ||(this.destinationAddress!=null &&this.destinationAddress.equals(other.getDestinationAddress()))) &&((this.destinationLocationAddress==null && other.getDestinationLocationAddress()==null) ||(this.destinationLocationAddress!=null &&this.destinationLocationAddress.equals(other.getDestinationLocationAddress()))) &&((this.estimatedDeliveryTimestamp==null && other.getEstimatedDeliveryTimestamp()==null) ||(this.estimatedDeliveryTimestamp!=null &&this.estimatedDeliveryTimestamp.equals(other.getEstimatedDeliveryTimestamp()))) &&((this.actualDeliveryTimestamp==null && other.getActualDeliveryTimestamp()==null) ||(this.actualDeliveryTimestamp!=null &&this.actualDeliveryTimestamp.equals(other.getActualDeliveryTimestamp()))) &&((this.actualDeliveryAddress==null && other.getActualDeliveryAddress()==null) ||(this.actualDeliveryAddress!=null &&this.actualDeliveryAddress.equals(other.getActualDeliveryAddress()))) &&((this.officeOrderDeliveryMethod==null && other.getOfficeOrderDeliveryMethod()==null) ||(this.officeOrderDeliveryMethod!=null &&this.officeOrderDeliveryMethod.equals(other.getOfficeOrderDeliveryMethod()))) &&((this.deliveryLocationType==null && other.getDeliveryLocationType()==null) ||(this.deliveryLocationType!=null &&this.deliveryLocationType.equals(other.getDeliveryLocationType()))) &&((this.deliveryLocationDescription==null && other.getDeliveryLocationDescription()==null) ||(this.deliveryLocationDescription!=null &&this.deliveryLocationDescription.equals(other.getDeliveryLocationDescription()))) &&((this.deliverySignatureName==null && other.getDeliverySignatureName()==null) ||(this.deliverySignatureName!=null &&this.deliverySignatureName.equals(other.getDeliverySignatureName()))) &&((this.signatureProofOfDeliveryAvailable==null && other.getSignatureProofOfDeliveryAvailable()==null) ||(this.signatureProofOfDeliveryAvailable!=null &&this.signatureProofOfDeliveryAvailable.equals(other.getSignatureProofOfDeliveryAvailable()))) &&((this.notificationEventsAvailable==null && other.getNotificationEventsAvailable()==null) ||(this.notificationEventsAvailable!=null &&java.util.Arrays.equals(this.notificationEventsAvailable, other.getNotificationEventsAvailable()))) &&((this.splitShipmentParts==null && other.getSplitShipmentParts()==null) ||(this.splitShipmentParts!=null &&java.util.Arrays.equals(this.splitShipmentParts, other.getSplitShipmentParts()))) &&((this.redirectToHoldEligibility==null && other.getRedirectToHoldEligibility()==null) ||(this.redirectToHoldEligibility!=null &&this.redirectToHoldEligibility.equals(other.getRedirectToHoldEligibility()))) &&((this.events==null && other.getEvents()==null) ||(this.events!=null &&java.util.Arrays.equals(this.events, other.getEvents())));__equalsCalc = null;return _equals;}private boolean __hashCodeCalc = false;public synchronized int hashCode() {if (__hashCodeCalc) {return 0;}__hashCodeCalc = true;int _hashCode = 1;if (getNotification() != null) {_hashCode += getNotification().hashCode();}if (getTrackingNumber() != null) {_hashCode += getTrackingNumber().hashCode();}if (getBarcode() != null) {_hashCode += getBarcode().hashCode();}if (getTrackingNumberUniqueIdentifier() != null) {_hashCode += getTrackingNumberUniqueIdentifier().hashCode();}if (getStatusCode() != null) {_hashCode += getStatusCode().hashCode();}if (getStatusDescription() != null) {_hashCode += getStatusDescription().hashCode();}if (getReconciliation() != null) {_hashCode += getReconciliation().hashCode();}if (getServiceCommitMessage() != null) {_hashCode += getServiceCommitMessage().hashCode();}if (getCarrierCode() != null) {_hashCode += getCarrierCode().hashCode();}if (getOperatingCompany() != null) {_hashCode += getOperatingCompany().hashCode();}if (getProductionLocationContactAndAddress() != null) {_hashCode += getProductionLocationContactAndAddress().hashCode();}if (getOtherIdentifiers() != null) {for (int i=0;i<java.lang.reflect.Array.getLength(getOtherIdentifiers());i++) {java.lang.Object obj = java.lang.reflect.Array.get(getOtherIdentifiers(), i);if (obj != null &&!obj.getClass().isArray()) {_hashCode += obj.hashCode();}}}if (getServiceInfo() != null) {_hashCode += getServiceInfo().hashCode();}if (getServiceType() != null) {_hashCode += getServiceType().hashCode();}if (getPackageWeight() != null) {_hashCode += getPackageWeight().hashCode();}if (getPackageDimensions() != null) {_hashCode += getPackageDimensions().hashCode();}if (getPackageDimensionalWeight() != null) {_hashCode += getPackageDimensionalWeight().hashCode();}if (getShipmentWeight() != null) {_hashCode += getShipmentWeight().hashCode();}if (getPackaging() != null) {_hashCode += getPackaging().hashCode();}if (getPackagingType() != null) {_hashCode += getPackagingType().hashCode();}if (getPackageSequenceNumber() != null) {_hashCode += getPackageSequenceNumber().hashCode();}if (getPackageCount() != null) {_hashCode += getPackageCount().hashCode();}if (getTrackReturnLabelType() != null) {_hashCode += getTrackReturnLabelType().hashCode();}if (getTrackReturnDescription() != null) {_hashCode += getTrackReturnDescription().hashCode();}if (getShipperAddress() != null) {_hashCode += getShipperAddress().hashCode();}if (getOriginLocationAddress() != null) {_hashCode += getOriginLocationAddress().hashCode();}if (getEstimatedPickupTimestamp() != null) {_hashCode += getEstimatedPickupTimestamp().hashCode();}if (getShipTimestamp() != null) {_hashCode += getShipTimestamp().hashCode();}if (getTotalTransitDistance() != null) {_hashCode += getTotalTransitDistance().hashCode();}if (getDistanceToDestination() != null) {_hashCode += getDistanceToDestination().hashCode();}if (getDestinationAddress() != null) {_hashCode += getDestinationAddress().hashCode();}if (getDestinationLocationAddress() != null) {_hashCode += getDestinationLocationAddress().hashCode();}if (getEstimatedDeliveryTimestamp() != null) {_hashCode += getEstimatedDeliveryTimestamp().hashCode();}if (getActualDeliveryTimestamp() != null) {_hashCode += getActualDeliveryTimestamp().hashCode();}if (getActualDeliveryAddress() != null) {_hashCode += getActualDeliveryAddress().hashCode();}if (getOfficeOrderDeliveryMethod() != null) {_hashCode += getOfficeOrderDeliveryMethod().hashCode();}if (getDeliveryLocationType() != null) {_hashCode += getDeliveryLocationType().hashCode();}if (getDeliveryLocationDescription() != null) {_hashCode += getDeliveryLocationDescription().hashCode();}if (getDeliverySignatureName() != null) {_hashCode += getDeliverySignatureName().hashCode();}if (getSignatureProofOfDeliveryAvailable() != null) {_hashCode += getSignatureProofOfDeliveryAvailable().hashCode();}if (getNotificationEventsAvailable() != null) {for (int i=0;i<java.lang.reflect.Array.getLength(getNotificationEventsAvailable());i++) {java.lang.Object obj = java.lang.reflect.Array.get(getNotificationEventsAvailable(), i);if (obj != null &&!obj.getClass().isArray()) {_hashCode += obj.hashCode();}}}if (getSplitShipmentParts() != null) {for (int i=0;i<java.lang.reflect.Array.getLength(getSplitShipmentParts());i++) {java.lang.Object obj = java.lang.reflect.Array.get(getSplitShipmentParts(), i);if (obj != null &&!obj.getClass().isArray()) {_hashCode += obj.hashCode();}}}if (getRedirectToHoldEligibility() != null) {_hashCode += getRedirectToHoldEligibility().hashCode();}if (getEvents() != null) {for (int i=0;i<java.lang.reflect.Array.getLength(getEvents());i++) {java.lang.Object obj = java.lang.reflect.Array.get(getEvents(), i);if (obj != null &&!obj.getClass().isArray()) {_hashCode += obj.hashCode();}}}__hashCodeCalc = false;return _hashCode;}// Type metadataprivate static org.apache.axis.description.TypeDesc typeDesc =new org.apache.axis.description.TypeDesc(TrackDetail.class, true);static {typeDesc.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "TrackDetail"));org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("notification");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "Notification"));elemField.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "Notification"));elemField.setMinOccurs(0);elemField.setNillable(false);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("trackingNumber");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "TrackingNumber"));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("barcode");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "Barcode"));elemField.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "StringBarcode"));elemField.setMinOccurs(0);elemField.setNillable(false);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("trackingNumberUniqueIdentifier");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "TrackingNumberUniqueIdentifier"));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("statusCode");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "StatusCode"));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("statusDescription");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "StatusDescription"));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("reconciliation");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "Reconciliation"));elemField.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "TrackReconciliation"));elemField.setMinOccurs(0);elemField.setNillable(false);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("serviceCommitMessage");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "ServiceCommitMessage"));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("carrierCode");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "CarrierCode"));elemField.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "CarrierCodeType"));elemField.setMinOccurs(0);elemField.setNillable(false);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("operatingCompany");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "OperatingCompany"));elemField.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "OperatingCompanyType"));elemField.setMinOccurs(0);elemField.setNillable(false);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("productionLocationContactAndAddress");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "ProductionLocationContactAndAddress"));elemField.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "ContactAndAddress"));elemField.setMinOccurs(0);elemField.setNillable(false);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("otherIdentifiers");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "OtherIdentifiers"));elemField.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "TrackPackageIdentifier"));elemField.setMinOccurs(0);elemField.setNillable(false);elemField.setMaxOccursUnbounded(true);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("serviceInfo");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "ServiceInfo"));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("serviceType");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "ServiceType"));elemField.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "ServiceType"));elemField.setMinOccurs(0);elemField.setNillable(false);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("packageWeight");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "PackageWeight"));elemField.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "Weight"));elemField.setMinOccurs(0);elemField.setNillable(false);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("packageDimensions");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "PackageDimensions"));elemField.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "Dimensions"));elemField.setMinOccurs(0);elemField.setNillable(false);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("packageDimensionalWeight");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "PackageDimensionalWeight"));elemField.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "Weight"));elemField.setMinOccurs(0);elemField.setNillable(false);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("shipmentWeight");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "ShipmentWeight"));elemField.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "Weight"));elemField.setMinOccurs(0);elemField.setNillable(false);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("packaging");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "Packaging"));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("packagingType");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "PackagingType"));elemField.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "PackagingType"));elemField.setMinOccurs(0);elemField.setNillable(false);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("packageSequenceNumber");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "PackageSequenceNumber"));elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "nonNegativeInteger"));elemField.setMinOccurs(0);elemField.setNillable(false);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("packageCount");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "PackageCount"));elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "nonNegativeInteger"));elemField.setMinOccurs(0);elemField.setNillable(false);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("trackReturnLabelType");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "TrackReturnLabelType"));elemField.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "TrackReturnLabelType"));elemField.setMinOccurs(0);elemField.setNillable(false);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("trackReturnDescription");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "TrackReturnDescription"));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("shipperAddress");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "ShipperAddress"));elemField.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "Address"));elemField.setMinOccurs(0);elemField.setNillable(false);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("originLocationAddress");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "OriginLocationAddress"));elemField.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "Address"));elemField.setMinOccurs(0);elemField.setNillable(false);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("estimatedPickupTimestamp");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "EstimatedPickupTimestamp"));elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "dateTime"));elemField.setMinOccurs(0);elemField.setNillable(false);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("shipTimestamp");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "ShipTimestamp"));elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "dateTime"));elemField.setMinOccurs(0);elemField.setNillable(false);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("totalTransitDistance");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "TotalTransitDistance"));elemField.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "Distance"));elemField.setMinOccurs(0);elemField.setNillable(false);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("distanceToDestination");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "DistanceToDestination"));elemField.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "Distance"));elemField.setMinOccurs(0);elemField.setNillable(false);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("destinationAddress");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "DestinationAddress"));elemField.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "Address"));elemField.setMinOccurs(0);elemField.setNillable(false);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("destinationLocationAddress");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "DestinationLocationAddress"));elemField.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "Address"));elemField.setMinOccurs(0);elemField.setNillable(false);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("estimatedDeliveryTimestamp");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "EstimatedDeliveryTimestamp"));elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "dateTime"));elemField.setMinOccurs(0);elemField.setNillable(false);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("actualDeliveryTimestamp");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "ActualDeliveryTimestamp"));elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "dateTime"));elemField.setMinOccurs(0);elemField.setNillable(false);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("actualDeliveryAddress");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "ActualDeliveryAddress"));elemField.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "Address"));elemField.setMinOccurs(0);elemField.setNillable(false);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("officeOrderDeliveryMethod");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "OfficeOrderDeliveryMethod"));elemField.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "OfficeOrderDeliveryMethodType"));elemField.setMinOccurs(0);elemField.setNillable(false);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("deliveryLocationType");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "DeliveryLocationType"));elemField.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "TrackDeliveryLocationType"));elemField.setMinOccurs(0);elemField.setNillable(false);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("deliveryLocationDescription");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "DeliveryLocationDescription"));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("deliverySignatureName");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "DeliverySignatureName"));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("signatureProofOfDeliveryAvailable");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "SignatureProofOfDeliveryAvailable"));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("notificationEventsAvailable");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "NotificationEventsAvailable"));elemField.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "EMailNotificationEventType"));elemField.setMinOccurs(0);elemField.setNillable(false);elemField.setMaxOccursUnbounded(true);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("splitShipmentParts");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "SplitShipmentParts"));elemField.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "TrackSplitShipmentPart"));elemField.setMinOccurs(0);elemField.setNillable(false);elemField.setMaxOccursUnbounded(true);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("redirectToHoldEligibility");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "RedirectToHoldEligibility"));elemField.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "RedirectToHoldEligibilityType"));elemField.setMinOccurs(0);elemField.setNillable(false);typeDesc.addFieldDesc(elemField);elemField = new org.apache.axis.description.ElementDesc();elemField.setFieldName("events");elemField.setXmlName(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "Events"));elemField.setXmlType(new javax.xml.namespace.QName("http://fedex.com/ws/track/v6", "TrackEvent"));elemField.setMinOccurs(0);elemField.setNillable(false);elemField.setMaxOccursUnbounded(true);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) {returnnew 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) {returnnew org.apache.axis.encoding.ser.BeanDeserializer(_javaType, _xmlType, typeDesc);}}