|
package com.chinaztt.mes.common.gsm.out;
|
|
import javax.xml.bind.annotation.XmlAccessType;
|
import javax.xml.bind.annotation.XmlAccessorType;
|
import javax.xml.bind.annotation.XmlElement;
|
import javax.xml.bind.annotation.XmlType;
|
|
|
/**
|
* <p>OutStorageSingleAddModel complex type�� Java �ࡣ
|
*
|
* <p>����ģʽƬ��ָ�������ڴ����е�Ԥ�����ݡ�
|
*
|
* <pre>
|
* <complexType name="OutStorageSingleAddModel">
|
* <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="contractid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
* <element name="ContractInfo_Product_AutoID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
* <element name="QualityQueryID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
* <element name="Quantity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
* <element name="RecordYear" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
* <element name="RecordMonth" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
* <element name="schemeNo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
* <element name="NetWeight" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
* <element name="TareWeight" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
* <element name="GrossWeight" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
* <element name="DrumType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
* <element name="DrumStyle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
* <element name="Productor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
* <element name="remark" 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="InstorageAutoID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
* <element name="EscortID" 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>
|
* </pre>
|
*
|
*
|
*/
|
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlType(name = "OutStorageSingleAddModel", propOrder = {
|
"salesServiceKey",
|
"contractid",
|
"contractInfoProductAutoID",
|
"qualityQueryID",
|
"quantity",
|
"recordYear",
|
"recordMonth",
|
"schemeNo",
|
"netWeight",
|
"tareWeight",
|
"grossWeight",
|
"drumType",
|
"drumStyle",
|
"productor",
|
"remark",
|
"entryPeople",
|
"entryPeopleWorkCode",
|
"instorageAutoID",
|
"escortID",
|
"isJosn",
|
"extendField1"
|
})
|
public class OutStorageSingleAddModel {
|
|
@XmlElement(name = "SalesServiceKey")
|
protected String salesServiceKey;
|
protected String contractid;
|
@XmlElement(name = "ContractInfo_Product_AutoID")
|
protected String contractInfoProductAutoID;
|
@XmlElement(name = "QualityQueryID")
|
protected String qualityQueryID;
|
@XmlElement(name = "Quantity")
|
protected String quantity;
|
@XmlElement(name = "RecordYear")
|
protected String recordYear;
|
@XmlElement(name = "RecordMonth")
|
protected String recordMonth;
|
protected String schemeNo;
|
@XmlElement(name = "NetWeight")
|
protected String netWeight;
|
@XmlElement(name = "TareWeight")
|
protected String tareWeight;
|
@XmlElement(name = "GrossWeight")
|
protected String grossWeight;
|
@XmlElement(name = "DrumType")
|
protected String drumType;
|
@XmlElement(name = "DrumStyle")
|
protected String drumStyle;
|
@XmlElement(name = "Productor")
|
protected String productor;
|
protected String remark;
|
@XmlElement(name = "EntryPeople")
|
protected String entryPeople;
|
@XmlElement(name = "EntryPeopleWorkCode")
|
protected String entryPeopleWorkCode;
|
@XmlElement(name = "InstorageAutoID")
|
protected String instorageAutoID;
|
@XmlElement(name = "EscortID")
|
protected String escortID;
|
protected String isJosn;
|
|
@XmlElement(name = "ExtendField1")
|
protected String extendField1;
|
|
public String getExtendField1() {
|
return extendField1;
|
}
|
|
public void setExtendField1(String value) {
|
this.extendField1 = 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;
|
}
|
|
/**
|
* ��ȡcontractid���Ե�ֵ��
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getContractid() {
|
return contractid;
|
}
|
|
/**
|
* ����contractid���Ե�ֵ��
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setContractid(String value) {
|
this.contractid = value;
|
}
|
|
/**
|
* ��ȡcontractInfoProductAutoID���Ե�ֵ��
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getContractInfoProductAutoID() {
|
return contractInfoProductAutoID;
|
}
|
|
/**
|
* ����contractInfoProductAutoID���Ե�ֵ��
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setContractInfoProductAutoID(String value) {
|
this.contractInfoProductAutoID = value;
|
}
|
|
/**
|
* ��ȡqualityQueryID���Ե�ֵ��
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getQualityQueryID() {
|
return qualityQueryID;
|
}
|
|
/**
|
* ����qualityQueryID���Ե�ֵ��
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setQualityQueryID(String value) {
|
this.qualityQueryID = value;
|
}
|
|
/**
|
* ��ȡquantity���Ե�ֵ��
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getQuantity() {
|
return quantity;
|
}
|
|
/**
|
* ����quantity���Ե�ֵ��
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setQuantity(String value) {
|
this.quantity = value;
|
}
|
|
/**
|
* ��ȡrecordYear���Ե�ֵ��
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getRecordYear() {
|
return recordYear;
|
}
|
|
/**
|
* ����recordYear���Ե�ֵ��
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setRecordYear(String value) {
|
this.recordYear = value;
|
}
|
|
/**
|
* ��ȡrecordMonth���Ե�ֵ��
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getRecordMonth() {
|
return recordMonth;
|
}
|
|
/**
|
* ����recordMonth���Ե�ֵ��
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setRecordMonth(String value) {
|
this.recordMonth = value;
|
}
|
|
/**
|
* ��ȡschemeNo���Ե�ֵ��
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getSchemeNo() {
|
return schemeNo;
|
}
|
|
/**
|
* ����schemeNo���Ե�ֵ��
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setSchemeNo(String value) {
|
this.schemeNo = value;
|
}
|
|
/**
|
* ��ȡnetWeight���Ե�ֵ��
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getNetWeight() {
|
return netWeight;
|
}
|
|
/**
|
* ����netWeight���Ե�ֵ��
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setNetWeight(String value) {
|
this.netWeight = value;
|
}
|
|
/**
|
* ��ȡtareWeight���Ե�ֵ��
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getTareWeight() {
|
return tareWeight;
|
}
|
|
/**
|
* ����tareWeight���Ե�ֵ��
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setTareWeight(String value) {
|
this.tareWeight = value;
|
}
|
|
/**
|
* ��ȡgrossWeight���Ե�ֵ��
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getGrossWeight() {
|
return grossWeight;
|
}
|
|
/**
|
* ����grossWeight���Ե�ֵ��
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setGrossWeight(String value) {
|
this.grossWeight = value;
|
}
|
|
/**
|
* ��ȡdrumType���Ե�ֵ��
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getDrumType() {
|
return drumType;
|
}
|
|
/**
|
* ����drumType���Ե�ֵ��
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setDrumType(String value) {
|
this.drumType = value;
|
}
|
|
/**
|
* ��ȡdrumStyle���Ե�ֵ��
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getDrumStyle() {
|
return drumStyle;
|
}
|
|
/**
|
* ����drumStyle���Ե�ֵ��
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setDrumStyle(String value) {
|
this.drumStyle = value;
|
}
|
|
/**
|
* ��ȡproductor���Ե�ֵ��
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getProductor() {
|
return productor;
|
}
|
|
/**
|
* ����productor���Ե�ֵ��
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setProductor(String value) {
|
this.productor = value;
|
}
|
|
/**
|
* ��ȡremark���Ե�ֵ��
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getRemark() {
|
return remark;
|
}
|
|
/**
|
* ����remark���Ե�ֵ��
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setRemark(String value) {
|
this.remark = 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;
|
}
|
|
/**
|
* ��ȡinstorageAutoID���Ե�ֵ��
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getInstorageAutoID() {
|
return instorageAutoID;
|
}
|
|
/**
|
* ����instorageAutoID���Ե�ֵ��
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setInstorageAutoID(String value) {
|
this.instorageAutoID = value;
|
}
|
|
/**
|
* ��ȡescortID���Ե�ֵ��
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getEscortID() {
|
return escortID;
|
}
|
|
/**
|
* ����escortID���Ե�ֵ��
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setEscortID(String value) {
|
this.escortID = 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;
|
}
|
|
}
|