|
package com.chinaztt.mes.common.gsm.in;
|
|
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>InStorageSingleAddModel complex type�� Java �ࡣ
|
*
|
* <p>����ģʽƬ��ָ�������ڴ����е�Ԥ�����ݡ�
|
*
|
* <pre>
|
* <complexType name="InStorageSingleAddModel">
|
* <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="InStorageId" 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="QualityQueryID" 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="Quantity" 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="PieceNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
* <element name="DiskNo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
* <element name="Classic" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
* <element name="Length" 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="isJosn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
|
* </sequence>
|
* </restriction>
|
* </complexContent>
|
* </complexType>
|
* </pre>
|
*
|
*
|
*/
|
@XmlAccessorType(XmlAccessType.FIELD)
|
@XmlType(name = "InStorageSingleAddModel", propOrder = {
|
"salesServiceKey",
|
"contractid",
|
"contractInfoProductAutoID",
|
"inStorageId",
|
"recordYear",
|
"recordMonth",
|
"qualityQueryID",
|
"schemeNo",
|
"quantity",
|
"netWeight",
|
"tareWeight",
|
"grossWeight",
|
"drumType",
|
"drumStyle",
|
"productor",
|
"pieceNum",
|
"diskNo",
|
"classic",
|
"length",
|
"entryPeople",
|
"entryPeopleWorkCode",
|
"isJosn"
|
})
|
public class InStorageSingleAddModel {
|
|
@XmlElement(name = "SalesServiceKey")
|
protected String salesServiceKey;
|
protected String contractid;
|
@XmlElement(name = "ContractInfo_Product_AutoID")
|
protected String contractInfoProductAutoID;
|
@XmlElement(name = "InStorageId")
|
protected String inStorageId;
|
@XmlElement(name = "RecordYear")
|
protected String recordYear;
|
@XmlElement(name = "RecordMonth")
|
protected String recordMonth;
|
@XmlElement(name = "QualityQueryID")
|
protected String qualityQueryID;
|
protected String schemeNo;
|
@XmlElement(name = "Quantity")
|
protected String quantity;
|
@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;
|
@XmlElement(name = "PieceNum")
|
protected String pieceNum;
|
@XmlElement(name = "DiskNo")
|
protected String diskNo;
|
@XmlElement(name = "Classic")
|
protected String classic;
|
@XmlElement(name = "Length")
|
protected String length;
|
@XmlElement(name = "EntryPeople")
|
protected String entryPeople;
|
@XmlElement(name = "EntryPeopleWorkCode")
|
protected String entryPeopleWorkCode;
|
protected String isJosn;
|
|
/**
|
* ��ȡ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;
|
}
|
|
/**
|
* ��ȡinStorageId���Ե�ֵ��
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getInStorageId() {
|
return inStorageId;
|
}
|
|
/**
|
* ����inStorageId���Ե�ֵ��
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setInStorageId(String value) {
|
this.inStorageId = 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;
|
}
|
|
/**
|
* ��ȡ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;
|
}
|
|
/**
|
* ��ȡ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;
|
}
|
|
/**
|
* ��ȡ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;
|
}
|
|
/**
|
* ��ȡ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;
|
}
|
|
/**
|
* ��ȡpieceNum���Ե�ֵ��
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getPieceNum() {
|
return pieceNum;
|
}
|
|
/**
|
* ����pieceNum���Ե�ֵ��
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setPieceNum(String value) {
|
this.pieceNum = value;
|
}
|
|
/**
|
* ��ȡdiskNo���Ե�ֵ��
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getDiskNo() {
|
return diskNo;
|
}
|
|
/**
|
* ����diskNo���Ե�ֵ��
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setDiskNo(String value) {
|
this.diskNo = value;
|
}
|
|
/**
|
* ��ȡclassic���Ե�ֵ��
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getClassic() {
|
return classic;
|
}
|
|
/**
|
* ����classic���Ե�ֵ��
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setClassic(String value) {
|
this.classic = value;
|
}
|
|
/**
|
* ��ȡlength���Ե�ֵ��
|
*
|
* @return
|
* possible object is
|
* {@link String }
|
*
|
*/
|
public String getLength() {
|
return length;
|
}
|
|
/**
|
* ����length���Ե�ֵ��
|
*
|
* @param value
|
* allowed object is
|
* {@link String }
|
*
|
*/
|
public void setLength(String value) {
|
this.length = 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;
|
}
|
|
/**
|
* ��ȡ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;
|
}
|
|
}
|