package com.chinaztt.mes.common.gsm.escort; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; /** *
EscortSingleAddModel complex type�� Java �ࡣ * *
����ģʽƬ��ָ�������ڴ����е�Ԥ�����ݡ� * *
* <complexType name="EscortSingleAddModel">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="SalesServiceKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="EscortNo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="Carrier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="Receiver" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="Address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="Phone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="RequestDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="DeliveryDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="VehicleNo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="Driver" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="DriverPhone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="TestCount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="CertificateCount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="OuterReportCount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="QtyCount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="GoodsCount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="Marktext" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="EntryPeople" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="EntryPeopleWorkCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="OutStorageAuotoIDs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="isJosn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "EscortSingleAddModel", propOrder = {
"salesServiceKey",
"escortNo",
"carrier",
"receiver",
"address",
"phone",
"requestDate",
"deliveryDate",
"vehicleNo",
"driver",
"driverPhone",
"testCount",
"certificateCount",
"outerReportCount",
"qtyCount",
"goodsCount",
"marktext",
"entryPeople",
"entryPeopleWorkCode",
"outStorageAuotoIDs",
"isJosn",
"contractid"
})
public class EscortSingleAddModel {
@XmlElement(name = "SalesServiceKey")
protected String salesServiceKey;
@XmlElement(name = "EscortNo")
protected String escortNo;
@XmlElement(name = "Carrier")
protected String carrier;
@XmlElement(name = "Receiver")
protected String receiver;
@XmlElement(name = "Address")
protected String address;
@XmlElement(name = "Phone")
protected String phone;
@XmlElement(name = "RequestDate")
protected String requestDate;
@XmlElement(name = "DeliveryDate")
protected String deliveryDate;
@XmlElement(name = "VehicleNo")
protected String vehicleNo;
@XmlElement(name = "Driver")
protected String driver;
@XmlElement(name = "DriverPhone")
protected String driverPhone;
@XmlElement(name = "TestCount")
protected String testCount;
@XmlElement(name = "CertificateCount")
protected String certificateCount;
@XmlElement(name = "OuterReportCount")
protected String outerReportCount;
@XmlElement(name = "QtyCount")
protected String qtyCount;
@XmlElement(name = "GoodsCount")
protected String goodsCount;
@XmlElement(name = "Marktext")
protected String marktext;
@XmlElement(name = "EntryPeople")
protected String entryPeople;
@XmlElement(name = "EntryPeopleWorkCode")
protected String entryPeopleWorkCode;
@XmlElement(name = "OutStorageAuotoIDs")
protected String outStorageAuotoIDs;
@XmlElement(name = "contractid")
protected String contractid;
protected String isJosn;
/**
* ��ȡsalesServiceKey���Ե�ֵ��
*
* @return
* possible object is
* {@link String }
*
*/
public String getContractid() {
return contractid;
}
/**
* ����salesServiceKey���Ե�ֵ��
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setContractid(String value) {
this.contractid = value;
}
/**
* ��ȡsalesServiceKey���Ե�ֵ��
*
* @return
* possible object is
* {@link String }
*
*/
public String getSalesServiceKey() {
return salesServiceKey;
}
/**
* ����salesServiceKey���Ե�ֵ��
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setSalesServiceKey(String value) {
this.salesServiceKey = value;
}
/**
* ��ȡescortNo���Ե�ֵ��
*
* @return
* possible object is
* {@link String }
*
*/
public String getEscortNo() {
return escortNo;
}
/**
* ����escortNo���Ե�ֵ��
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setEscortNo(String value) {
this.escortNo = value;
}
/**
* ��ȡcarrier���Ե�ֵ��
*
* @return
* possible object is
* {@link String }
*
*/
public String getCarrier() {
return carrier;
}
/**
* ����carrier���Ե�ֵ��
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCarrier(String value) {
this.carrier = value;
}
/**
* ��ȡreceiver���Ե�ֵ��
*
* @return
* possible object is
* {@link String }
*
*/
public String getReceiver() {
return receiver;
}
/**
* ����receiver���Ե�ֵ��
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setReceiver(String value) {
this.receiver = value;
}
/**
* ��ȡaddress���Ե�ֵ��
*
* @return
* possible object is
* {@link String }
*
*/
public String getAddress() {
return address;
}
/**
* ����address���Ե�ֵ��
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAddress(String value) {
this.address = value;
}
/**
* ��ȡphone���Ե�ֵ��
*
* @return
* possible object is
* {@link String }
*
*/
public String getPhone() {
return phone;
}
/**
* ����phone���Ե�ֵ��
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPhone(String value) {
this.phone = value;
}
/**
* ��ȡrequestDate���Ե�ֵ��
*
* @return
* possible object is
* {@link String }
*
*/
public String getRequestDate() {
return requestDate;
}
/**
* ����requestDate���Ե�ֵ��
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRequestDate(String value) {
this.requestDate = value;
}
/**
* ��ȡdeliveryDate���Ե�ֵ��
*
* @return
* possible object is
* {@link String }
*
*/
public String getDeliveryDate() {
return deliveryDate;
}
/**
* ����deliveryDate���Ե�ֵ��
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDeliveryDate(String value) {
this.deliveryDate = value;
}
/**
* ��ȡvehicleNo���Ե�ֵ��
*
* @return
* possible object is
* {@link String }
*
*/
public String getVehicleNo() {
return vehicleNo;
}
/**
* ����vehicleNo���Ե�ֵ��
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setVehicleNo(String value) {
this.vehicleNo = value;
}
/**
* ��ȡdriver���Ե�ֵ��
*
* @return
* possible object is
* {@link String }
*
*/
public String getDriver() {
return driver;
}
/**
* ����driver���Ե�ֵ��
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDriver(String value) {
this.driver = value;
}
/**
* ��ȡdriverPhone���Ե�ֵ��
*
* @return
* possible object is
* {@link String }
*
*/
public String getDriverPhone() {
return driverPhone;
}
/**
* ����driverPhone���Ե�ֵ��
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDriverPhone(String value) {
this.driverPhone = value;
}
/**
* ��ȡtestCount���Ե�ֵ��
*
* @return
* possible object is
* {@link String }
*
*/
public String getTestCount() {
return testCount;
}
/**
* ����testCount���Ե�ֵ��
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTestCount(String value) {
this.testCount = value;
}
/**
* ��ȡcertificateCount���Ե�ֵ��
*
* @return
* possible object is
* {@link String }
*
*/
public String getCertificateCount() {
return certificateCount;
}
/**
* ����certificateCount���Ե�ֵ��
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCertificateCount(String value) {
this.certificateCount = value;
}
/**
* ��ȡouterReportCount���Ե�ֵ��
*
* @return
* possible object is
* {@link String }
*
*/
public String getOuterReportCount() {
return outerReportCount;
}
/**
* ����outerReportCount���Ե�ֵ��
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOuterReportCount(String value) {
this.outerReportCount = value;
}
/**
* ��ȡqtyCount���Ե�ֵ��
*
* @return
* possible object is
* {@link String }
*
*/
public String getQtyCount() {
return qtyCount;
}
/**
* ����qtyCount���Ե�ֵ��
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setQtyCount(String value) {
this.qtyCount = value;
}
/**
* ��ȡgoodsCount���Ե�ֵ��
*
* @return
* possible object is
* {@link String }
*
*/
public String getGoodsCount() {
return goodsCount;
}
/**
* ����goodsCount���Ե�ֵ��
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setGoodsCount(String value) {
this.goodsCount = value;
}
/**
* ��ȡmarktext���Ե�ֵ��
*
* @return
* possible object is
* {@link String }
*
*/
public String getMarktext() {
return marktext;
}
/**
* ����marktext���Ե�ֵ��
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setMarktext(String value) {
this.marktext = value;
}
/**
* ��ȡentryPeople���Ե�ֵ��
*
* @return
* possible object is
* {@link String }
*
*/
public String getEntryPeople() {
return entryPeople;
}
/**
* ����entryPeople���Ե�ֵ��
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setEntryPeople(String value) {
this.entryPeople = value;
}
/**
* ��ȡentryPeopleWorkCode���Ե�ֵ��
*
* @return
* possible object is
* {@link String }
*
*/
public String getEntryPeopleWorkCode() {
return entryPeopleWorkCode;
}
/**
* ����entryPeopleWorkCode���Ե�ֵ��
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setEntryPeopleWorkCode(String value) {
this.entryPeopleWorkCode = value;
}
/**
* ��ȡoutStorageAuotoIDs���Ե�ֵ��
*
* @return
* possible object is
* {@link String }
*
*/
public String getOutStorageAuotoIDs() {
return outStorageAuotoIDs;
}
/**
* ����outStorageAuotoIDs���Ե�ֵ��
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOutStorageAuotoIDs(String value) {
this.outStorageAuotoIDs = value;
}
/**
* ��ȡisJosn���Ե�ֵ��
*
* @return
* possible object is
* {@link String }
*
*/
public String getIsJosn() {
return isJosn;
}
/**
* ����isJosn���Ե�ֵ��
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setIsJosn(String value) {
this.isJosn = value;
}
}