/**
* OrderRequestType.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.gsta.bnet.v1_18;
public class OrderRequestType implements java.io.Serializable {
private java.lang.String requestID;
private java.lang.String apAccount;
private java.lang.String timeStamp;
private java.lang.String srcTermID;
private java.lang.String chargeTermID;
private java.lang.String destTermID;
private java.lang.String message;
private java.lang.String destGateWay;
private java.lang.String reserve;
public OrderRequestType() {
}
public OrderRequestType(
java.lang.String requestID,
java.lang.String apAccount,
java.lang.String timeStamp,
java.lang.String srcTermID,
java.lang.String chargeTermID,
java.lang.String destTermID,
java.lang.String message,
java.lang.String destGateWay,
java.lang.String reserve) {
this.requestID = requestID;
this.apAccount = apAccount;
this.timeStamp = timeStamp;
this.srcTermID = srcTermID;
this.chargeTermID = chargeTermID;
this.destTermID = destTermID;
this.message = message;
this.destGateWay = destGateWay;
this.reserve = reserve;
}
/**
* Gets the requestID value for this OrderRequestType.
*
* @return requestID
*/
public java.lang.String getRequestID() {
return requestID;
}
/**
* Sets the requestID value for this OrderRequestType.
*
* @param requestID
*/
public void setRequestID(java.lang.String requestID) {
this.requestID = requestID;
}
/**
* Gets the apAccount value for this OrderRequestType.
*
* @return apAccount
*/
public java.lang.String getApAccount() {
return apAccount;
}
/**
* Sets the apAccount value for this OrderRequestType.
*
* @param apAccount
*/
public void setApAccount(java.lang.String apAccount) {
this.apAccount = apAccount;
}
/**
* Gets the timeStamp value for this OrderRequestType.
*
* @return timeStamp
*/
public java.lang.String getTimeStamp() {
return timeStamp;
}
/**
* Sets the timeStamp value for this OrderRequestType.
*
* @param timeStamp
*/
public void setTimeStamp(java.lang.String timeStamp) {
this.timeStamp = timeStamp;
}
/**
* Gets the srcTermID value for this OrderRequestType.
*
* @return srcTermID
*/
public java.lang.String getSrcTermID() {
return srcTermID;
}
/**
* Sets the srcTermID value for this OrderRequestType.
*
* @param srcTermID
*/
public void setSrcTermID(java.lang.String srcTermID) {
this.srcTermID = srcTermID;
}
/**
* Gets the chargeTermID value for this OrderRequestType.
*
* @return chargeTermID
*/
public java.lang.String getChargeTermID() {
return chargeTermID;
}
/**
* Sets the chargeTermID value for this OrderRequestType.
*
* @param chargeTermID
*/
public void setChargeTermID(java.lang.String chargeTermID) {
this.chargeTermID = chargeTermID;
}
/**
* Gets the destTermID value for this OrderRequestType.
*
* @return destTermID
*/
public java.lang.String getDestTermID() {
return destTermID;
}
/**
* Sets the destTermID value for this OrderRequestType.
*
* @param destTermID
*/
public void setDestTermID(java.lang.String destTermID) {
this.destTermID = destTermID;
}
/**
* Gets the message value for this OrderRequestType.
*
* @return message
*/
public java.lang.String getMessage() {
return message;
}
/**
* Sets the message value for this OrderRequestType.
*
* @param message
*/
public void setMessage(java.lang.String message) {
this.message = message;
}
/**
* Gets the destGateWay value for this OrderRequestType.
*
* @return destGateWay
*/
public java.lang.String getDestGateWay() {
return destGateWay;
}
/**
* Sets the destGateWay value for this OrderRequestType.
*
* @param destGateWay
*/
public void setDestGateWay(java.lang.String destGateWay) {
this.destGateWay = destGateWay;
}
/**
* Gets the reserve value for this OrderRequestType.
*
* @return reserve
*/
public java.lang.String getReserve() {
return reserve;
}
/**
* Sets the reserve value for this OrderRequestType.
*
* @param reserve
*/
public void setReserve(java.lang.String reserve) {
this.reserve = reserve;
}
private java.lang.Object __equalsCalc = null;
public synchronized boolean equals(java.lang.Object obj) {
if (!(obj instanceof OrderRequestType)) return false;
OrderRequestType other = (OrderRequestType) obj;
if (obj == null) return false;
if (this == obj) return true;
if (__equalsCalc != null) {
return (__equalsCalc == obj);
}
__equalsCalc = obj;
boolean _equals;
_equals = true &&
((this.requestID==null && other.getRequestID()==null) ||
(this.requestID!=null &&
this.requestID.equals(other.getRequestID()))) &&
((this.apAccount==null && other.getApAccount()==null) ||
(this.apAccount!=null &&
this.apAccount.equals(other.getApAccount()))) &&
((this.timeStamp==null && other.getTimeStamp()==null) ||
(this.timeStamp!=null &&
this.timeStamp.equals(other.getTimeStamp()))) &&
((this.srcTermID==null && other.getSrcTermID()==null) ||
(this.srcTermID!=null &&
this.srcTermID.equals(other.getSrcTermID()))) &&
((this.chargeTermID==null && other.getChargeTermID()==null) ||
(this.chargeTermID!=null &&
this.chargeTermID.equals(other.getChargeTermID()))) &&
((this.destTermID==null && other.getDestTermID()==null) ||
(this.destTermID!=null &&
this.destTermID.equals(other.getDestTermID()))) &&
((this.message==null && other.getMessage()==null) ||
(this.message!=null &&
this.message.equals(other.getMessage()))) &&
((this.destGateWay==null && other.getDestGateWay()==null) ||
(this.destGateWay!=null &&
this.destGateWay.equals(other.getDestGateWay()))) &&
((this.reserve==null && other.getReserve()==null) ||
(this.reserve!=null &&
this.reserve.equals(other.getReserve())));
__equalsCalc = null;
return _equals;
}
private boolean __hashCodeCalc = false;
public synchronized int hashCode() {
if (__hashCodeCalc) {
return 0;
}
__hashCodeCalc = true;
int _hashCode = 1;
if (getRequestID() != null) {
_hashCode += getRequestID().hashCode();
}
if (getApAccount() != null) {
_hashCode += getApAccount().hashCode();
}
if (getTimeStamp() != null) {
_hashCode += getTimeStamp().hashCode();
}
if (getSrcTermID() != null) {
_hashCode += getSrcTermID().hashCode();
}
if (getChargeT
- 1
- 2
- 3
- 4
- 5
- 6
前往页