Subversion Repositories SmartDukaan

Rev

Rev 22598 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22598 Rev 23632
Line 5... Line 5...
5
 * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
5
 * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
6
 */
6
 */
7
 
7
 
8
package com.aramex.stub;
8
package com.aramex.stub;
9
 
9
 
-
 
10
import java.util.Arrays;
-
 
11
 
10
public class ShipmentCreationResponse  implements java.io.Serializable {
12
public class ShipmentCreationResponse  implements java.io.Serializable {
-
 
13
    @Override
-
 
14
	public String toString() {
-
 
15
		return "ShipmentCreationResponse [transaction=" + transaction + ", notifications="
-
 
16
				+ Arrays.toString(notifications) + ", hasErrors=" + hasErrors + ", shipments="
-
 
17
				+ Arrays.toString(shipments) + "]";
-
 
18
	}
-
 
19
 
11
    private com.aramex.stub.Transaction transaction;
20
	private com.aramex.stub.Transaction transaction;
12
 
21
 
13
    private com.aramex.stub.Notification[] notifications;
22
    private com.aramex.stub.Notification[] notifications;
14
 
23
 
15
    private java.lang.Boolean hasErrors;
24
    private java.lang.Boolean hasErrors;
16
 
25