package com.best.javaSdk.kdCreateWaybillOrderNotify.request;
|
|
import com.best.javaSdk.kdCreateWaybillOrderNotify.request.Sender;
|
import com.best.javaSdk.kdCreateWaybillOrderNotify.request.Receiver;
|
import com.best.javaSdk.kdCreateWaybillOrderNotify.request.Items;
|
import com.best.javaSdk.BaseRequest;
|
import com.best.javaSdk.BaseResponse;
|
import com.best.javaSdk.Parser;
|
|
|
public class KdCreateWaybillOrderNotifyReq implements BaseRequest {
|
private long piece;
|
private double length;
|
private double width;
|
private double height;
|
private String customerName;
|
private String txLogisticId;
|
private String mailNo;
|
private String tradeNo;
|
private String serviceType;
|
private long sendStartTime;
|
private long sendEndTime;
|
private String recSite;
|
private double goodsValue;
|
private double itemsValue;
|
private double insuranceValue;
|
private String special;
|
private String bankCardOwner;
|
private String bankCode;
|
private String bankCardNo;
|
private String remark;
|
private Sender sender;
|
private Receiver receiver;
|
private Items items;
|
private double itemsWeight;
|
private String certificateType;
|
private String certificateNo;
|
private String deliverySite;
|
private String deliveryType;
|
|
public long getPiece()
|
{
|
return this.piece;
|
}
|
|
public void setPiece(long value)
|
{
|
this.piece = value;
|
}
|
|
public double getLength()
|
{
|
return this.length;
|
}
|
|
public void setLength(double value)
|
{
|
this.length = value;
|
}
|
|
public double getWidth()
|
{
|
return this.width;
|
}
|
|
public void setWidth(double value)
|
{
|
this.width = value;
|
}
|
|
public double getHeight()
|
{
|
return this.height;
|
}
|
|
public void setHeight(double value)
|
{
|
this.height = value;
|
}
|
|
public String getCustomerName()
|
{
|
return this.customerName;
|
}
|
|
public void setCustomerName(String value)
|
{
|
this.customerName = value;
|
}
|
|
public String getTxLogisticId()
|
{
|
return this.txLogisticId;
|
}
|
|
public void setTxLogisticId(String value)
|
{
|
this.txLogisticId = value;
|
}
|
|
public String getMailNo()
|
{
|
return this.mailNo;
|
}
|
|
public void setMailNo(String value)
|
{
|
this.mailNo = value;
|
}
|
|
public String getTradeNo()
|
{
|
return this.tradeNo;
|
}
|
|
public void setTradeNo(String value)
|
{
|
this.tradeNo = value;
|
}
|
|
public String getServiceType()
|
{
|
return this.serviceType;
|
}
|
|
public void setServiceType(String value)
|
{
|
this.serviceType = value;
|
}
|
|
public long getSendStartTime()
|
{
|
return this.sendStartTime;
|
}
|
|
public void setSendStartTime(long value)
|
{
|
this.sendStartTime = value;
|
}
|
|
public long getSendEndTime()
|
{
|
return this.sendEndTime;
|
}
|
|
public void setSendEndTime(long value)
|
{
|
this.sendEndTime = value;
|
}
|
|
public String getRecSite()
|
{
|
return this.recSite;
|
}
|
|
public void setRecSite(String value)
|
{
|
this.recSite = value;
|
}
|
|
public double getGoodsValue()
|
{
|
return this.goodsValue;
|
}
|
|
public void setGoodsValue(double value)
|
{
|
this.goodsValue = value;
|
}
|
|
public double getItemsValue()
|
{
|
return this.itemsValue;
|
}
|
|
public void setItemsValue(double value)
|
{
|
this.itemsValue = value;
|
}
|
|
public double getInsuranceValue()
|
{
|
return this.insuranceValue;
|
}
|
|
public void setInsuranceValue(double value)
|
{
|
this.insuranceValue = value;
|
}
|
|
public String getSpecial()
|
{
|
return this.special;
|
}
|
|
public void setSpecial(String value)
|
{
|
this.special = value;
|
}
|
|
public String getBankCardOwner()
|
{
|
return this.bankCardOwner;
|
}
|
|
public void setBankCardOwner(String value)
|
{
|
this.bankCardOwner = value;
|
}
|
|
public String getBankCode()
|
{
|
return this.bankCode;
|
}
|
|
public void setBankCode(String value)
|
{
|
this.bankCode = value;
|
}
|
|
public String getBankCardNo()
|
{
|
return this.bankCardNo;
|
}
|
|
public void setBankCardNo(String value)
|
{
|
this.bankCardNo = value;
|
}
|
|
public String getRemark()
|
{
|
return this.remark;
|
}
|
|
public void setRemark(String value)
|
{
|
this.remark = value;
|
}
|
|
public Sender getSender()
|
{
|
return this.sender;
|
}
|
|
public void setSender(Sender value)
|
{
|
this.sender = value;
|
}
|
|
public Receiver getReceiver()
|
{
|
return this.receiver;
|
}
|
|
public void setReceiver(Receiver value)
|
{
|
this.receiver = value;
|
}
|
|
public Items getItems()
|
{
|
return this.items;
|
}
|
|
public void setItems(Items value)
|
{
|
this.items = value;
|
}
|
|
public double getItemsWeight()
|
{
|
return this.itemsWeight;
|
}
|
|
public void setItemsWeight(double value)
|
{
|
this.itemsWeight = value;
|
}
|
|
public String getCertificateType()
|
{
|
return this.certificateType;
|
}
|
|
public void setCertificateType(String value)
|
{
|
this.certificateType = value;
|
}
|
|
public String getCertificateNo()
|
{
|
return this.certificateNo;
|
}
|
|
public void setCertificateNo(String value)
|
{
|
this.certificateNo = value;
|
}
|
|
public String getDeliverySite()
|
{
|
return this.deliverySite;
|
}
|
|
public void setDeliverySite(String value)
|
{
|
this.deliverySite = value;
|
}
|
|
public String getDeliveryType()
|
{
|
return this.deliveryType;
|
}
|
|
public void setDeliveryType(String value)
|
{
|
this.deliveryType = value;
|
}
|
|
public String obtainServiceType() {
|
return "KD_CREATE_WAYBILL_ORDER_NOTIFY";
|
}
|
|
public BaseResponse makeResponse(String rsp, String format) {
|
if ("xml".equalsIgnoreCase(format)) {
|
return Parser.coverXml2Object(rsp, com.best.javaSdk.kdCreateWaybillOrderNotify.response.KdCreateWaybillOrderNotifyRsp.class);
|
}
|
return Parser.convertJson2Object(rsp, com.best.javaSdk.kdCreateWaybillOrderNotify.response.KdCreateWaybillOrderNotifyRsp.class);
|
|
}
|
|
}
|