Subversion Repositories SmartDukaan

Rev

Rev 20640 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20640 Rev 22577
Line 10... Line 10...
10
public class ShipmentCreationRequest  implements java.io.Serializable {
10
public class ShipmentCreationRequest  implements java.io.Serializable {
11
    private com.aramex.stub.ClientInfo clientInfo;
11
    private com.aramex.stub.ClientInfo clientInfo;
12
 
12
 
13
    private com.aramex.stub.Transaction transaction;
13
    private com.aramex.stub.Transaction transaction;
14
 
14
 
-
 
15
    @Override
-
 
16
	public String toString() {
-
 
17
		return "ShipmentCreationRequest [clientInfo=" + clientInfo + ", transaction=" + transaction + ", shipments=" + shipments
-
 
18
				+ ", labelInfo=" + labelInfo + "]";
-
 
19
	}
-
 
20
 
15
    private com.aramex.stub.ArrayOfShipment shipments;
21
	private com.aramex.stub.ArrayOfShipment shipments;
16
 
22
 
17
    private com.aramex.stub.LabelInfo labelInfo;
23
    private com.aramex.stub.LabelInfo labelInfo;
18
 
24
 
19
    public ShipmentCreationRequest() {
25
    public ShipmentCreationRequest() {
20
    }
26
    }