| Line 28... |
Line 28... |
| 28 |
|
28 |
|
| 29 |
private java.lang.String reference2;
|
29 |
private java.lang.String reference2;
|
| 30 |
|
30 |
|
| 31 |
private java.lang.String vehicle;
|
31 |
private java.lang.String vehicle;
|
| 32 |
|
32 |
|
| 33 |
private com.aramex.stub.ArrayOfShipment shipments;
|
33 |
private com.aramex.stub.Shipment[] shipments;
|
| 34 |
|
34 |
|
| 35 |
private com.aramex.stub.ArrayOfPickupItemDetail pickupItems;
|
35 |
private com.aramex.stub.PickupItemDetail[] pickupItems;
|
| 36 |
|
36 |
|
| 37 |
private java.lang.String status;
|
37 |
private java.lang.String status;
|
| 38 |
|
38 |
|
| 39 |
private com.aramex.stub.ArrayOfExistingShipment existingShipments;
|
39 |
private com.aramex.stub.ExistingShipment[] existingShipments;
|
| 40 |
|
40 |
|
| 41 |
private java.lang.String branch;
|
41 |
private java.lang.String branch;
|
| 42 |
|
42 |
|
| 43 |
private java.lang.String routeCode;
|
43 |
private java.lang.String routeCode;
|
| 44 |
|
44 |
|
| Line 55... |
Line 55... |
| 55 |
java.util.Calendar closingTime,
|
55 |
java.util.Calendar closingTime,
|
| 56 |
java.lang.String comments,
|
56 |
java.lang.String comments,
|
| 57 |
java.lang.String reference1,
|
57 |
java.lang.String reference1,
|
| 58 |
java.lang.String reference2,
|
58 |
java.lang.String reference2,
|
| 59 |
java.lang.String vehicle,
|
59 |
java.lang.String vehicle,
|
| 60 |
com.aramex.stub.ArrayOfShipment shipments,
|
60 |
com.aramex.stub.Shipment[] shipments,
|
| 61 |
com.aramex.stub.ArrayOfPickupItemDetail pickupItems,
|
61 |
com.aramex.stub.PickupItemDetail[] pickupItems,
|
| 62 |
java.lang.String status,
|
62 |
java.lang.String status,
|
| 63 |
com.aramex.stub.ArrayOfExistingShipment existingShipments,
|
63 |
com.aramex.stub.ExistingShipment[] existingShipments,
|
| 64 |
java.lang.String branch,
|
64 |
java.lang.String branch,
|
| 65 |
java.lang.String routeCode) {
|
65 |
java.lang.String routeCode) {
|
| 66 |
this.pickupAddress = pickupAddress;
|
66 |
this.pickupAddress = pickupAddress;
|
| 67 |
this.pickupContact = pickupContact;
|
67 |
this.pickupContact = pickupContact;
|
| 68 |
this.pickupLocation = pickupLocation;
|
68 |
this.pickupLocation = pickupLocation;
|
| Line 306... |
Line 306... |
| 306 |
/**
|
306 |
/**
|
| 307 |
* Gets the shipments value for this Pickup.
|
307 |
* Gets the shipments value for this Pickup.
|
| 308 |
*
|
308 |
*
|
| 309 |
* @return shipments
|
309 |
* @return shipments
|
| 310 |
*/
|
310 |
*/
|
| 311 |
public com.aramex.stub.ArrayOfShipment getShipments() {
|
311 |
public com.aramex.stub.Shipment[] getShipments() {
|
| 312 |
return shipments;
|
312 |
return shipments;
|
| 313 |
}
|
313 |
}
|
| 314 |
|
314 |
|
| 315 |
|
315 |
|
| 316 |
/**
|
316 |
/**
|
| 317 |
* Sets the shipments value for this Pickup.
|
317 |
* Sets the shipments value for this Pickup.
|
| 318 |
*
|
318 |
*
|
| 319 |
* @param shipments
|
319 |
* @param shipments
|
| 320 |
*/
|
320 |
*/
|
| 321 |
public void setShipments(com.aramex.stub.ArrayOfShipment shipments) {
|
321 |
public void setShipments(com.aramex.stub.Shipment[] shipments) {
|
| 322 |
this.shipments = shipments;
|
322 |
this.shipments = shipments;
|
| 323 |
}
|
323 |
}
|
| 324 |
|
324 |
|
| 325 |
|
325 |
|
| 326 |
/**
|
326 |
/**
|
| 327 |
* Gets the pickupItems value for this Pickup.
|
327 |
* Gets the pickupItems value for this Pickup.
|
| 328 |
*
|
328 |
*
|
| 329 |
* @return pickupItems
|
329 |
* @return pickupItems
|
| 330 |
*/
|
330 |
*/
|
| 331 |
public com.aramex.stub.ArrayOfPickupItemDetail getPickupItems() {
|
331 |
public com.aramex.stub.PickupItemDetail[] getPickupItems() {
|
| 332 |
return pickupItems;
|
332 |
return pickupItems;
|
| 333 |
}
|
333 |
}
|
| 334 |
|
334 |
|
| 335 |
|
335 |
|
| 336 |
/**
|
336 |
/**
|
| 337 |
* Sets the pickupItems value for this Pickup.
|
337 |
* Sets the pickupItems value for this Pickup.
|
| 338 |
*
|
338 |
*
|
| 339 |
* @param pickupItems
|
339 |
* @param pickupItems
|
| 340 |
*/
|
340 |
*/
|
| 341 |
public void setPickupItems(com.aramex.stub.ArrayOfPickupItemDetail pickupItems) {
|
341 |
public void setPickupItems(com.aramex.stub.PickupItemDetail[] pickupItems) {
|
| 342 |
this.pickupItems = pickupItems;
|
342 |
this.pickupItems = pickupItems;
|
| 343 |
}
|
343 |
}
|
| 344 |
|
344 |
|
| 345 |
|
345 |
|
| 346 |
/**
|
346 |
/**
|
| Line 366... |
Line 366... |
| 366 |
/**
|
366 |
/**
|
| 367 |
* Gets the existingShipments value for this Pickup.
|
367 |
* Gets the existingShipments value for this Pickup.
|
| 368 |
*
|
368 |
*
|
| 369 |
* @return existingShipments
|
369 |
* @return existingShipments
|
| 370 |
*/
|
370 |
*/
|
| 371 |
public com.aramex.stub.ArrayOfExistingShipment getExistingShipments() {
|
371 |
public com.aramex.stub.ExistingShipment[] getExistingShipments() {
|
| 372 |
return existingShipments;
|
372 |
return existingShipments;
|
| 373 |
}
|
373 |
}
|
| 374 |
|
374 |
|
| 375 |
|
375 |
|
| 376 |
/**
|
376 |
/**
|
| 377 |
* Sets the existingShipments value for this Pickup.
|
377 |
* Sets the existingShipments value for this Pickup.
|
| 378 |
*
|
378 |
*
|
| 379 |
* @param existingShipments
|
379 |
* @param existingShipments
|
| 380 |
*/
|
380 |
*/
|
| 381 |
public void setExistingShipments(com.aramex.stub.ArrayOfExistingShipment existingShipments) {
|
381 |
public void setExistingShipments(com.aramex.stub.ExistingShipment[] existingShipments) {
|
| 382 |
this.existingShipments = existingShipments;
|
382 |
this.existingShipments = existingShipments;
|
| 383 |
}
|
383 |
}
|
| 384 |
|
384 |
|
| 385 |
|
385 |
|
| 386 |
/**
|
386 |
/**
|
| Line 467... |
Line 467... |
| 467 |
((this.vehicle==null && other.getVehicle()==null) ||
|
467 |
((this.vehicle==null && other.getVehicle()==null) ||
|
| 468 |
(this.vehicle!=null &&
|
468 |
(this.vehicle!=null &&
|
| 469 |
this.vehicle.equals(other.getVehicle()))) &&
|
469 |
this.vehicle.equals(other.getVehicle()))) &&
|
| 470 |
((this.shipments==null && other.getShipments()==null) ||
|
470 |
((this.shipments==null && other.getShipments()==null) ||
|
| 471 |
(this.shipments!=null &&
|
471 |
(this.shipments!=null &&
|
| 472 |
this.shipments.equals(other.getShipments()))) &&
|
472 |
java.util.Arrays.equals(this.shipments, other.getShipments()))) &&
|
| 473 |
((this.pickupItems==null && other.getPickupItems()==null) ||
|
473 |
((this.pickupItems==null && other.getPickupItems()==null) ||
|
| 474 |
(this.pickupItems!=null &&
|
474 |
(this.pickupItems!=null &&
|
| 475 |
this.pickupItems.equals(other.getPickupItems()))) &&
|
475 |
java.util.Arrays.equals(this.pickupItems, other.getPickupItems()))) &&
|
| 476 |
((this.status==null && other.getStatus()==null) ||
|
476 |
((this.status==null && other.getStatus()==null) ||
|
| 477 |
(this.status!=null &&
|
477 |
(this.status!=null &&
|
| 478 |
this.status.equals(other.getStatus()))) &&
|
478 |
this.status.equals(other.getStatus()))) &&
|
| 479 |
((this.existingShipments==null && other.getExistingShipments()==null) ||
|
479 |
((this.existingShipments==null && other.getExistingShipments()==null) ||
|
| 480 |
(this.existingShipments!=null &&
|
480 |
(this.existingShipments!=null &&
|
| 481 |
this.existingShipments.equals(other.getExistingShipments()))) &&
|
481 |
java.util.Arrays.equals(this.existingShipments, other.getExistingShipments()))) &&
|
| 482 |
((this.branch==null && other.getBranch()==null) ||
|
482 |
((this.branch==null && other.getBranch()==null) ||
|
| 483 |
(this.branch!=null &&
|
483 |
(this.branch!=null &&
|
| 484 |
this.branch.equals(other.getBranch()))) &&
|
484 |
this.branch.equals(other.getBranch()))) &&
|
| 485 |
((this.routeCode==null && other.getRouteCode()==null) ||
|
485 |
((this.routeCode==null && other.getRouteCode()==null) ||
|
| 486 |
(this.routeCode!=null &&
|
486 |
(this.routeCode!=null &&
|
| Line 528... |
Line 528... |
| 528 |
}
|
528 |
}
|
| 529 |
if (getVehicle() != null) {
|
529 |
if (getVehicle() != null) {
|
| 530 |
_hashCode += getVehicle().hashCode();
|
530 |
_hashCode += getVehicle().hashCode();
|
| 531 |
}
|
531 |
}
|
| 532 |
if (getShipments() != null) {
|
532 |
if (getShipments() != null) {
|
| - |
|
533 |
for (int i=0;
|
| - |
|
534 |
i<java.lang.reflect.Array.getLength(getShipments());
|
| - |
|
535 |
i++) {
|
| - |
|
536 |
java.lang.Object obj = java.lang.reflect.Array.get(getShipments(), i);
|
| - |
|
537 |
if (obj != null &&
|
| - |
|
538 |
!obj.getClass().isArray()) {
|
| 533 |
_hashCode += getShipments().hashCode();
|
539 |
_hashCode += obj.hashCode();
|
| - |
|
540 |
}
|
| - |
|
541 |
}
|
| 534 |
}
|
542 |
}
|
| 535 |
if (getPickupItems() != null) {
|
543 |
if (getPickupItems() != null) {
|
| - |
|
544 |
for (int i=0;
|
| - |
|
545 |
i<java.lang.reflect.Array.getLength(getPickupItems());
|
| - |
|
546 |
i++) {
|
| - |
|
547 |
java.lang.Object obj = java.lang.reflect.Array.get(getPickupItems(), i);
|
| - |
|
548 |
if (obj != null &&
|
| - |
|
549 |
!obj.getClass().isArray()) {
|
| 536 |
_hashCode += getPickupItems().hashCode();
|
550 |
_hashCode += obj.hashCode();
|
| - |
|
551 |
}
|
| - |
|
552 |
}
|
| 537 |
}
|
553 |
}
|
| 538 |
if (getStatus() != null) {
|
554 |
if (getStatus() != null) {
|
| 539 |
_hashCode += getStatus().hashCode();
|
555 |
_hashCode += getStatus().hashCode();
|
| 540 |
}
|
556 |
}
|
| 541 |
if (getExistingShipments() != null) {
|
557 |
if (getExistingShipments() != null) {
|
| - |
|
558 |
for (int i=0;
|
| - |
|
559 |
i<java.lang.reflect.Array.getLength(getExistingShipments());
|
| - |
|
560 |
i++) {
|
| - |
|
561 |
java.lang.Object obj = java.lang.reflect.Array.get(getExistingShipments(), i);
|
| - |
|
562 |
if (obj != null &&
|
| - |
|
563 |
!obj.getClass().isArray()) {
|
| 542 |
_hashCode += getExistingShipments().hashCode();
|
564 |
_hashCode += obj.hashCode();
|
| - |
|
565 |
}
|
| - |
|
566 |
}
|
| 543 |
}
|
567 |
}
|
| 544 |
if (getBranch() != null) {
|
568 |
if (getBranch() != null) {
|
| 545 |
_hashCode += getBranch().hashCode();
|
569 |
_hashCode += getBranch().hashCode();
|
| 546 |
}
|
570 |
}
|
| 547 |
if (getRouteCode() != null) {
|
571 |
if (getRouteCode() != null) {
|
| Line 626... |
Line 650... |
| 626 |
elemField.setNillable(true);
|
650 |
elemField.setNillable(true);
|
| 627 |
typeDesc.addFieldDesc(elemField);
|
651 |
typeDesc.addFieldDesc(elemField);
|
| 628 |
elemField = new org.apache.axis.description.ElementDesc();
|
652 |
elemField = new org.apache.axis.description.ElementDesc();
|
| 629 |
elemField.setFieldName("shipments");
|
653 |
elemField.setFieldName("shipments");
|
| 630 |
elemField.setXmlName(new javax.xml.namespace.QName("http://ws.aramex.net/ShippingAPI/v1/", "Shipments"));
|
654 |
elemField.setXmlName(new javax.xml.namespace.QName("http://ws.aramex.net/ShippingAPI/v1/", "Shipments"));
|
| 631 |
elemField.setXmlType(new javax.xml.namespace.QName("http://ws.aramex.net/ShippingAPI/v1/", "ArrayOfShipment"));
|
655 |
elemField.setXmlType(new javax.xml.namespace.QName("http://ws.aramex.net/ShippingAPI/v1/", "Shipment"));
|
| 632 |
elemField.setMinOccurs(0);
|
656 |
elemField.setMinOccurs(0);
|
| 633 |
elemField.setNillable(true);
|
657 |
elemField.setNillable(true);
|
| - |
|
658 |
elemField.setItemQName(new javax.xml.namespace.QName("http://ws.aramex.net/ShippingAPI/v1/", "Shipment"));
|
| 634 |
typeDesc.addFieldDesc(elemField);
|
659 |
typeDesc.addFieldDesc(elemField);
|
| 635 |
elemField = new org.apache.axis.description.ElementDesc();
|
660 |
elemField = new org.apache.axis.description.ElementDesc();
|
| 636 |
elemField.setFieldName("pickupItems");
|
661 |
elemField.setFieldName("pickupItems");
|
| 637 |
elemField.setXmlName(new javax.xml.namespace.QName("http://ws.aramex.net/ShippingAPI/v1/", "PickupItems"));
|
662 |
elemField.setXmlName(new javax.xml.namespace.QName("http://ws.aramex.net/ShippingAPI/v1/", "PickupItems"));
|
| 638 |
elemField.setXmlType(new javax.xml.namespace.QName("http://ws.aramex.net/ShippingAPI/v1/", "ArrayOfPickupItemDetail"));
|
663 |
elemField.setXmlType(new javax.xml.namespace.QName("http://ws.aramex.net/ShippingAPI/v1/", "PickupItemDetail"));
|
| 639 |
elemField.setNillable(true);
|
664 |
elemField.setNillable(true);
|
| - |
|
665 |
elemField.setItemQName(new javax.xml.namespace.QName("http://ws.aramex.net/ShippingAPI/v1/", "PickupItemDetail"));
|
| 640 |
typeDesc.addFieldDesc(elemField);
|
666 |
typeDesc.addFieldDesc(elemField);
|
| 641 |
elemField = new org.apache.axis.description.ElementDesc();
|
667 |
elemField = new org.apache.axis.description.ElementDesc();
|
| 642 |
elemField.setFieldName("status");
|
668 |
elemField.setFieldName("status");
|
| 643 |
elemField.setXmlName(new javax.xml.namespace.QName("http://ws.aramex.net/ShippingAPI/v1/", "Status"));
|
669 |
elemField.setXmlName(new javax.xml.namespace.QName("http://ws.aramex.net/ShippingAPI/v1/", "Status"));
|
| 644 |
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
|
670 |
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
|
| Line 646... |
Line 672... |
| 646 |
elemField.setNillable(true);
|
672 |
elemField.setNillable(true);
|
| 647 |
typeDesc.addFieldDesc(elemField);
|
673 |
typeDesc.addFieldDesc(elemField);
|
| 648 |
elemField = new org.apache.axis.description.ElementDesc();
|
674 |
elemField = new org.apache.axis.description.ElementDesc();
|
| 649 |
elemField.setFieldName("existingShipments");
|
675 |
elemField.setFieldName("existingShipments");
|
| 650 |
elemField.setXmlName(new javax.xml.namespace.QName("http://ws.aramex.net/ShippingAPI/v1/", "ExistingShipments"));
|
676 |
elemField.setXmlName(new javax.xml.namespace.QName("http://ws.aramex.net/ShippingAPI/v1/", "ExistingShipments"));
|
| 651 |
elemField.setXmlType(new javax.xml.namespace.QName("http://ws.aramex.net/ShippingAPI/v1/", "ArrayOfExistingShipment"));
|
677 |
elemField.setXmlType(new javax.xml.namespace.QName("http://ws.aramex.net/ShippingAPI/v1/", "ExistingShipment"));
|
| 652 |
elemField.setMinOccurs(0);
|
678 |
elemField.setMinOccurs(0);
|
| 653 |
elemField.setNillable(true);
|
679 |
elemField.setNillable(true);
|
| - |
|
680 |
elemField.setItemQName(new javax.xml.namespace.QName("http://ws.aramex.net/ShippingAPI/v1/", "ExistingShipment"));
|
| 654 |
typeDesc.addFieldDesc(elemField);
|
681 |
typeDesc.addFieldDesc(elemField);
|
| 655 |
elemField = new org.apache.axis.description.ElementDesc();
|
682 |
elemField = new org.apache.axis.description.ElementDesc();
|
| 656 |
elemField.setFieldName("branch");
|
683 |
elemField.setFieldName("branch");
|
| 657 |
elemField.setXmlName(new javax.xml.namespace.QName("http://ws.aramex.net/ShippingAPI/v1/", "Branch"));
|
684 |
elemField.setXmlName(new javax.xml.namespace.QName("http://ws.aramex.net/ShippingAPI/v1/", "Branch"));
|
| 658 |
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
|
685 |
elemField.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema", "string"));
|