| 20640 |
amit.gupta |
1 |
/**
|
|
|
2 |
* ShipmentCreationRequest.java
|
|
|
3 |
*
|
|
|
4 |
* This file was auto-generated from WSDL
|
|
|
5 |
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
|
|
|
6 |
*/
|
|
|
7 |
|
|
|
8 |
package com.aramex.stub;
|
|
|
9 |
|
|
|
10 |
public class ShipmentCreationRequest implements java.io.Serializable {
|
|
|
11 |
private com.aramex.stub.ClientInfo clientInfo;
|
|
|
12 |
|
|
|
13 |
private com.aramex.stub.Transaction transaction;
|
|
|
14 |
|
|
|
15 |
private com.aramex.stub.ArrayOfShipment shipments;
|
|
|
16 |
|
|
|
17 |
private com.aramex.stub.LabelInfo labelInfo;
|
|
|
18 |
|
|
|
19 |
public ShipmentCreationRequest() {
|
|
|
20 |
}
|
|
|
21 |
|
|
|
22 |
public ShipmentCreationRequest(
|
|
|
23 |
com.aramex.stub.ClientInfo clientInfo,
|
|
|
24 |
com.aramex.stub.Transaction transaction,
|
|
|
25 |
com.aramex.stub.ArrayOfShipment shipments,
|
|
|
26 |
com.aramex.stub.LabelInfo labelInfo) {
|
|
|
27 |
this.clientInfo = clientInfo;
|
|
|
28 |
this.transaction = transaction;
|
|
|
29 |
this.shipments = shipments;
|
|
|
30 |
this.labelInfo = labelInfo;
|
|
|
31 |
}
|
|
|
32 |
|
|
|
33 |
|
|
|
34 |
/**
|
|
|
35 |
* Gets the clientInfo value for this ShipmentCreationRequest.
|
|
|
36 |
*
|
|
|
37 |
* @return clientInfo
|
|
|
38 |
*/
|
|
|
39 |
public com.aramex.stub.ClientInfo getClientInfo() {
|
|
|
40 |
return clientInfo;
|
|
|
41 |
}
|
|
|
42 |
|
|
|
43 |
|
|
|
44 |
/**
|
|
|
45 |
* Sets the clientInfo value for this ShipmentCreationRequest.
|
|
|
46 |
*
|
|
|
47 |
* @param clientInfo
|
|
|
48 |
*/
|
|
|
49 |
public void setClientInfo(com.aramex.stub.ClientInfo clientInfo) {
|
|
|
50 |
this.clientInfo = clientInfo;
|
|
|
51 |
}
|
|
|
52 |
|
|
|
53 |
|
|
|
54 |
/**
|
|
|
55 |
* Gets the transaction value for this ShipmentCreationRequest.
|
|
|
56 |
*
|
|
|
57 |
* @return transaction
|
|
|
58 |
*/
|
|
|
59 |
public com.aramex.stub.Transaction getTransaction() {
|
|
|
60 |
return transaction;
|
|
|
61 |
}
|
|
|
62 |
|
|
|
63 |
|
|
|
64 |
/**
|
|
|
65 |
* Sets the transaction value for this ShipmentCreationRequest.
|
|
|
66 |
*
|
|
|
67 |
* @param transaction
|
|
|
68 |
*/
|
|
|
69 |
public void setTransaction(com.aramex.stub.Transaction transaction) {
|
|
|
70 |
this.transaction = transaction;
|
|
|
71 |
}
|
|
|
72 |
|
|
|
73 |
|
|
|
74 |
/**
|
|
|
75 |
* Gets the shipments value for this ShipmentCreationRequest.
|
|
|
76 |
*
|
|
|
77 |
* @return shipments
|
|
|
78 |
*/
|
|
|
79 |
public com.aramex.stub.ArrayOfShipment getShipments() {
|
|
|
80 |
return shipments;
|
|
|
81 |
}
|
|
|
82 |
|
|
|
83 |
|
|
|
84 |
/**
|
|
|
85 |
* Sets the shipments value for this ShipmentCreationRequest.
|
|
|
86 |
*
|
|
|
87 |
* @param shipments
|
|
|
88 |
*/
|
|
|
89 |
public void setShipments(com.aramex.stub.ArrayOfShipment shipments) {
|
|
|
90 |
this.shipments = shipments;
|
|
|
91 |
}
|
|
|
92 |
|
|
|
93 |
|
|
|
94 |
/**
|
|
|
95 |
* Gets the labelInfo value for this ShipmentCreationRequest.
|
|
|
96 |
*
|
|
|
97 |
* @return labelInfo
|
|
|
98 |
*/
|
|
|
99 |
public com.aramex.stub.LabelInfo getLabelInfo() {
|
|
|
100 |
return labelInfo;
|
|
|
101 |
}
|
|
|
102 |
|
|
|
103 |
|
|
|
104 |
/**
|
|
|
105 |
* Sets the labelInfo value for this ShipmentCreationRequest.
|
|
|
106 |
*
|
|
|
107 |
* @param labelInfo
|
|
|
108 |
*/
|
|
|
109 |
public void setLabelInfo(com.aramex.stub.LabelInfo labelInfo) {
|
|
|
110 |
this.labelInfo = labelInfo;
|
|
|
111 |
}
|
|
|
112 |
|
|
|
113 |
private java.lang.Object __equalsCalc = null;
|
|
|
114 |
public synchronized boolean equals(java.lang.Object obj) {
|
|
|
115 |
if (!(obj instanceof ShipmentCreationRequest)) return false;
|
|
|
116 |
ShipmentCreationRequest other = (ShipmentCreationRequest) obj;
|
|
|
117 |
if (obj == null) return false;
|
|
|
118 |
if (this == obj) return true;
|
|
|
119 |
if (__equalsCalc != null) {
|
|
|
120 |
return (__equalsCalc == obj);
|
|
|
121 |
}
|
|
|
122 |
__equalsCalc = obj;
|
|
|
123 |
boolean _equals;
|
|
|
124 |
_equals = true &&
|
|
|
125 |
((this.clientInfo==null && other.getClientInfo()==null) ||
|
|
|
126 |
(this.clientInfo!=null &&
|
|
|
127 |
this.clientInfo.equals(other.getClientInfo()))) &&
|
|
|
128 |
((this.transaction==null && other.getTransaction()==null) ||
|
|
|
129 |
(this.transaction!=null &&
|
|
|
130 |
this.transaction.equals(other.getTransaction()))) &&
|
|
|
131 |
((this.shipments==null && other.getShipments()==null) ||
|
|
|
132 |
(this.shipments!=null &&
|
|
|
133 |
this.shipments.equals(other.getShipments()))) &&
|
|
|
134 |
((this.labelInfo==null && other.getLabelInfo()==null) ||
|
|
|
135 |
(this.labelInfo!=null &&
|
|
|
136 |
this.labelInfo.equals(other.getLabelInfo())));
|
|
|
137 |
__equalsCalc = null;
|
|
|
138 |
return _equals;
|
|
|
139 |
}
|
|
|
140 |
|
|
|
141 |
private boolean __hashCodeCalc = false;
|
|
|
142 |
public synchronized int hashCode() {
|
|
|
143 |
if (__hashCodeCalc) {
|
|
|
144 |
return 0;
|
|
|
145 |
}
|
|
|
146 |
__hashCodeCalc = true;
|
|
|
147 |
int _hashCode = 1;
|
|
|
148 |
if (getClientInfo() != null) {
|
|
|
149 |
_hashCode += getClientInfo().hashCode();
|
|
|
150 |
}
|
|
|
151 |
if (getTransaction() != null) {
|
|
|
152 |
_hashCode += getTransaction().hashCode();
|
|
|
153 |
}
|
|
|
154 |
if (getShipments() != null) {
|
|
|
155 |
_hashCode += getShipments().hashCode();
|
|
|
156 |
}
|
|
|
157 |
if (getLabelInfo() != null) {
|
|
|
158 |
_hashCode += getLabelInfo().hashCode();
|
|
|
159 |
}
|
|
|
160 |
__hashCodeCalc = false;
|
|
|
161 |
return _hashCode;
|
|
|
162 |
}
|
|
|
163 |
|
|
|
164 |
// Type metadata
|
|
|
165 |
private static org.apache.axis.description.TypeDesc typeDesc =
|
|
|
166 |
new org.apache.axis.description.TypeDesc(ShipmentCreationRequest.class, true);
|
|
|
167 |
|
|
|
168 |
static {
|
|
|
169 |
typeDesc.setXmlType(new javax.xml.namespace.QName("http://ws.aramex.net/ShippingAPI/v1/", ">ShipmentCreationRequest"));
|
|
|
170 |
org.apache.axis.description.ElementDesc elemField = new org.apache.axis.description.ElementDesc();
|
|
|
171 |
elemField.setFieldName("clientInfo");
|
|
|
172 |
elemField.setXmlName(new javax.xml.namespace.QName("http://ws.aramex.net/ShippingAPI/v1/", "ClientInfo"));
|
|
|
173 |
elemField.setXmlType(new javax.xml.namespace.QName("http://ws.aramex.net/ShippingAPI/v1/", "ClientInfo"));
|
|
|
174 |
elemField.setMinOccurs(0);
|
|
|
175 |
elemField.setNillable(true);
|
|
|
176 |
typeDesc.addFieldDesc(elemField);
|
|
|
177 |
elemField = new org.apache.axis.description.ElementDesc();
|
|
|
178 |
elemField.setFieldName("transaction");
|
|
|
179 |
elemField.setXmlName(new javax.xml.namespace.QName("http://ws.aramex.net/ShippingAPI/v1/", "Transaction"));
|
|
|
180 |
elemField.setXmlType(new javax.xml.namespace.QName("http://ws.aramex.net/ShippingAPI/v1/", "Transaction"));
|
|
|
181 |
elemField.setMinOccurs(0);
|
|
|
182 |
elemField.setNillable(true);
|
|
|
183 |
typeDesc.addFieldDesc(elemField);
|
|
|
184 |
elemField = new org.apache.axis.description.ElementDesc();
|
|
|
185 |
elemField.setFieldName("shipments");
|
|
|
186 |
elemField.setXmlName(new javax.xml.namespace.QName("http://ws.aramex.net/ShippingAPI/v1/", "Shipments"));
|
|
|
187 |
elemField.setXmlType(new javax.xml.namespace.QName("http://ws.aramex.net/ShippingAPI/v1/", "ArrayOfShipment"));
|
|
|
188 |
elemField.setMinOccurs(0);
|
|
|
189 |
elemField.setNillable(true);
|
|
|
190 |
typeDesc.addFieldDesc(elemField);
|
|
|
191 |
elemField = new org.apache.axis.description.ElementDesc();
|
|
|
192 |
elemField.setFieldName("labelInfo");
|
|
|
193 |
elemField.setXmlName(new javax.xml.namespace.QName("http://ws.aramex.net/ShippingAPI/v1/", "LabelInfo"));
|
|
|
194 |
elemField.setXmlType(new javax.xml.namespace.QName("http://ws.aramex.net/ShippingAPI/v1/", "LabelInfo"));
|
|
|
195 |
elemField.setMinOccurs(0);
|
|
|
196 |
elemField.setNillable(true);
|
|
|
197 |
typeDesc.addFieldDesc(elemField);
|
|
|
198 |
}
|
|
|
199 |
|
|
|
200 |
/**
|
|
|
201 |
* Return type metadata object
|
|
|
202 |
*/
|
|
|
203 |
public static org.apache.axis.description.TypeDesc getTypeDesc() {
|
|
|
204 |
return typeDesc;
|
|
|
205 |
}
|
|
|
206 |
|
|
|
207 |
/**
|
|
|
208 |
* Get Custom Serializer
|
|
|
209 |
*/
|
|
|
210 |
public static org.apache.axis.encoding.Serializer getSerializer(
|
|
|
211 |
java.lang.String mechType,
|
|
|
212 |
java.lang.Class _javaType,
|
|
|
213 |
javax.xml.namespace.QName _xmlType) {
|
|
|
214 |
return
|
|
|
215 |
new org.apache.axis.encoding.ser.BeanSerializer(
|
|
|
216 |
_javaType, _xmlType, typeDesc);
|
|
|
217 |
}
|
|
|
218 |
|
|
|
219 |
/**
|
|
|
220 |
* Get Custom Deserializer
|
|
|
221 |
*/
|
|
|
222 |
public static org.apache.axis.encoding.Deserializer getDeserializer(
|
|
|
223 |
java.lang.String mechType,
|
|
|
224 |
java.lang.Class _javaType,
|
|
|
225 |
javax.xml.namespace.QName _xmlType) {
|
|
|
226 |
return
|
|
|
227 |
new org.apache.axis.encoding.ser.BeanDeserializer(
|
|
|
228 |
_javaType, _xmlType, typeDesc);
|
|
|
229 |
}
|
|
|
230 |
|
|
|
231 |
}
|