You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4304 lines
103 KiB
C#
4304 lines
103 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 此代码由工具生成。
|
|
// 运行时版本:4.0.30319.42000
|
|
//
|
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
|
// 重新生成代码,这些更改将会丢失。
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
using System.Xml.Serialization;
|
|
|
|
//
|
|
// 此源代码由 xsd 自动生成, Version=4.8.3928.0。
|
|
//
|
|
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
[System.Xml.Serialization.XmlRootAttribute(Namespace="", IsNullable=false)]
|
|
public partial class NewDataSet {
|
|
|
|
private object[] itemsField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("AgentAPPModuleVersion", typeof(NewDataSetAgentAPPModuleVersion), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("AgentSystem", typeof(NewDataSetAgentSystem), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("BillofLading", typeof(NewDataSetBillofLading), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("Booking", typeof(NewDataSetBooking), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("BookingTransport", typeof(NewDataSetBookingTransport), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("Cargo", typeof(NewDataSetCargo), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("CargoChemical", typeof(NewDataSetCargoChemical), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("CargoChemicalIMOSortGroup", typeof(NewDataSetCargoChemicalIMOSortGroup), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("CargoChemicalSegregationGroup", typeof(NewDataSetCargoChemicalSegregationGroup), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("Company", typeof(NewDataSetCompany), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("Container", typeof(NewDataSetContainer), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("ContainerSealNumber", typeof(NewDataSetContainerSealNumber), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("FieldValue", typeof(NewDataSetFieldValue), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("Header", typeof(NewDataSetHeader), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("Indexer", typeof(NewDataSetIndexer), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("ReferenceNumber", typeof(NewDataSetReferenceNumber), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("ShipmentAssignment", typeof(NewDataSetShipmentAssignment), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public object[] Items {
|
|
get {
|
|
return this.itemsField;
|
|
}
|
|
set {
|
|
this.itemsField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class NewDataSetAgentAPPModuleVersion {
|
|
|
|
private string aPPModuleCodeField;
|
|
|
|
private byte[] aPPModuleBinVersionField;
|
|
|
|
private string aPPModuleVersionField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string APPModuleCode {
|
|
get {
|
|
return this.aPPModuleCodeField;
|
|
}
|
|
set {
|
|
this.aPPModuleCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute(DataType="base64Binary")]
|
|
public byte[] APPModuleBinVersion {
|
|
get {
|
|
return this.aPPModuleBinVersionField;
|
|
}
|
|
set {
|
|
this.aPPModuleBinVersionField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string APPModuleVersion {
|
|
get {
|
|
return this.aPPModuleVersionField;
|
|
}
|
|
set {
|
|
this.aPPModuleVersionField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class NewDataSetAgentSystem {
|
|
|
|
private string serverNameField;
|
|
|
|
private string dBNameField;
|
|
|
|
private int dBSizeMBField;
|
|
|
|
private bool dBSizeMBFieldSpecified;
|
|
|
|
private int lOGSizeMBField;
|
|
|
|
private bool lOGSizeMBFieldSpecified;
|
|
|
|
private string supportingDBNameField;
|
|
|
|
private int supportingDBSizeMBField;
|
|
|
|
private bool supportingDBSizeMBFieldSpecified;
|
|
|
|
private int supportingLOGSizeMBField;
|
|
|
|
private bool supportingLOGSizeMBFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string ServerName {
|
|
get {
|
|
return this.serverNameField;
|
|
}
|
|
set {
|
|
this.serverNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string DBName {
|
|
get {
|
|
return this.dBNameField;
|
|
}
|
|
set {
|
|
this.dBNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int DBSizeMB {
|
|
get {
|
|
return this.dBSizeMBField;
|
|
}
|
|
set {
|
|
this.dBSizeMBField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool DBSizeMBSpecified {
|
|
get {
|
|
return this.dBSizeMBFieldSpecified;
|
|
}
|
|
set {
|
|
this.dBSizeMBFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int LOGSizeMB {
|
|
get {
|
|
return this.lOGSizeMBField;
|
|
}
|
|
set {
|
|
this.lOGSizeMBField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool LOGSizeMBSpecified {
|
|
get {
|
|
return this.lOGSizeMBFieldSpecified;
|
|
}
|
|
set {
|
|
this.lOGSizeMBFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string SupportingDBName {
|
|
get {
|
|
return this.supportingDBNameField;
|
|
}
|
|
set {
|
|
this.supportingDBNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int SupportingDBSizeMB {
|
|
get {
|
|
return this.supportingDBSizeMBField;
|
|
}
|
|
set {
|
|
this.supportingDBSizeMBField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool SupportingDBSizeMBSpecified {
|
|
get {
|
|
return this.supportingDBSizeMBFieldSpecified;
|
|
}
|
|
set {
|
|
this.supportingDBSizeMBFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int SupportingLOGSizeMB {
|
|
get {
|
|
return this.supportingLOGSizeMBField;
|
|
}
|
|
set {
|
|
this.supportingLOGSizeMBField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool SupportingLOGSizeMBSpecified {
|
|
get {
|
|
return this.supportingLOGSizeMBFieldSpecified;
|
|
}
|
|
set {
|
|
this.supportingLOGSizeMBFieldSpecified = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class NewDataSetBillofLading {
|
|
|
|
private int bLIdField;
|
|
|
|
private bool bLIdFieldSpecified;
|
|
|
|
private string sINumberField;
|
|
|
|
private bool isExpressReleasingField;
|
|
|
|
private bool isExpressReleasingFieldSpecified;
|
|
|
|
private int originalBLsField;
|
|
|
|
private bool originalBLsFieldSpecified;
|
|
|
|
private int nonNegotiableBLsField;
|
|
|
|
private bool nonNegotiableBLsFieldSpecified;
|
|
|
|
private string bLPORField;
|
|
|
|
private string bLPOLField;
|
|
|
|
private string bLPODField;
|
|
|
|
private string bLFNLField;
|
|
|
|
private string bLVesselField;
|
|
|
|
private string bLVoyageField;
|
|
|
|
private System.DateTime bLDateField;
|
|
|
|
private bool bLDateFieldSpecified;
|
|
|
|
private bool isFreightBLField;
|
|
|
|
private bool isFreightBLFieldSpecified;
|
|
|
|
private bool showPODAgencyField;
|
|
|
|
private bool showPODAgencyFieldSpecified;
|
|
|
|
private string issueCityField;
|
|
|
|
private string issueCityCodeField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int BLId {
|
|
get {
|
|
return this.bLIdField;
|
|
}
|
|
set {
|
|
this.bLIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool BLIdSpecified {
|
|
get {
|
|
return this.bLIdFieldSpecified;
|
|
}
|
|
set {
|
|
this.bLIdFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string SINumber {
|
|
get {
|
|
return this.sINumberField;
|
|
}
|
|
set {
|
|
this.sINumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public bool IsExpressReleasing {
|
|
get {
|
|
return this.isExpressReleasingField;
|
|
}
|
|
set {
|
|
this.isExpressReleasingField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool IsExpressReleasingSpecified {
|
|
get {
|
|
return this.isExpressReleasingFieldSpecified;
|
|
}
|
|
set {
|
|
this.isExpressReleasingFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int OriginalBLs {
|
|
get {
|
|
return this.originalBLsField;
|
|
}
|
|
set {
|
|
this.originalBLsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool OriginalBLsSpecified {
|
|
get {
|
|
return this.originalBLsFieldSpecified;
|
|
}
|
|
set {
|
|
this.originalBLsFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int NonNegotiableBLs {
|
|
get {
|
|
return this.nonNegotiableBLsField;
|
|
}
|
|
set {
|
|
this.nonNegotiableBLsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool NonNegotiableBLsSpecified {
|
|
get {
|
|
return this.nonNegotiableBLsFieldSpecified;
|
|
}
|
|
set {
|
|
this.nonNegotiableBLsFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string BLPOR {
|
|
get {
|
|
return this.bLPORField;
|
|
}
|
|
set {
|
|
this.bLPORField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string BLPOL {
|
|
get {
|
|
return this.bLPOLField;
|
|
}
|
|
set {
|
|
this.bLPOLField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string BLPOD {
|
|
get {
|
|
return this.bLPODField;
|
|
}
|
|
set {
|
|
this.bLPODField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string BLFNL {
|
|
get {
|
|
return this.bLFNLField;
|
|
}
|
|
set {
|
|
this.bLFNLField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string BLVessel {
|
|
get {
|
|
return this.bLVesselField;
|
|
}
|
|
set {
|
|
this.bLVesselField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string BLVoyage {
|
|
get {
|
|
return this.bLVoyageField;
|
|
}
|
|
set {
|
|
this.bLVoyageField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public System.DateTime BLDate {
|
|
get {
|
|
return this.bLDateField;
|
|
}
|
|
set {
|
|
this.bLDateField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool BLDateSpecified {
|
|
get {
|
|
return this.bLDateFieldSpecified;
|
|
}
|
|
set {
|
|
this.bLDateFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public bool IsFreightBL {
|
|
get {
|
|
return this.isFreightBLField;
|
|
}
|
|
set {
|
|
this.isFreightBLField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool IsFreightBLSpecified {
|
|
get {
|
|
return this.isFreightBLFieldSpecified;
|
|
}
|
|
set {
|
|
this.isFreightBLFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public bool ShowPODAgency {
|
|
get {
|
|
return this.showPODAgencyField;
|
|
}
|
|
set {
|
|
this.showPODAgencyField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool ShowPODAgencySpecified {
|
|
get {
|
|
return this.showPODAgencyFieldSpecified;
|
|
}
|
|
set {
|
|
this.showPODAgencyFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string IssueCity {
|
|
get {
|
|
return this.issueCityField;
|
|
}
|
|
set {
|
|
this.issueCityField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string IssueCityCode {
|
|
get {
|
|
return this.issueCityCodeField;
|
|
}
|
|
set {
|
|
this.issueCityCodeField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class NewDataSetBooking {
|
|
|
|
private int bookingIdField;
|
|
|
|
private bool bookingIdFieldSpecified;
|
|
|
|
private string bookingNumberField;
|
|
|
|
private string masterBookingNumberField;
|
|
|
|
private string refNumberField;
|
|
|
|
private string partLoadTypeCodeField;
|
|
|
|
private string partLoadBookingsField;
|
|
|
|
private string agentCodeField;
|
|
|
|
private string statusCodeField;
|
|
|
|
private string vesselField;
|
|
|
|
private string vesselCodeField;
|
|
|
|
private string voyageField;
|
|
|
|
private string serviceCodeField;
|
|
|
|
private bool isFeederBookingField;
|
|
|
|
private bool isFeederBookingFieldSpecified;
|
|
|
|
private string pORSubLocationCodeField;
|
|
|
|
private string pORField;
|
|
|
|
private string pORCodeField;
|
|
|
|
private string pOLCodeField;
|
|
|
|
private string trans1CodeField;
|
|
|
|
private string trans2CodeField;
|
|
|
|
private string trans3CodeField;
|
|
|
|
private string trans4CodeField;
|
|
|
|
private string pODCodeField;
|
|
|
|
private string finalDestField;
|
|
|
|
private string finalDestCodeField;
|
|
|
|
private string finalDestZipCodeField;
|
|
|
|
private string finalDestSubLocationCodeField;
|
|
|
|
private string termsCodeField;
|
|
|
|
private string serviceContractTypeCodeField;
|
|
|
|
private string serviceContractField;
|
|
|
|
private string contractCategoryCodeField;
|
|
|
|
private string freightCategoryField;
|
|
|
|
private string paymentTypeCodeField;
|
|
|
|
private string payAtLocationField;
|
|
|
|
private string payAtLocationCodeField;
|
|
|
|
private string commentField;
|
|
|
|
private string dataTypeCodeField;
|
|
|
|
private string cFSDepotCodeField;
|
|
|
|
private string toOrderTypeCodeField;
|
|
|
|
private bool isAMSField;
|
|
|
|
private bool isAMSFieldSpecified;
|
|
|
|
private string feederBLTypeCodeField;
|
|
|
|
private string localPaymentTypeCodeField;
|
|
|
|
private string localPayAtLocationField;
|
|
|
|
private string localPayAtLocationCodeField;
|
|
|
|
private string inTransitCountryCodeField;
|
|
|
|
private string freightCommentField;
|
|
|
|
private string feederVesselCodeField;
|
|
|
|
private string feederVoyageField;
|
|
|
|
private System.DateTime feederSailingDateField;
|
|
|
|
private bool feederSailingDateFieldSpecified;
|
|
|
|
private string feederPortCodeField;
|
|
|
|
private string lastShipperDescriptionField;
|
|
|
|
private string sISenderField;
|
|
|
|
private string crossBookingField;
|
|
|
|
private string pOLTerminalField;
|
|
|
|
private string pOLTerminalCodeField;
|
|
|
|
private string pODTerminalField;
|
|
|
|
private string pODTerminalCodeField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int BookingId {
|
|
get {
|
|
return this.bookingIdField;
|
|
}
|
|
set {
|
|
this.bookingIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool BookingIdSpecified {
|
|
get {
|
|
return this.bookingIdFieldSpecified;
|
|
}
|
|
set {
|
|
this.bookingIdFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string BookingNumber {
|
|
get {
|
|
return this.bookingNumberField;
|
|
}
|
|
set {
|
|
this.bookingNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string MasterBookingNumber {
|
|
get {
|
|
return this.masterBookingNumberField;
|
|
}
|
|
set {
|
|
this.masterBookingNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string RefNumber {
|
|
get {
|
|
return this.refNumberField;
|
|
}
|
|
set {
|
|
this.refNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string PartLoadTypeCode {
|
|
get {
|
|
return this.partLoadTypeCodeField;
|
|
}
|
|
set {
|
|
this.partLoadTypeCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string PartLoadBookings {
|
|
get {
|
|
return this.partLoadBookingsField;
|
|
}
|
|
set {
|
|
this.partLoadBookingsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string AgentCode {
|
|
get {
|
|
return this.agentCodeField;
|
|
}
|
|
set {
|
|
this.agentCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string StatusCode {
|
|
get {
|
|
return this.statusCodeField;
|
|
}
|
|
set {
|
|
this.statusCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string Vessel {
|
|
get {
|
|
return this.vesselField;
|
|
}
|
|
set {
|
|
this.vesselField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string VesselCode {
|
|
get {
|
|
return this.vesselCodeField;
|
|
}
|
|
set {
|
|
this.vesselCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string Voyage {
|
|
get {
|
|
return this.voyageField;
|
|
}
|
|
set {
|
|
this.voyageField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string ServiceCode {
|
|
get {
|
|
return this.serviceCodeField;
|
|
}
|
|
set {
|
|
this.serviceCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public bool IsFeederBooking {
|
|
get {
|
|
return this.isFeederBookingField;
|
|
}
|
|
set {
|
|
this.isFeederBookingField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool IsFeederBookingSpecified {
|
|
get {
|
|
return this.isFeederBookingFieldSpecified;
|
|
}
|
|
set {
|
|
this.isFeederBookingFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string PORSubLocationCode {
|
|
get {
|
|
return this.pORSubLocationCodeField;
|
|
}
|
|
set {
|
|
this.pORSubLocationCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string POR {
|
|
get {
|
|
return this.pORField;
|
|
}
|
|
set {
|
|
this.pORField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string PORCode {
|
|
get {
|
|
return this.pORCodeField;
|
|
}
|
|
set {
|
|
this.pORCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string POLCode {
|
|
get {
|
|
return this.pOLCodeField;
|
|
}
|
|
set {
|
|
this.pOLCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string Trans1Code {
|
|
get {
|
|
return this.trans1CodeField;
|
|
}
|
|
set {
|
|
this.trans1CodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string Trans2Code {
|
|
get {
|
|
return this.trans2CodeField;
|
|
}
|
|
set {
|
|
this.trans2CodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string Trans3Code {
|
|
get {
|
|
return this.trans3CodeField;
|
|
}
|
|
set {
|
|
this.trans3CodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string Trans4Code {
|
|
get {
|
|
return this.trans4CodeField;
|
|
}
|
|
set {
|
|
this.trans4CodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string PODCode {
|
|
get {
|
|
return this.pODCodeField;
|
|
}
|
|
set {
|
|
this.pODCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string FinalDest {
|
|
get {
|
|
return this.finalDestField;
|
|
}
|
|
set {
|
|
this.finalDestField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string FinalDestCode {
|
|
get {
|
|
return this.finalDestCodeField;
|
|
}
|
|
set {
|
|
this.finalDestCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string FinalDestZipCode {
|
|
get {
|
|
return this.finalDestZipCodeField;
|
|
}
|
|
set {
|
|
this.finalDestZipCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string FinalDestSubLocationCode {
|
|
get {
|
|
return this.finalDestSubLocationCodeField;
|
|
}
|
|
set {
|
|
this.finalDestSubLocationCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string TermsCode {
|
|
get {
|
|
return this.termsCodeField;
|
|
}
|
|
set {
|
|
this.termsCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string ServiceContractTypeCode {
|
|
get {
|
|
return this.serviceContractTypeCodeField;
|
|
}
|
|
set {
|
|
this.serviceContractTypeCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string ServiceContract {
|
|
get {
|
|
return this.serviceContractField;
|
|
}
|
|
set {
|
|
this.serviceContractField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string ContractCategoryCode {
|
|
get {
|
|
return this.contractCategoryCodeField;
|
|
}
|
|
set {
|
|
this.contractCategoryCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string FreightCategory {
|
|
get {
|
|
return this.freightCategoryField;
|
|
}
|
|
set {
|
|
this.freightCategoryField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string PaymentTypeCode {
|
|
get {
|
|
return this.paymentTypeCodeField;
|
|
}
|
|
set {
|
|
this.paymentTypeCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string PayAtLocation {
|
|
get {
|
|
return this.payAtLocationField;
|
|
}
|
|
set {
|
|
this.payAtLocationField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string PayAtLocationCode {
|
|
get {
|
|
return this.payAtLocationCodeField;
|
|
}
|
|
set {
|
|
this.payAtLocationCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string Comment {
|
|
get {
|
|
return this.commentField;
|
|
}
|
|
set {
|
|
this.commentField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string DataTypeCode {
|
|
get {
|
|
return this.dataTypeCodeField;
|
|
}
|
|
set {
|
|
this.dataTypeCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string CFSDepotCode {
|
|
get {
|
|
return this.cFSDepotCodeField;
|
|
}
|
|
set {
|
|
this.cFSDepotCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string ToOrderTypeCode {
|
|
get {
|
|
return this.toOrderTypeCodeField;
|
|
}
|
|
set {
|
|
this.toOrderTypeCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public bool IsAMS {
|
|
get {
|
|
return this.isAMSField;
|
|
}
|
|
set {
|
|
this.isAMSField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool IsAMSSpecified {
|
|
get {
|
|
return this.isAMSFieldSpecified;
|
|
}
|
|
set {
|
|
this.isAMSFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string FeederBLTypeCode {
|
|
get {
|
|
return this.feederBLTypeCodeField;
|
|
}
|
|
set {
|
|
this.feederBLTypeCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string LocalPaymentTypeCode {
|
|
get {
|
|
return this.localPaymentTypeCodeField;
|
|
}
|
|
set {
|
|
this.localPaymentTypeCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string LocalPayAtLocation {
|
|
get {
|
|
return this.localPayAtLocationField;
|
|
}
|
|
set {
|
|
this.localPayAtLocationField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string LocalPayAtLocationCode {
|
|
get {
|
|
return this.localPayAtLocationCodeField;
|
|
}
|
|
set {
|
|
this.localPayAtLocationCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string InTransitCountryCode {
|
|
get {
|
|
return this.inTransitCountryCodeField;
|
|
}
|
|
set {
|
|
this.inTransitCountryCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string FreightComment {
|
|
get {
|
|
return this.freightCommentField;
|
|
}
|
|
set {
|
|
this.freightCommentField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string FeederVesselCode {
|
|
get {
|
|
return this.feederVesselCodeField;
|
|
}
|
|
set {
|
|
this.feederVesselCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string FeederVoyage {
|
|
get {
|
|
return this.feederVoyageField;
|
|
}
|
|
set {
|
|
this.feederVoyageField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public System.DateTime FeederSailingDate {
|
|
get {
|
|
return this.feederSailingDateField;
|
|
}
|
|
set {
|
|
this.feederSailingDateField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool FeederSailingDateSpecified {
|
|
get {
|
|
return this.feederSailingDateFieldSpecified;
|
|
}
|
|
set {
|
|
this.feederSailingDateFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string FeederPortCode {
|
|
get {
|
|
return this.feederPortCodeField;
|
|
}
|
|
set {
|
|
this.feederPortCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string LastShipperDescription {
|
|
get {
|
|
return this.lastShipperDescriptionField;
|
|
}
|
|
set {
|
|
this.lastShipperDescriptionField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string SISender {
|
|
get {
|
|
return this.sISenderField;
|
|
}
|
|
set {
|
|
this.sISenderField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string CrossBooking {
|
|
get {
|
|
return this.crossBookingField;
|
|
}
|
|
set {
|
|
this.crossBookingField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string POLTerminal {
|
|
get {
|
|
return this.pOLTerminalField;
|
|
}
|
|
set {
|
|
this.pOLTerminalField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string POLTerminalCode {
|
|
get {
|
|
return this.pOLTerminalCodeField;
|
|
}
|
|
set {
|
|
this.pOLTerminalCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string PODTerminal {
|
|
get {
|
|
return this.pODTerminalField;
|
|
}
|
|
set {
|
|
this.pODTerminalField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string PODTerminalCode {
|
|
get {
|
|
return this.pODTerminalCodeField;
|
|
}
|
|
set {
|
|
this.pODTerminalCodeField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class NewDataSetBookingTransport {
|
|
|
|
private int bookingTransportIdField;
|
|
|
|
private bool bookingTransportIdFieldSpecified;
|
|
|
|
private int bookingIdField;
|
|
|
|
private bool bookingIdFieldSpecified;
|
|
|
|
private bool isPrecarriageField;
|
|
|
|
private bool isPrecarriageFieldSpecified;
|
|
|
|
private int sequenceNumberField;
|
|
|
|
private bool sequenceNumberFieldSpecified;
|
|
|
|
private string transportModeCodeField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int BookingTransportId {
|
|
get {
|
|
return this.bookingTransportIdField;
|
|
}
|
|
set {
|
|
this.bookingTransportIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool BookingTransportIdSpecified {
|
|
get {
|
|
return this.bookingTransportIdFieldSpecified;
|
|
}
|
|
set {
|
|
this.bookingTransportIdFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int BookingId {
|
|
get {
|
|
return this.bookingIdField;
|
|
}
|
|
set {
|
|
this.bookingIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool BookingIdSpecified {
|
|
get {
|
|
return this.bookingIdFieldSpecified;
|
|
}
|
|
set {
|
|
this.bookingIdFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public bool IsPrecarriage {
|
|
get {
|
|
return this.isPrecarriageField;
|
|
}
|
|
set {
|
|
this.isPrecarriageField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool IsPrecarriageSpecified {
|
|
get {
|
|
return this.isPrecarriageFieldSpecified;
|
|
}
|
|
set {
|
|
this.isPrecarriageFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int SequenceNumber {
|
|
get {
|
|
return this.sequenceNumberField;
|
|
}
|
|
set {
|
|
this.sequenceNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool SequenceNumberSpecified {
|
|
get {
|
|
return this.sequenceNumberFieldSpecified;
|
|
}
|
|
set {
|
|
this.sequenceNumberFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string TransportModeCode {
|
|
get {
|
|
return this.transportModeCodeField;
|
|
}
|
|
set {
|
|
this.transportModeCodeField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class NewDataSetCargo {
|
|
|
|
private int cargoIdField;
|
|
|
|
private bool cargoIdFieldSpecified;
|
|
|
|
private int containerIdField;
|
|
|
|
private bool containerIdFieldSpecified;
|
|
|
|
private int sequenceNumberField;
|
|
|
|
private bool sequenceNumberFieldSpecified;
|
|
|
|
private string commodityField;
|
|
|
|
private string harmonizedCodeField;
|
|
|
|
private string shortDescriptionField;
|
|
|
|
private string shipperDescriptionField;
|
|
|
|
private string marksNumbersField;
|
|
|
|
private double quantityField;
|
|
|
|
private bool quantityFieldSpecified;
|
|
|
|
private string packageTypeCodeField;
|
|
|
|
private double weightField;
|
|
|
|
private bool weightFieldSpecified;
|
|
|
|
private double measurementField;
|
|
|
|
private bool measurementFieldSpecified;
|
|
|
|
private double oGLengthFrontField;
|
|
|
|
private bool oGLengthFrontFieldSpecified;
|
|
|
|
private double oGLengthBackField;
|
|
|
|
private bool oGLengthBackFieldSpecified;
|
|
|
|
private double oGWidthRightField;
|
|
|
|
private bool oGWidthRightFieldSpecified;
|
|
|
|
private double oGWidthLeftField;
|
|
|
|
private bool oGWidthLeftFieldSpecified;
|
|
|
|
private double oGHeightField;
|
|
|
|
private bool oGHeightFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int CargoId {
|
|
get {
|
|
return this.cargoIdField;
|
|
}
|
|
set {
|
|
this.cargoIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool CargoIdSpecified {
|
|
get {
|
|
return this.cargoIdFieldSpecified;
|
|
}
|
|
set {
|
|
this.cargoIdFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int ContainerId {
|
|
get {
|
|
return this.containerIdField;
|
|
}
|
|
set {
|
|
this.containerIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool ContainerIdSpecified {
|
|
get {
|
|
return this.containerIdFieldSpecified;
|
|
}
|
|
set {
|
|
this.containerIdFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int SequenceNumber {
|
|
get {
|
|
return this.sequenceNumberField;
|
|
}
|
|
set {
|
|
this.sequenceNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool SequenceNumberSpecified {
|
|
get {
|
|
return this.sequenceNumberFieldSpecified;
|
|
}
|
|
set {
|
|
this.sequenceNumberFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string Commodity {
|
|
get {
|
|
return this.commodityField;
|
|
}
|
|
set {
|
|
this.commodityField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string HarmonizedCode {
|
|
get {
|
|
return this.harmonizedCodeField;
|
|
}
|
|
set {
|
|
this.harmonizedCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string ShortDescription {
|
|
get {
|
|
return this.shortDescriptionField;
|
|
}
|
|
set {
|
|
this.shortDescriptionField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string ShipperDescription {
|
|
get {
|
|
return this.shipperDescriptionField;
|
|
}
|
|
set {
|
|
this.shipperDescriptionField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string MarksNumbers {
|
|
get {
|
|
return this.marksNumbersField;
|
|
}
|
|
set {
|
|
this.marksNumbersField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public double Quantity {
|
|
get {
|
|
return this.quantityField;
|
|
}
|
|
set {
|
|
this.quantityField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool QuantitySpecified {
|
|
get {
|
|
return this.quantityFieldSpecified;
|
|
}
|
|
set {
|
|
this.quantityFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string PackageTypeCode {
|
|
get {
|
|
return this.packageTypeCodeField;
|
|
}
|
|
set {
|
|
this.packageTypeCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public double Weight {
|
|
get {
|
|
return this.weightField;
|
|
}
|
|
set {
|
|
this.weightField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool WeightSpecified {
|
|
get {
|
|
return this.weightFieldSpecified;
|
|
}
|
|
set {
|
|
this.weightFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public double Measurement {
|
|
get {
|
|
return this.measurementField;
|
|
}
|
|
set {
|
|
this.measurementField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool MeasurementSpecified {
|
|
get {
|
|
return this.measurementFieldSpecified;
|
|
}
|
|
set {
|
|
this.measurementFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public double OGLengthFront {
|
|
get {
|
|
return this.oGLengthFrontField;
|
|
}
|
|
set {
|
|
this.oGLengthFrontField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool OGLengthFrontSpecified {
|
|
get {
|
|
return this.oGLengthFrontFieldSpecified;
|
|
}
|
|
set {
|
|
this.oGLengthFrontFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public double OGLengthBack {
|
|
get {
|
|
return this.oGLengthBackField;
|
|
}
|
|
set {
|
|
this.oGLengthBackField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool OGLengthBackSpecified {
|
|
get {
|
|
return this.oGLengthBackFieldSpecified;
|
|
}
|
|
set {
|
|
this.oGLengthBackFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public double OGWidthRight {
|
|
get {
|
|
return this.oGWidthRightField;
|
|
}
|
|
set {
|
|
this.oGWidthRightField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool OGWidthRightSpecified {
|
|
get {
|
|
return this.oGWidthRightFieldSpecified;
|
|
}
|
|
set {
|
|
this.oGWidthRightFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public double OGWidthLeft {
|
|
get {
|
|
return this.oGWidthLeftField;
|
|
}
|
|
set {
|
|
this.oGWidthLeftField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool OGWidthLeftSpecified {
|
|
get {
|
|
return this.oGWidthLeftFieldSpecified;
|
|
}
|
|
set {
|
|
this.oGWidthLeftFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public double OGHeight {
|
|
get {
|
|
return this.oGHeightField;
|
|
}
|
|
set {
|
|
this.oGHeightField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool OGHeightSpecified {
|
|
get {
|
|
return this.oGHeightFieldSpecified;
|
|
}
|
|
set {
|
|
this.oGHeightFieldSpecified = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class NewDataSetCargoChemical {
|
|
|
|
private int cargoIdField;
|
|
|
|
private bool cargoIdFieldSpecified;
|
|
|
|
private string pSNCodeField;
|
|
|
|
private string cAAField;
|
|
|
|
private string flashPointField;
|
|
|
|
private int emergencyTemperatureField;
|
|
|
|
private bool emergencyTemperatureFieldSpecified;
|
|
|
|
private int controlTemperatureField;
|
|
|
|
private bool controlTemperatureFieldSpecified;
|
|
|
|
private bool isReportableQTYField;
|
|
|
|
private bool isReportableQTYFieldSpecified;
|
|
|
|
private string dCPackageTypeCodeField;
|
|
|
|
private string dCPackingCodeField;
|
|
|
|
private string contactNameField;
|
|
|
|
private string emergencyPhoneField;
|
|
|
|
private double dCWeightField;
|
|
|
|
private bool dCWeightFieldSpecified;
|
|
|
|
private int innerQTYField;
|
|
|
|
private bool innerQTYFieldSpecified;
|
|
|
|
private string pSNameField;
|
|
|
|
private string mPCodeField;
|
|
|
|
private string packageTypeInnerCodeField;
|
|
|
|
private double outerQTYField;
|
|
|
|
private bool outerQTYFieldSpecified;
|
|
|
|
private System.DateTime iMDGTestFromField;
|
|
|
|
private bool iMDGTestFromFieldSpecified;
|
|
|
|
private System.DateTime iMDGTestToField;
|
|
|
|
private bool iMDGTestToFieldSpecified;
|
|
|
|
private string emergencyProviderField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int CargoId {
|
|
get {
|
|
return this.cargoIdField;
|
|
}
|
|
set {
|
|
this.cargoIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool CargoIdSpecified {
|
|
get {
|
|
return this.cargoIdFieldSpecified;
|
|
}
|
|
set {
|
|
this.cargoIdFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string PSNCode {
|
|
get {
|
|
return this.pSNCodeField;
|
|
}
|
|
set {
|
|
this.pSNCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string CAA {
|
|
get {
|
|
return this.cAAField;
|
|
}
|
|
set {
|
|
this.cAAField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string FlashPoint {
|
|
get {
|
|
return this.flashPointField;
|
|
}
|
|
set {
|
|
this.flashPointField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int EmergencyTemperature {
|
|
get {
|
|
return this.emergencyTemperatureField;
|
|
}
|
|
set {
|
|
this.emergencyTemperatureField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool EmergencyTemperatureSpecified {
|
|
get {
|
|
return this.emergencyTemperatureFieldSpecified;
|
|
}
|
|
set {
|
|
this.emergencyTemperatureFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int ControlTemperature {
|
|
get {
|
|
return this.controlTemperatureField;
|
|
}
|
|
set {
|
|
this.controlTemperatureField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool ControlTemperatureSpecified {
|
|
get {
|
|
return this.controlTemperatureFieldSpecified;
|
|
}
|
|
set {
|
|
this.controlTemperatureFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public bool IsReportableQTY {
|
|
get {
|
|
return this.isReportableQTYField;
|
|
}
|
|
set {
|
|
this.isReportableQTYField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool IsReportableQTYSpecified {
|
|
get {
|
|
return this.isReportableQTYFieldSpecified;
|
|
}
|
|
set {
|
|
this.isReportableQTYFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string DCPackageTypeCode {
|
|
get {
|
|
return this.dCPackageTypeCodeField;
|
|
}
|
|
set {
|
|
this.dCPackageTypeCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string DCPackingCode {
|
|
get {
|
|
return this.dCPackingCodeField;
|
|
}
|
|
set {
|
|
this.dCPackingCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string ContactName {
|
|
get {
|
|
return this.contactNameField;
|
|
}
|
|
set {
|
|
this.contactNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string EmergencyPhone {
|
|
get {
|
|
return this.emergencyPhoneField;
|
|
}
|
|
set {
|
|
this.emergencyPhoneField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public double DCWeight {
|
|
get {
|
|
return this.dCWeightField;
|
|
}
|
|
set {
|
|
this.dCWeightField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool DCWeightSpecified {
|
|
get {
|
|
return this.dCWeightFieldSpecified;
|
|
}
|
|
set {
|
|
this.dCWeightFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int InnerQTY {
|
|
get {
|
|
return this.innerQTYField;
|
|
}
|
|
set {
|
|
this.innerQTYField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool InnerQTYSpecified {
|
|
get {
|
|
return this.innerQTYFieldSpecified;
|
|
}
|
|
set {
|
|
this.innerQTYFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string PSName {
|
|
get {
|
|
return this.pSNameField;
|
|
}
|
|
set {
|
|
this.pSNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string MPCode {
|
|
get {
|
|
return this.mPCodeField;
|
|
}
|
|
set {
|
|
this.mPCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string PackageTypeInnerCode {
|
|
get {
|
|
return this.packageTypeInnerCodeField;
|
|
}
|
|
set {
|
|
this.packageTypeInnerCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public double OuterQTY {
|
|
get {
|
|
return this.outerQTYField;
|
|
}
|
|
set {
|
|
this.outerQTYField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool OuterQTYSpecified {
|
|
get {
|
|
return this.outerQTYFieldSpecified;
|
|
}
|
|
set {
|
|
this.outerQTYFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public System.DateTime IMDGTestFrom {
|
|
get {
|
|
return this.iMDGTestFromField;
|
|
}
|
|
set {
|
|
this.iMDGTestFromField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool IMDGTestFromSpecified {
|
|
get {
|
|
return this.iMDGTestFromFieldSpecified;
|
|
}
|
|
set {
|
|
this.iMDGTestFromFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public System.DateTime IMDGTestTo {
|
|
get {
|
|
return this.iMDGTestToField;
|
|
}
|
|
set {
|
|
this.iMDGTestToField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool IMDGTestToSpecified {
|
|
get {
|
|
return this.iMDGTestToFieldSpecified;
|
|
}
|
|
set {
|
|
this.iMDGTestToFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string EmergencyProvider {
|
|
get {
|
|
return this.emergencyProviderField;
|
|
}
|
|
set {
|
|
this.emergencyProviderField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class NewDataSetCargoChemicalIMOSortGroup {
|
|
|
|
private int cargoIdField;
|
|
|
|
private bool cargoIdFieldSpecified;
|
|
|
|
private int sequenceNumberField;
|
|
|
|
private bool sequenceNumberFieldSpecified;
|
|
|
|
private string iMOSortCodeField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int CargoId {
|
|
get {
|
|
return this.cargoIdField;
|
|
}
|
|
set {
|
|
this.cargoIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool CargoIdSpecified {
|
|
get {
|
|
return this.cargoIdFieldSpecified;
|
|
}
|
|
set {
|
|
this.cargoIdFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int SequenceNumber {
|
|
get {
|
|
return this.sequenceNumberField;
|
|
}
|
|
set {
|
|
this.sequenceNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool SequenceNumberSpecified {
|
|
get {
|
|
return this.sequenceNumberFieldSpecified;
|
|
}
|
|
set {
|
|
this.sequenceNumberFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string IMOSortCode {
|
|
get {
|
|
return this.iMOSortCodeField;
|
|
}
|
|
set {
|
|
this.iMOSortCodeField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class NewDataSetCargoChemicalSegregationGroup {
|
|
|
|
private int cargoIdField;
|
|
|
|
private bool cargoIdFieldSpecified;
|
|
|
|
private int sequenceNumberField;
|
|
|
|
private bool sequenceNumberFieldSpecified;
|
|
|
|
private string segregationGroupCodeField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int CargoId {
|
|
get {
|
|
return this.cargoIdField;
|
|
}
|
|
set {
|
|
this.cargoIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool CargoIdSpecified {
|
|
get {
|
|
return this.cargoIdFieldSpecified;
|
|
}
|
|
set {
|
|
this.cargoIdFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int SequenceNumber {
|
|
get {
|
|
return this.sequenceNumberField;
|
|
}
|
|
set {
|
|
this.sequenceNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool SequenceNumberSpecified {
|
|
get {
|
|
return this.sequenceNumberFieldSpecified;
|
|
}
|
|
set {
|
|
this.sequenceNumberFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string SegregationGroupCode {
|
|
get {
|
|
return this.segregationGroupCodeField;
|
|
}
|
|
set {
|
|
this.segregationGroupCodeField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class NewDataSetCompany {
|
|
|
|
private int companyIdField;
|
|
|
|
private bool companyIdFieldSpecified;
|
|
|
|
private string companyTypeCodeField;
|
|
|
|
private int bookingIdField;
|
|
|
|
private bool bookingIdFieldSpecified;
|
|
|
|
private int containerIdField;
|
|
|
|
private bool containerIdFieldSpecified;
|
|
|
|
private string companyField;
|
|
|
|
private string companyAddressField;
|
|
|
|
private string cityField;
|
|
|
|
private string cityCodeField;
|
|
|
|
private string zipCodeField;
|
|
|
|
private string contactField;
|
|
|
|
private string phoneNumberField;
|
|
|
|
private string faxNumberField;
|
|
|
|
private string emailAddressField;
|
|
|
|
private string vIPCodeField;
|
|
|
|
private string inttraCodeField;
|
|
|
|
private string mSCCodeField;
|
|
|
|
private string groupCodeField;
|
|
|
|
private string subGroupCodeField;
|
|
|
|
private string companyCodeField;
|
|
|
|
private string otherInformationField;
|
|
|
|
private string bLCompanyField;
|
|
|
|
private string bLAddressField;
|
|
|
|
private string bLContactField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int CompanyId {
|
|
get {
|
|
return this.companyIdField;
|
|
}
|
|
set {
|
|
this.companyIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool CompanyIdSpecified {
|
|
get {
|
|
return this.companyIdFieldSpecified;
|
|
}
|
|
set {
|
|
this.companyIdFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string CompanyTypeCode {
|
|
get {
|
|
return this.companyTypeCodeField;
|
|
}
|
|
set {
|
|
this.companyTypeCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int BookingId {
|
|
get {
|
|
return this.bookingIdField;
|
|
}
|
|
set {
|
|
this.bookingIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool BookingIdSpecified {
|
|
get {
|
|
return this.bookingIdFieldSpecified;
|
|
}
|
|
set {
|
|
this.bookingIdFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int ContainerId {
|
|
get {
|
|
return this.containerIdField;
|
|
}
|
|
set {
|
|
this.containerIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool ContainerIdSpecified {
|
|
get {
|
|
return this.containerIdFieldSpecified;
|
|
}
|
|
set {
|
|
this.containerIdFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string Company {
|
|
get {
|
|
return this.companyField;
|
|
}
|
|
set {
|
|
this.companyField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string CompanyAddress {
|
|
get {
|
|
return this.companyAddressField;
|
|
}
|
|
set {
|
|
this.companyAddressField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string City {
|
|
get {
|
|
return this.cityField;
|
|
}
|
|
set {
|
|
this.cityField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string CityCode {
|
|
get {
|
|
return this.cityCodeField;
|
|
}
|
|
set {
|
|
this.cityCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string ZipCode {
|
|
get {
|
|
return this.zipCodeField;
|
|
}
|
|
set {
|
|
this.zipCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string Contact {
|
|
get {
|
|
return this.contactField;
|
|
}
|
|
set {
|
|
this.contactField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string PhoneNumber {
|
|
get {
|
|
return this.phoneNumberField;
|
|
}
|
|
set {
|
|
this.phoneNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string FaxNumber {
|
|
get {
|
|
return this.faxNumberField;
|
|
}
|
|
set {
|
|
this.faxNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string EmailAddress {
|
|
get {
|
|
return this.emailAddressField;
|
|
}
|
|
set {
|
|
this.emailAddressField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string VIPCode {
|
|
get {
|
|
return this.vIPCodeField;
|
|
}
|
|
set {
|
|
this.vIPCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string InttraCode {
|
|
get {
|
|
return this.inttraCodeField;
|
|
}
|
|
set {
|
|
this.inttraCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string MSCCode {
|
|
get {
|
|
return this.mSCCodeField;
|
|
}
|
|
set {
|
|
this.mSCCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string GroupCode {
|
|
get {
|
|
return this.groupCodeField;
|
|
}
|
|
set {
|
|
this.groupCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string SubGroupCode {
|
|
get {
|
|
return this.subGroupCodeField;
|
|
}
|
|
set {
|
|
this.subGroupCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string CompanyCode {
|
|
get {
|
|
return this.companyCodeField;
|
|
}
|
|
set {
|
|
this.companyCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string OtherInformation {
|
|
get {
|
|
return this.otherInformationField;
|
|
}
|
|
set {
|
|
this.otherInformationField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string BLCompany {
|
|
get {
|
|
return this.bLCompanyField;
|
|
}
|
|
set {
|
|
this.bLCompanyField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string BLAddress {
|
|
get {
|
|
return this.bLAddressField;
|
|
}
|
|
set {
|
|
this.bLAddressField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string BLContact {
|
|
get {
|
|
return this.bLContactField;
|
|
}
|
|
set {
|
|
this.bLContactField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class NewDataSetContainer {
|
|
|
|
private int containerIdField;
|
|
|
|
private bool containerIdFieldSpecified;
|
|
|
|
private int bookingIdField;
|
|
|
|
private bool bookingIdFieldSpecified;
|
|
|
|
private int sequenceNumberField;
|
|
|
|
private bool sequenceNumberFieldSpecified;
|
|
|
|
private string containerNumberField;
|
|
|
|
private string containerTypeCodeField;
|
|
|
|
private string isoCodeField;
|
|
|
|
private bool isSOCField;
|
|
|
|
private bool isSOCFieldSpecified;
|
|
|
|
private string containerCommentField;
|
|
|
|
private double dTXTareWeightField;
|
|
|
|
private bool dTXTareWeightFieldSpecified;
|
|
|
|
private bool isHeavyContainerField;
|
|
|
|
private bool isHeavyContainerFieldSpecified;
|
|
|
|
private bool isNonOperReeferField;
|
|
|
|
private bool isNonOperReeferFieldSpecified;
|
|
|
|
private double minTemperatureField;
|
|
|
|
private bool minTemperatureFieldSpecified;
|
|
|
|
private double maxTemperatureField;
|
|
|
|
private bool maxTemperatureFieldSpecified;
|
|
|
|
private bool isVentilatedField;
|
|
|
|
private bool isVentilatedFieldSpecified;
|
|
|
|
private int ventOpenningPercentageField;
|
|
|
|
private bool ventOpenningPercentageFieldSpecified;
|
|
|
|
private bool fumigationPOLField;
|
|
|
|
private bool fumigationPOLFieldSpecified;
|
|
|
|
private System.DateTime fumigationPOLDateField;
|
|
|
|
private bool fumigationPOLDateFieldSpecified;
|
|
|
|
private string fumigationPOLUNNumberField;
|
|
|
|
private string fumigationIMOClassField;
|
|
|
|
private bool fumigationPODField;
|
|
|
|
private bool fumigationPODFieldSpecified;
|
|
|
|
private System.DateTime ventilationDateField;
|
|
|
|
private bool ventilationDateFieldSpecified;
|
|
|
|
private bool isDCCertificateReceivedField;
|
|
|
|
private bool isDCCertificateReceivedFieldSpecified;
|
|
|
|
private bool isSUBField;
|
|
|
|
private bool isSUBFieldSpecified;
|
|
|
|
private bool isOptionalField;
|
|
|
|
private bool isOptionalFieldSpecified;
|
|
|
|
private bool isOldField;
|
|
|
|
private bool isOldFieldSpecified;
|
|
|
|
private bool isOffDockField;
|
|
|
|
private bool isOffDockFieldSpecified;
|
|
|
|
private string hVPaymentTypeCodeField;
|
|
|
|
private string hVCurrencyCodeField;
|
|
|
|
private decimal hVAmountField;
|
|
|
|
private bool hVAmountFieldSpecified;
|
|
|
|
private string hVPayAtLocationField;
|
|
|
|
private string hVPayAtLocationCodeField;
|
|
|
|
private double payloadField;
|
|
|
|
private bool payloadFieldSpecified;
|
|
|
|
private int airFreshVentSettingField;
|
|
|
|
private bool airFreshVentSettingFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int ContainerId {
|
|
get {
|
|
return this.containerIdField;
|
|
}
|
|
set {
|
|
this.containerIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool ContainerIdSpecified {
|
|
get {
|
|
return this.containerIdFieldSpecified;
|
|
}
|
|
set {
|
|
this.containerIdFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int BookingId {
|
|
get {
|
|
return this.bookingIdField;
|
|
}
|
|
set {
|
|
this.bookingIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool BookingIdSpecified {
|
|
get {
|
|
return this.bookingIdFieldSpecified;
|
|
}
|
|
set {
|
|
this.bookingIdFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int SequenceNumber {
|
|
get {
|
|
return this.sequenceNumberField;
|
|
}
|
|
set {
|
|
this.sequenceNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool SequenceNumberSpecified {
|
|
get {
|
|
return this.sequenceNumberFieldSpecified;
|
|
}
|
|
set {
|
|
this.sequenceNumberFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string ContainerNumber {
|
|
get {
|
|
return this.containerNumberField;
|
|
}
|
|
set {
|
|
this.containerNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string ContainerTypeCode {
|
|
get {
|
|
return this.containerTypeCodeField;
|
|
}
|
|
set {
|
|
this.containerTypeCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string IsoCode {
|
|
get {
|
|
return this.isoCodeField;
|
|
}
|
|
set {
|
|
this.isoCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public bool IsSOC {
|
|
get {
|
|
return this.isSOCField;
|
|
}
|
|
set {
|
|
this.isSOCField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool IsSOCSpecified {
|
|
get {
|
|
return this.isSOCFieldSpecified;
|
|
}
|
|
set {
|
|
this.isSOCFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string ContainerComment {
|
|
get {
|
|
return this.containerCommentField;
|
|
}
|
|
set {
|
|
this.containerCommentField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public double DTXTareWeight {
|
|
get {
|
|
return this.dTXTareWeightField;
|
|
}
|
|
set {
|
|
this.dTXTareWeightField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool DTXTareWeightSpecified {
|
|
get {
|
|
return this.dTXTareWeightFieldSpecified;
|
|
}
|
|
set {
|
|
this.dTXTareWeightFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public bool IsHeavyContainer {
|
|
get {
|
|
return this.isHeavyContainerField;
|
|
}
|
|
set {
|
|
this.isHeavyContainerField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool IsHeavyContainerSpecified {
|
|
get {
|
|
return this.isHeavyContainerFieldSpecified;
|
|
}
|
|
set {
|
|
this.isHeavyContainerFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public bool IsNonOperReefer {
|
|
get {
|
|
return this.isNonOperReeferField;
|
|
}
|
|
set {
|
|
this.isNonOperReeferField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool IsNonOperReeferSpecified {
|
|
get {
|
|
return this.isNonOperReeferFieldSpecified;
|
|
}
|
|
set {
|
|
this.isNonOperReeferFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public double MinTemperature {
|
|
get {
|
|
return this.minTemperatureField;
|
|
}
|
|
set {
|
|
this.minTemperatureField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool MinTemperatureSpecified {
|
|
get {
|
|
return this.minTemperatureFieldSpecified;
|
|
}
|
|
set {
|
|
this.minTemperatureFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public double MaxTemperature {
|
|
get {
|
|
return this.maxTemperatureField;
|
|
}
|
|
set {
|
|
this.maxTemperatureField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool MaxTemperatureSpecified {
|
|
get {
|
|
return this.maxTemperatureFieldSpecified;
|
|
}
|
|
set {
|
|
this.maxTemperatureFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public bool IsVentilated {
|
|
get {
|
|
return this.isVentilatedField;
|
|
}
|
|
set {
|
|
this.isVentilatedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool IsVentilatedSpecified {
|
|
get {
|
|
return this.isVentilatedFieldSpecified;
|
|
}
|
|
set {
|
|
this.isVentilatedFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int VentOpenningPercentage {
|
|
get {
|
|
return this.ventOpenningPercentageField;
|
|
}
|
|
set {
|
|
this.ventOpenningPercentageField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool VentOpenningPercentageSpecified {
|
|
get {
|
|
return this.ventOpenningPercentageFieldSpecified;
|
|
}
|
|
set {
|
|
this.ventOpenningPercentageFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public bool FumigationPOL {
|
|
get {
|
|
return this.fumigationPOLField;
|
|
}
|
|
set {
|
|
this.fumigationPOLField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool FumigationPOLSpecified {
|
|
get {
|
|
return this.fumigationPOLFieldSpecified;
|
|
}
|
|
set {
|
|
this.fumigationPOLFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public System.DateTime FumigationPOLDate {
|
|
get {
|
|
return this.fumigationPOLDateField;
|
|
}
|
|
set {
|
|
this.fumigationPOLDateField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool FumigationPOLDateSpecified {
|
|
get {
|
|
return this.fumigationPOLDateFieldSpecified;
|
|
}
|
|
set {
|
|
this.fumigationPOLDateFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string FumigationPOLUNNumber {
|
|
get {
|
|
return this.fumigationPOLUNNumberField;
|
|
}
|
|
set {
|
|
this.fumigationPOLUNNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string FumigationIMOClass {
|
|
get {
|
|
return this.fumigationIMOClassField;
|
|
}
|
|
set {
|
|
this.fumigationIMOClassField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public bool FumigationPOD {
|
|
get {
|
|
return this.fumigationPODField;
|
|
}
|
|
set {
|
|
this.fumigationPODField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool FumigationPODSpecified {
|
|
get {
|
|
return this.fumigationPODFieldSpecified;
|
|
}
|
|
set {
|
|
this.fumigationPODFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public System.DateTime VentilationDate {
|
|
get {
|
|
return this.ventilationDateField;
|
|
}
|
|
set {
|
|
this.ventilationDateField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool VentilationDateSpecified {
|
|
get {
|
|
return this.ventilationDateFieldSpecified;
|
|
}
|
|
set {
|
|
this.ventilationDateFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public bool IsDCCertificateReceived {
|
|
get {
|
|
return this.isDCCertificateReceivedField;
|
|
}
|
|
set {
|
|
this.isDCCertificateReceivedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool IsDCCertificateReceivedSpecified {
|
|
get {
|
|
return this.isDCCertificateReceivedFieldSpecified;
|
|
}
|
|
set {
|
|
this.isDCCertificateReceivedFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public bool IsSUB {
|
|
get {
|
|
return this.isSUBField;
|
|
}
|
|
set {
|
|
this.isSUBField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool IsSUBSpecified {
|
|
get {
|
|
return this.isSUBFieldSpecified;
|
|
}
|
|
set {
|
|
this.isSUBFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public bool IsOptional {
|
|
get {
|
|
return this.isOptionalField;
|
|
}
|
|
set {
|
|
this.isOptionalField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool IsOptionalSpecified {
|
|
get {
|
|
return this.isOptionalFieldSpecified;
|
|
}
|
|
set {
|
|
this.isOptionalFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public bool IsOld {
|
|
get {
|
|
return this.isOldField;
|
|
}
|
|
set {
|
|
this.isOldField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool IsOldSpecified {
|
|
get {
|
|
return this.isOldFieldSpecified;
|
|
}
|
|
set {
|
|
this.isOldFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public bool IsOffDock {
|
|
get {
|
|
return this.isOffDockField;
|
|
}
|
|
set {
|
|
this.isOffDockField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool IsOffDockSpecified {
|
|
get {
|
|
return this.isOffDockFieldSpecified;
|
|
}
|
|
set {
|
|
this.isOffDockFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string HVPaymentTypeCode {
|
|
get {
|
|
return this.hVPaymentTypeCodeField;
|
|
}
|
|
set {
|
|
this.hVPaymentTypeCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string HVCurrencyCode {
|
|
get {
|
|
return this.hVCurrencyCodeField;
|
|
}
|
|
set {
|
|
this.hVCurrencyCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public decimal HVAmount {
|
|
get {
|
|
return this.hVAmountField;
|
|
}
|
|
set {
|
|
this.hVAmountField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool HVAmountSpecified {
|
|
get {
|
|
return this.hVAmountFieldSpecified;
|
|
}
|
|
set {
|
|
this.hVAmountFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string HVPayAtLocation {
|
|
get {
|
|
return this.hVPayAtLocationField;
|
|
}
|
|
set {
|
|
this.hVPayAtLocationField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string HVPayAtLocationCode {
|
|
get {
|
|
return this.hVPayAtLocationCodeField;
|
|
}
|
|
set {
|
|
this.hVPayAtLocationCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public double Payload {
|
|
get {
|
|
return this.payloadField;
|
|
}
|
|
set {
|
|
this.payloadField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool PayloadSpecified {
|
|
get {
|
|
return this.payloadFieldSpecified;
|
|
}
|
|
set {
|
|
this.payloadFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int AirFreshVentSetting {
|
|
get {
|
|
return this.airFreshVentSettingField;
|
|
}
|
|
set {
|
|
this.airFreshVentSettingField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool AirFreshVentSettingSpecified {
|
|
get {
|
|
return this.airFreshVentSettingFieldSpecified;
|
|
}
|
|
set {
|
|
this.airFreshVentSettingFieldSpecified = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class NewDataSetContainerSealNumber {
|
|
|
|
private int containerSealNumberIdField;
|
|
|
|
private bool containerSealNumberIdFieldSpecified;
|
|
|
|
private int containerIdField;
|
|
|
|
private bool containerIdFieldSpecified;
|
|
|
|
private int sequenceNumberField;
|
|
|
|
private bool sequenceNumberFieldSpecified;
|
|
|
|
private string sealTypeCodeField;
|
|
|
|
private string sealNumberField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int ContainerSealNumberId {
|
|
get {
|
|
return this.containerSealNumberIdField;
|
|
}
|
|
set {
|
|
this.containerSealNumberIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool ContainerSealNumberIdSpecified {
|
|
get {
|
|
return this.containerSealNumberIdFieldSpecified;
|
|
}
|
|
set {
|
|
this.containerSealNumberIdFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int ContainerId {
|
|
get {
|
|
return this.containerIdField;
|
|
}
|
|
set {
|
|
this.containerIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool ContainerIdSpecified {
|
|
get {
|
|
return this.containerIdFieldSpecified;
|
|
}
|
|
set {
|
|
this.containerIdFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int SequenceNumber {
|
|
get {
|
|
return this.sequenceNumberField;
|
|
}
|
|
set {
|
|
this.sequenceNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool SequenceNumberSpecified {
|
|
get {
|
|
return this.sequenceNumberFieldSpecified;
|
|
}
|
|
set {
|
|
this.sequenceNumberFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string SealTypeCode {
|
|
get {
|
|
return this.sealTypeCodeField;
|
|
}
|
|
set {
|
|
this.sealTypeCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string SealNumber {
|
|
get {
|
|
return this.sealNumberField;
|
|
}
|
|
set {
|
|
this.sealNumberField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class NewDataSetFieldValue {
|
|
|
|
private int fieldValueIdField;
|
|
|
|
private bool fieldValueIdFieldSpecified;
|
|
|
|
private string objectField;
|
|
|
|
private string fieldNameField;
|
|
|
|
private int recordIdField;
|
|
|
|
private bool recordIdFieldSpecified;
|
|
|
|
private string valueField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int FieldValueId {
|
|
get {
|
|
return this.fieldValueIdField;
|
|
}
|
|
set {
|
|
this.fieldValueIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool FieldValueIdSpecified {
|
|
get {
|
|
return this.fieldValueIdFieldSpecified;
|
|
}
|
|
set {
|
|
this.fieldValueIdFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string Object {
|
|
get {
|
|
return this.objectField;
|
|
}
|
|
set {
|
|
this.objectField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string FieldName {
|
|
get {
|
|
return this.fieldNameField;
|
|
}
|
|
set {
|
|
this.fieldNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int RecordId {
|
|
get {
|
|
return this.recordIdField;
|
|
}
|
|
set {
|
|
this.recordIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool RecordIdSpecified {
|
|
get {
|
|
return this.recordIdFieldSpecified;
|
|
}
|
|
set {
|
|
this.recordIdFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string Value {
|
|
get {
|
|
return this.valueField;
|
|
}
|
|
set {
|
|
this.valueField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class NewDataSetHeader {
|
|
|
|
private string eDITypeField;
|
|
|
|
private string eDIVersionField;
|
|
|
|
private int branchIdField;
|
|
|
|
private bool branchIdFieldSpecified;
|
|
|
|
private int subNodeIdField;
|
|
|
|
private bool subNodeIdFieldSpecified;
|
|
|
|
private int subNode2IdField;
|
|
|
|
private bool subNode2IdFieldSpecified;
|
|
|
|
private int subNode3IdField;
|
|
|
|
private bool subNode3IdFieldSpecified;
|
|
|
|
private string senderCodeField;
|
|
|
|
private string recipientCodeField;
|
|
|
|
private System.DateTime eDIDateField;
|
|
|
|
private bool eDIDateFieldSpecified;
|
|
|
|
private int sequenceNumberField;
|
|
|
|
private bool sequenceNumberFieldSpecified;
|
|
|
|
private string commandField;
|
|
|
|
private string commentField;
|
|
|
|
private string cRCNumberField;
|
|
|
|
private string preparationCommandField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string EDIType {
|
|
get {
|
|
return this.eDITypeField;
|
|
}
|
|
set {
|
|
this.eDITypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string EDIVersion {
|
|
get {
|
|
return this.eDIVersionField;
|
|
}
|
|
set {
|
|
this.eDIVersionField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public int BranchId {
|
|
get {
|
|
return this.branchIdField;
|
|
}
|
|
set {
|
|
this.branchIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool BranchIdSpecified {
|
|
get {
|
|
return this.branchIdFieldSpecified;
|
|
}
|
|
set {
|
|
this.branchIdFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public int SubNodeId {
|
|
get {
|
|
return this.subNodeIdField;
|
|
}
|
|
set {
|
|
this.subNodeIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool SubNodeIdSpecified {
|
|
get {
|
|
return this.subNodeIdFieldSpecified;
|
|
}
|
|
set {
|
|
this.subNodeIdFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public int SubNode2Id {
|
|
get {
|
|
return this.subNode2IdField;
|
|
}
|
|
set {
|
|
this.subNode2IdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool SubNode2IdSpecified {
|
|
get {
|
|
return this.subNode2IdFieldSpecified;
|
|
}
|
|
set {
|
|
this.subNode2IdFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public int SubNode3Id {
|
|
get {
|
|
return this.subNode3IdField;
|
|
}
|
|
set {
|
|
this.subNode3IdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool SubNode3IdSpecified {
|
|
get {
|
|
return this.subNode3IdFieldSpecified;
|
|
}
|
|
set {
|
|
this.subNode3IdFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string SenderCode {
|
|
get {
|
|
return this.senderCodeField;
|
|
}
|
|
set {
|
|
this.senderCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string RecipientCode {
|
|
get {
|
|
return this.recipientCodeField;
|
|
}
|
|
set {
|
|
this.recipientCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public System.DateTime EDIDate {
|
|
get {
|
|
return this.eDIDateField;
|
|
}
|
|
set {
|
|
this.eDIDateField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool EDIDateSpecified {
|
|
get {
|
|
return this.eDIDateFieldSpecified;
|
|
}
|
|
set {
|
|
this.eDIDateFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public int SequenceNumber {
|
|
get {
|
|
return this.sequenceNumberField;
|
|
}
|
|
set {
|
|
this.sequenceNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool SequenceNumberSpecified {
|
|
get {
|
|
return this.sequenceNumberFieldSpecified;
|
|
}
|
|
set {
|
|
this.sequenceNumberFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string Command {
|
|
get {
|
|
return this.commandField;
|
|
}
|
|
set {
|
|
this.commandField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string Comment {
|
|
get {
|
|
return this.commentField;
|
|
}
|
|
set {
|
|
this.commentField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string CRCNumber {
|
|
get {
|
|
return this.cRCNumberField;
|
|
}
|
|
set {
|
|
this.cRCNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PreparationCommand {
|
|
get {
|
|
return this.preparationCommandField;
|
|
}
|
|
set {
|
|
this.preparationCommandField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class NewDataSetIndexer {
|
|
|
|
private int recordTypeField;
|
|
|
|
private bool recordTypeFieldSpecified;
|
|
|
|
private string recordNameField;
|
|
|
|
private string parameterField;
|
|
|
|
private int commentField;
|
|
|
|
private bool commentFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public int RecordType {
|
|
get {
|
|
return this.recordTypeField;
|
|
}
|
|
set {
|
|
this.recordTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool RecordTypeSpecified {
|
|
get {
|
|
return this.recordTypeFieldSpecified;
|
|
}
|
|
set {
|
|
this.recordTypeFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string RecordName {
|
|
get {
|
|
return this.recordNameField;
|
|
}
|
|
set {
|
|
this.recordNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string Parameter {
|
|
get {
|
|
return this.parameterField;
|
|
}
|
|
set {
|
|
this.parameterField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public int Comment {
|
|
get {
|
|
return this.commentField;
|
|
}
|
|
set {
|
|
this.commentField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool CommentSpecified {
|
|
get {
|
|
return this.commentFieldSpecified;
|
|
}
|
|
set {
|
|
this.commentFieldSpecified = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class NewDataSetReferenceNumber {
|
|
|
|
private int referenceNumberIdField;
|
|
|
|
private bool referenceNumberIdFieldSpecified;
|
|
|
|
private int bLIdField;
|
|
|
|
private bool bLIdFieldSpecified;
|
|
|
|
private int containerIdField;
|
|
|
|
private bool containerIdFieldSpecified;
|
|
|
|
private string referenceNumberTypeCodeField;
|
|
|
|
private int sequenceNumberField;
|
|
|
|
private bool sequenceNumberFieldSpecified;
|
|
|
|
private string referenceNumberField;
|
|
|
|
private string companyTypeCodeField;
|
|
|
|
private int cargoSequenceNumberField;
|
|
|
|
private bool cargoSequenceNumberFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int ReferenceNumberId {
|
|
get {
|
|
return this.referenceNumberIdField;
|
|
}
|
|
set {
|
|
this.referenceNumberIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool ReferenceNumberIdSpecified {
|
|
get {
|
|
return this.referenceNumberIdFieldSpecified;
|
|
}
|
|
set {
|
|
this.referenceNumberIdFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int BLId {
|
|
get {
|
|
return this.bLIdField;
|
|
}
|
|
set {
|
|
this.bLIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool BLIdSpecified {
|
|
get {
|
|
return this.bLIdFieldSpecified;
|
|
}
|
|
set {
|
|
this.bLIdFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int ContainerId {
|
|
get {
|
|
return this.containerIdField;
|
|
}
|
|
set {
|
|
this.containerIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool ContainerIdSpecified {
|
|
get {
|
|
return this.containerIdFieldSpecified;
|
|
}
|
|
set {
|
|
this.containerIdFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string ReferenceNumberTypeCode {
|
|
get {
|
|
return this.referenceNumberTypeCodeField;
|
|
}
|
|
set {
|
|
this.referenceNumberTypeCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int SequenceNumber {
|
|
get {
|
|
return this.sequenceNumberField;
|
|
}
|
|
set {
|
|
this.sequenceNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool SequenceNumberSpecified {
|
|
get {
|
|
return this.sequenceNumberFieldSpecified;
|
|
}
|
|
set {
|
|
this.sequenceNumberFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string ReferenceNumber {
|
|
get {
|
|
return this.referenceNumberField;
|
|
}
|
|
set {
|
|
this.referenceNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string CompanyTypeCode {
|
|
get {
|
|
return this.companyTypeCodeField;
|
|
}
|
|
set {
|
|
this.companyTypeCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int CargoSequenceNumber {
|
|
get {
|
|
return this.cargoSequenceNumberField;
|
|
}
|
|
set {
|
|
this.cargoSequenceNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool CargoSequenceNumberSpecified {
|
|
get {
|
|
return this.cargoSequenceNumberFieldSpecified;
|
|
}
|
|
set {
|
|
this.cargoSequenceNumberFieldSpecified = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class NewDataSetShipmentAssignment {
|
|
|
|
private int shipmentAssignmentIdField;
|
|
|
|
private bool shipmentAssignmentIdFieldSpecified;
|
|
|
|
private int bLIdField;
|
|
|
|
private bool bLIdFieldSpecified;
|
|
|
|
private int bookingIdField;
|
|
|
|
private bool bookingIdFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int ShipmentAssignmentId {
|
|
get {
|
|
return this.shipmentAssignmentIdField;
|
|
}
|
|
set {
|
|
this.shipmentAssignmentIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool ShipmentAssignmentIdSpecified {
|
|
get {
|
|
return this.shipmentAssignmentIdFieldSpecified;
|
|
}
|
|
set {
|
|
this.shipmentAssignmentIdFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int BLId {
|
|
get {
|
|
return this.bLIdField;
|
|
}
|
|
set {
|
|
this.bLIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool BLIdSpecified {
|
|
get {
|
|
return this.bLIdFieldSpecified;
|
|
}
|
|
set {
|
|
this.bLIdFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public int BookingId {
|
|
get {
|
|
return this.bookingIdField;
|
|
}
|
|
set {
|
|
this.bookingIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool BookingIdSpecified {
|
|
get {
|
|
return this.bookingIdFieldSpecified;
|
|
}
|
|
set {
|
|
this.bookingIdFieldSpecified = value;
|
|
}
|
|
}
|
|
}
|