//------------------------------------------------------------------------------
//
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.34209
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
//
//------------------------------------------------------------------------------
using System.Xml.Serialization;
//
// This source code was auto-generated by xsd, Version=4.0.30319.33440.
//
namespace bsmd.dbh.request
{
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[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 Root
{
private string versionField;
private System.DateTime timestampField;
private string senderField;
private string senderReferenceField;
private RootType typeField;
private object itemField;
private ItemChoiceType2 itemElementNameField;
private string[] sisNumbersField;
private ReportingParty reportingPartyField;
private object[] itemsField;
private RootViolation[] violationsField;
///
public string Version
{
get
{
return this.versionField;
}
set
{
this.versionField = value;
}
}
///
public System.DateTime Timestamp
{
get
{
return this.timestampField;
}
set
{
this.timestampField = value;
}
}
///
public string Sender
{
get
{
return this.senderField;
}
set
{
this.senderField = value;
}
}
///
public string SenderReference
{
get
{
return this.senderReferenceField;
}
set
{
this.senderReferenceField = value;
}
}
///
public RootType Type
{
get
{
return this.typeField;
}
set
{
this.typeField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("Transit", typeof(RootTransit))]
[System.Xml.Serialization.XmlElementAttribute("TransitId", typeof(string))]
[System.Xml.Serialization.XmlElementAttribute("Visit", typeof(RootVisit))]
[System.Xml.Serialization.XmlElementAttribute("VisitId", typeof(string))]
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")]
public object Item
{
get
{
return this.itemField;
}
set
{
this.itemField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public ItemChoiceType2 ItemElementName
{
get
{
return this.itemElementNameField;
}
set
{
this.itemElementNameField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute("SisNumber", IsNullable = false)]
public string[] SisNumbers
{
get
{
return this.sisNumbersField;
}
set
{
this.sisNumbersField = value;
}
}
///
public ReportingParty ReportingParty
{
get
{
return this.reportingPartyField;
}
set
{
this.reportingPartyField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("ATA", typeof(RootATA))]
[System.Xml.Serialization.XmlElementAttribute("ATD", typeof(RootATD))]
[System.Xml.Serialization.XmlElementAttribute("BKRA", typeof(RootBKRA))]
[System.Xml.Serialization.XmlElementAttribute("BKRD", typeof(RootBKRD))]
[System.Xml.Serialization.XmlElementAttribute("BPOL", typeof(RootBPOL))]
[System.Xml.Serialization.XmlElementAttribute("CREW", typeof(RootCREW))]
[System.Xml.Serialization.XmlElementAttribute("HAZA", typeof(RootHAZA))]
[System.Xml.Serialization.XmlElementAttribute("HAZD", typeof(RootHAZD))]
[System.Xml.Serialization.XmlElementAttribute("INFO", typeof(RootINFO))]
[System.Xml.Serialization.XmlElementAttribute("LADG", typeof(RootLADG))]
[System.Xml.Serialization.XmlElementAttribute("MDH", typeof(RootMDH))]
[System.Xml.Serialization.XmlElementAttribute("NAME", typeof(RootNAME))]
[System.Xml.Serialization.XmlElementAttribute("NOA_NOD", typeof(RootNOA_NOD))]
[System.Xml.Serialization.XmlElementAttribute("PAS", typeof(RootPAS))]
[System.Xml.Serialization.XmlElementAttribute("POBA", typeof(RootPOBA))]
[System.Xml.Serialization.XmlElementAttribute("POBD", typeof(RootPOBD))]
[System.Xml.Serialization.XmlElementAttribute("PRE72H", typeof(RootPRE72H))]
[System.Xml.Serialization.XmlElementAttribute("ReportingClassesToReset", typeof(RootReportingClassesToReset))]
[System.Xml.Serialization.XmlElementAttribute("SEC", typeof(RootSEC))]
[System.Xml.Serialization.XmlElementAttribute("SERV", typeof(RootSERV))]
[System.Xml.Serialization.XmlElementAttribute("STAT", typeof(RootSTAT))]
[System.Xml.Serialization.XmlElementAttribute("TIEFA", typeof(RootTIEFA))]
[System.Xml.Serialization.XmlElementAttribute("TIEFD", typeof(RootTIEFD))]
[System.Xml.Serialization.XmlElementAttribute("TOWA", typeof(RootTOWA))]
[System.Xml.Serialization.XmlElementAttribute("TOWD", typeof(RootTOWD))]
[System.Xml.Serialization.XmlElementAttribute("WAS", typeof(RootWAS))]
public object[] Items
{
get
{
return this.itemsField;
}
set
{
this.itemsField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute("Violation", IsNullable = false)]
public RootViolation[] Violations
{
get
{
return this.violationsField;
}
set
{
this.violationsField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootType
{
///
VISIT,
///
TRANSIT,
///
DATA,
///
RESET,
///
CANCEL,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootTransit
{
private string itemField;
private ItemChoiceType1 itemElementNameField;
private System.DateTime eTAKielCanalField;
///
[System.Xml.Serialization.XmlElementAttribute("ENINumber", typeof(string))]
[System.Xml.Serialization.XmlElementAttribute("IMONumber", typeof(string))]
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")]
public string Item
{
get
{
return this.itemField;
}
set
{
this.itemField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public ItemChoiceType1 ItemElementName
{
get
{
return this.itemElementNameField;
}
set
{
this.itemElementNameField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType = "date")]
public System.DateTime ETAKielCanal
{
get
{
return this.eTAKielCanalField;
}
set
{
this.eTAKielCanalField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema = false)]
public enum ItemChoiceType1
{
///
ENINumber,
///
IMONumber,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class ReportingParty
{
private ReportingPartyRPType rPTypeField;
private bool rPTypeFieldSpecified;
private string rPNameField;
private string rPStreetAndNumberField;
private string rPPostalCodeField;
private string rPCityField;
private string rPCountryField;
private string rPLastNameField;
private string rPFirstNameField;
private string rPPhoneField;
private string rPFaxField;
private string rPEMailField;
///
public ReportingPartyRPType RPType
{
get
{
return this.rPTypeField;
}
set
{
this.rPTypeField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool RPTypeSpecified
{
get
{
return this.rPTypeFieldSpecified;
}
set
{
this.rPTypeFieldSpecified = value;
}
}
///
public string RPName
{
get
{
return this.rPNameField;
}
set
{
this.rPNameField = value;
}
}
///
public string RPStreetAndNumber
{
get
{
return this.rPStreetAndNumberField;
}
set
{
this.rPStreetAndNumberField = value;
}
}
///
public string RPPostalCode
{
get
{
return this.rPPostalCodeField;
}
set
{
this.rPPostalCodeField = value;
}
}
///
public string RPCity
{
get
{
return this.rPCityField;
}
set
{
this.rPCityField = value;
}
}
///
public string RPCountry
{
get
{
return this.rPCountryField;
}
set
{
this.rPCountryField = value;
}
}
///
public string RPLastName
{
get
{
return this.rPLastNameField;
}
set
{
this.rPLastNameField = value;
}
}
///
public string RPFirstName
{
get
{
return this.rPFirstNameField;
}
set
{
this.rPFirstNameField = value;
}
}
///
public string RPPhone
{
get
{
return this.rPPhoneField;
}
set
{
this.rPPhoneField = value;
}
}
///
public string RPFax
{
get
{
return this.rPFaxField;
}
set
{
this.rPFaxField = value;
}
}
///
public string RPEMail
{
get
{
return this.rPEMailField;
}
set
{
this.rPEMailField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum ReportingPartyRPType
{
///
MASTER,
///
SHIPOWNER,
///
CHARTERER,
///
AGENT,
///
PORT_AUTHORITY,
///
CARRIER,
///
OTHERS,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootVisit
{
private string itemField;
private ItemChoiceType itemElementNameField;
private string portOfCallField;
private System.DateTime eTAPortOfCallField;
///
[System.Xml.Serialization.XmlElementAttribute("ENINumber", typeof(string))]
[System.Xml.Serialization.XmlElementAttribute("IMONumber", typeof(string))]
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")]
public string Item
{
get
{
return this.itemField;
}
set
{
this.itemField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public ItemChoiceType ItemElementName
{
get
{
return this.itemElementNameField;
}
set
{
this.itemElementNameField = value;
}
}
///
public string PortOfCall
{
get
{
return this.portOfCallField;
}
set
{
this.portOfCallField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType = "date")]
public System.DateTime ETAPortOfCall
{
get
{
return this.eTAPortOfCallField;
}
set
{
this.eTAPortOfCallField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema = false)]
public enum ItemChoiceType
{
///
ENINumber,
///
IMONumber,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema = false)]
public enum ItemChoiceType2
{
///
Transit,
///
TransitId,
///
Visit,
///
VisitId,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootATA
{
private ReportingParty reportingPartyField;
private System.DateTime aTAPortOfCallField;
///
public ReportingParty ReportingParty
{
get
{
return this.reportingPartyField;
}
set
{
this.reportingPartyField = value;
}
}
///
public System.DateTime ATAPortOfCall
{
get
{
return this.aTAPortOfCallField;
}
set
{
this.aTAPortOfCallField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootATD
{
private ReportingParty reportingPartyField;
private System.DateTime aTDPortOfCallField;
///
public ReportingParty ReportingParty
{
get
{
return this.reportingPartyField;
}
set
{
this.reportingPartyField = value;
}
}
///
public System.DateTime ATDPortOfCall
{
get
{
return this.aTDPortOfCallField;
}
set
{
this.aTDPortOfCallField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootBKRA
{
private ReportingParty reportingPartyField;
private RootBKRABunkerFuelArrival[] bunkerFuelArrivalField;
///
public ReportingParty ReportingParty
{
get
{
return this.reportingPartyField;
}
set
{
this.reportingPartyField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("BunkerFuelArrival")]
public RootBKRABunkerFuelArrival[] BunkerFuelArrival
{
get
{
return this.bunkerFuelArrivalField;
}
set
{
this.bunkerFuelArrivalField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootBKRABunkerFuelArrival
{
private string bunkerFuelTypeField;
private float bunkerFuelQuantity_TNEField;
///
public string BunkerFuelType
{
get
{
return this.bunkerFuelTypeField;
}
set
{
this.bunkerFuelTypeField = value;
}
}
///
public float BunkerFuelQuantity_TNE
{
get
{
return this.bunkerFuelQuantity_TNEField;
}
set
{
this.bunkerFuelQuantity_TNEField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootBKRD
{
private ReportingParty reportingPartyField;
private RootBKRDBunkerFuelDeparture[] bunkerFuelDepartureField;
///
public ReportingParty ReportingParty
{
get
{
return this.reportingPartyField;
}
set
{
this.reportingPartyField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("BunkerFuelDeparture")]
public RootBKRDBunkerFuelDeparture[] BunkerFuelDeparture
{
get
{
return this.bunkerFuelDepartureField;
}
set
{
this.bunkerFuelDepartureField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootBKRDBunkerFuelDeparture
{
private string bunkerFuelTypeField;
private float bunkerFuelQuantity_TNEField;
///
public string BunkerFuelType
{
get
{
return this.bunkerFuelTypeField;
}
set
{
this.bunkerFuelTypeField = value;
}
}
///
public float BunkerFuelQuantity_TNE
{
get
{
return this.bunkerFuelQuantity_TNEField;
}
set
{
this.bunkerFuelQuantity_TNEField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootBPOL
{
private ReportingParty reportingPartyField;
private RootBPOLStowawayOnBoard stowawayOnBoardField;
private RootBPOLPortOfItinerary[] portOfItineraryField;
///
public ReportingParty ReportingParty
{
get
{
return this.reportingPartyField;
}
set
{
this.reportingPartyField = value;
}
}
///
public RootBPOLStowawayOnBoard StowawayOnBoard
{
get
{
return this.stowawayOnBoardField;
}
set
{
this.stowawayOnBoardField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("PortOfItinerary")]
public RootBPOLPortOfItinerary[] PortOfItinerary
{
get
{
return this.portOfItineraryField;
}
set
{
this.portOfItineraryField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootBPOLStowawayOnBoard
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootBPOLPortOfItinerary
{
private string portOfItineraryNameField;
private System.DateTime portOfItineraryETAField;
///
public string PortOfItineraryName
{
get
{
return this.portOfItineraryNameField;
}
set
{
this.portOfItineraryNameField = value;
}
}
///
public System.DateTime PortOfItineraryETA
{
get
{
return this.portOfItineraryETAField;
}
set
{
this.portOfItineraryETAField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootCREW
{
private ReportingParty reportingPartyField;
private RootCREWCrewMember[] crewMemberField;
///
public ReportingParty ReportingParty
{
get
{
return this.reportingPartyField;
}
set
{
this.reportingPartyField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("CrewMember")]
public RootCREWCrewMember[] CrewMember
{
get
{
return this.crewMemberField;
}
set
{
this.crewMemberField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootCREWCrewMember
{
private string crewMemberLastNameField;
private string crewMemberFirstNameField;
private string crewMemberPlaceOfBirthField;
private System.DateTime crewMemberDateOfBirthField;
private RootCREWCrewMemberCrewMemberGender crewMemberGenderField;
private bool crewMemberGenderFieldSpecified;
private string crewMemberNationalityField;
private RootCREWCrewMemberCrewMemberIdentityDocumentType crewMemberIdentityDocumentTypeField;
private string crewMemberIdentityDocumentIdField;
private string crewMemberVisaNumberField;
private string crewMemberDutyField;
///
public string CrewMemberLastName
{
get
{
return this.crewMemberLastNameField;
}
set
{
this.crewMemberLastNameField = value;
}
}
///
public string CrewMemberFirstName
{
get
{
return this.crewMemberFirstNameField;
}
set
{
this.crewMemberFirstNameField = value;
}
}
///
public string CrewMemberPlaceOfBirth
{
get
{
return this.crewMemberPlaceOfBirthField;
}
set
{
this.crewMemberPlaceOfBirthField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType = "date")]
public System.DateTime CrewMemberDateOfBirth
{
get
{
return this.crewMemberDateOfBirthField;
}
set
{
this.crewMemberDateOfBirthField = value;
}
}
///
public RootCREWCrewMemberCrewMemberGender CrewMemberGender
{
get
{
return this.crewMemberGenderField;
}
set
{
this.crewMemberGenderField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool CrewMemberGenderSpecified
{
get
{
return this.crewMemberGenderFieldSpecified;
}
set
{
this.crewMemberGenderFieldSpecified = value;
}
}
///
public string CrewMemberNationality
{
get
{
return this.crewMemberNationalityField;
}
set
{
this.crewMemberNationalityField = value;
}
}
///
public RootCREWCrewMemberCrewMemberIdentityDocumentType CrewMemberIdentityDocumentType
{
get
{
return this.crewMemberIdentityDocumentTypeField;
}
set
{
this.crewMemberIdentityDocumentTypeField = value;
}
}
///
public string CrewMemberIdentityDocumentId
{
get
{
return this.crewMemberIdentityDocumentIdField;
}
set
{
this.crewMemberIdentityDocumentIdField = value;
}
}
///
public string CrewMemberVisaNumber
{
get
{
return this.crewMemberVisaNumberField;
}
set
{
this.crewMemberVisaNumberField = value;
}
}
///
public string CrewMemberDuty
{
get
{
return this.crewMemberDutyField;
}
set
{
this.crewMemberDutyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootCREWCrewMemberCrewMemberGender
{
///
MALE,
///
FEMALE,
///
OTHER,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootCREWCrewMemberCrewMemberIdentityDocumentType
{
///
IDENTITY_CARD,
///
PASSPORT,
///
MUSTER_BOOK,
///
PICTURE_ID,
///
RESIDENTAL_PERMIT,
///
OTHER_LEGAL_IDENTITY_DOCUMENT,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootHAZA
{
private ReportingParty reportingPartyField;
private object[] itemsField;
///
public ReportingParty ReportingParty
{
get
{
return this.reportingPartyField;
}
set
{
this.reportingPartyField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("DPGManifestOnBoardOnArrival", typeof(RootHAZADPGManifestOnBoardOnArrival))]
[System.Xml.Serialization.XmlElementAttribute("DPGOnArrival", typeof(RootHAZADPGOnArrival))]
[System.Xml.Serialization.XmlElementAttribute("INFShipClass", typeof(RootHAZAINFShipClass))]
[System.Xml.Serialization.XmlElementAttribute("NoDPGOnBoardOnArrival", typeof(RootHAZANoDPGOnBoardOnArrival))]
public object[] Items
{
get
{
return this.itemsField;
}
set
{
this.itemsField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootHAZADPGManifestOnBoardOnArrival
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootHAZADPGOnArrival
{
private RootHAZADPGOnArrivalDPGItemIMDG[] dPGItemIMDGField;
private RootHAZADPGOnArrivalDPGItemIBC[] dPGItemIBCField;
private RootHAZADPGOnArrivalDPGItemIGC[] dPGItemIGCField;
private RootHAZADPGOnArrivalDPGItemIMSBC[] dPGItemIMSBCField;
private RootHAZADPGOnArrivalDPGItemMARPOLAnnexI[] dPGItemMARPOLAnnexIField;
///
[System.Xml.Serialization.XmlElementAttribute("DPGItemIMDG")]
public RootHAZADPGOnArrivalDPGItemIMDG[] DPGItemIMDG
{
get
{
return this.dPGItemIMDGField;
}
set
{
this.dPGItemIMDGField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("DPGItemIBC")]
public RootHAZADPGOnArrivalDPGItemIBC[] DPGItemIBC
{
get
{
return this.dPGItemIBCField;
}
set
{
this.dPGItemIBCField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("DPGItemIGC")]
public RootHAZADPGOnArrivalDPGItemIGC[] DPGItemIGC
{
get
{
return this.dPGItemIGCField;
}
set
{
this.dPGItemIGCField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("DPGItemIMSBC")]
public RootHAZADPGOnArrivalDPGItemIMSBC[] DPGItemIMSBC
{
get
{
return this.dPGItemIMSBCField;
}
set
{
this.dPGItemIMSBCField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("DPGItemMARPOLAnnexI")]
public RootHAZADPGOnArrivalDPGItemMARPOLAnnexI[] DPGItemMARPOLAnnexI
{
get
{
return this.dPGItemMARPOLAnnexIField;
}
set
{
this.dPGItemMARPOLAnnexIField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootHAZADPGOnArrivalDPGItemIMDG
{
private string uNNumberField;
private RootHAZADPGOnArrivalDPGItemIMDGPackingGroup packingGroupField;
private bool packingGroupFieldSpecified;
private string properShippingNameField;
private string iMOClassField;
private string compatibilityGroupField;
private string technicalNameField;
private float netExplosiveMass_KGMField;
private bool netExplosiveMass_KGMFieldSpecified;
private string flashpoint_CELField;
private string class7NuclideNameField;
private float class7MaxActivity_BQLField;
private bool class7MaxActivity_BQLFieldSpecified;
private int class7CategoryField;
private bool class7CategoryFieldSpecified;
private float class7TransportIndexField;
private bool class7TransportIndexFieldSpecified;
private int class7CSIField;
private bool class7CSIFieldSpecified;
private float controlTemperature_CELField;
private bool controlTemperature_CELFieldSpecified;
private float emergencyTemperature_CELField;
private bool emergencyTemperature_CELFieldSpecified;
private string[] subsidiaryRisksField;
private RootHAZADPGOnArrivalDPGItemIMDGMarinePollutant marinePollutantField;
private int numberOfPackagesField;
private string packageTypeField;
private RootHAZADPGOnArrivalDPGItemIMDGLimitedQuantities limitedQuantitiesField;
private RootHAZADPGOnArrivalDPGItemIMDGExceptedQuantities exceptedQuantitiesField;
private float netQuantity_KGMField;
private bool netQuantity_KGMFieldSpecified;
private float grossQuantity_KGMField;
private bool grossQuantity_KGMFieldSpecified;
private float volume_MTQField;
private bool volume_MTQFieldSpecified;
private RootHAZADPGOnArrivalDPGItemIMDGGeneralCargoIBC generalCargoIBCField;
private bool generalCargoIBCFieldSpecified;
private string containerNumberField;
private string vehicleLicenseNumberField;
private string stowagePositionField;
private string portOfLoadingField;
private string portOfDischargeField;
private string remarksField;
private string identifierField;
///
public string UNNumber
{
get
{
return this.uNNumberField;
}
set
{
this.uNNumberField = value;
}
}
///
public RootHAZADPGOnArrivalDPGItemIMDGPackingGroup PackingGroup
{
get
{
return this.packingGroupField;
}
set
{
this.packingGroupField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool PackingGroupSpecified
{
get
{
return this.packingGroupFieldSpecified;
}
set
{
this.packingGroupFieldSpecified = value;
}
}
///
public string ProperShippingName
{
get
{
return this.properShippingNameField;
}
set
{
this.properShippingNameField = value;
}
}
///
public string IMOClass
{
get
{
return this.iMOClassField;
}
set
{
this.iMOClassField = value;
}
}
///
public string CompatibilityGroup
{
get
{
return this.compatibilityGroupField;
}
set
{
this.compatibilityGroupField = value;
}
}
///
public string TechnicalName
{
get
{
return this.technicalNameField;
}
set
{
this.technicalNameField = value;
}
}
///
public float NetExplosiveMass_KGM
{
get
{
return this.netExplosiveMass_KGMField;
}
set
{
this.netExplosiveMass_KGMField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool NetExplosiveMass_KGMSpecified
{
get
{
return this.netExplosiveMass_KGMFieldSpecified;
}
set
{
this.netExplosiveMass_KGMFieldSpecified = value;
}
}
///
public string Flashpoint_CEL
{
get
{
return this.flashpoint_CELField;
}
set
{
this.flashpoint_CELField = value;
}
}
///
public string Class7NuclideName
{
get
{
return this.class7NuclideNameField;
}
set
{
this.class7NuclideNameField = value;
}
}
///
public float Class7MaxActivity_BQL
{
get
{
return this.class7MaxActivity_BQLField;
}
set
{
this.class7MaxActivity_BQLField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool Class7MaxActivity_BQLSpecified
{
get
{
return this.class7MaxActivity_BQLFieldSpecified;
}
set
{
this.class7MaxActivity_BQLFieldSpecified = value;
}
}
///
public int Class7Category
{
get
{
return this.class7CategoryField;
}
set
{
this.class7CategoryField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool Class7CategorySpecified
{
get
{
return this.class7CategoryFieldSpecified;
}
set
{
this.class7CategoryFieldSpecified = value;
}
}
///
public float Class7TransportIndex
{
get
{
return this.class7TransportIndexField;
}
set
{
this.class7TransportIndexField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool Class7TransportIndexSpecified
{
get
{
return this.class7TransportIndexFieldSpecified;
}
set
{
this.class7TransportIndexFieldSpecified = value;
}
}
///
public int Class7CSI
{
get
{
return this.class7CSIField;
}
set
{
this.class7CSIField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool Class7CSISpecified
{
get
{
return this.class7CSIFieldSpecified;
}
set
{
this.class7CSIFieldSpecified = value;
}
}
///
public float ControlTemperature_CEL
{
get
{
return this.controlTemperature_CELField;
}
set
{
this.controlTemperature_CELField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool ControlTemperature_CELSpecified
{
get
{
return this.controlTemperature_CELFieldSpecified;
}
set
{
this.controlTemperature_CELFieldSpecified = value;
}
}
///
public float EmergencyTemperature_CEL
{
get
{
return this.emergencyTemperature_CELField;
}
set
{
this.emergencyTemperature_CELField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool EmergencyTemperature_CELSpecified
{
get
{
return this.emergencyTemperature_CELFieldSpecified;
}
set
{
this.emergencyTemperature_CELFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute("SubsidiaryRisk", IsNullable = false)]
public string[] SubsidiaryRisks
{
get
{
return this.subsidiaryRisksField;
}
set
{
this.subsidiaryRisksField = value;
}
}
///
public RootHAZADPGOnArrivalDPGItemIMDGMarinePollutant MarinePollutant
{
get
{
return this.marinePollutantField;
}
set
{
this.marinePollutantField = value;
}
}
///
public int NumberOfPackages
{
get
{
return this.numberOfPackagesField;
}
set
{
this.numberOfPackagesField = value;
}
}
///
public string PackageType
{
get
{
return this.packageTypeField;
}
set
{
this.packageTypeField = value;
}
}
///
public RootHAZADPGOnArrivalDPGItemIMDGLimitedQuantities LimitedQuantities
{
get
{
return this.limitedQuantitiesField;
}
set
{
this.limitedQuantitiesField = value;
}
}
///
public RootHAZADPGOnArrivalDPGItemIMDGExceptedQuantities ExceptedQuantities
{
get
{
return this.exceptedQuantitiesField;
}
set
{
this.exceptedQuantitiesField = value;
}
}
///
public float NetQuantity_KGM
{
get
{
return this.netQuantity_KGMField;
}
set
{
this.netQuantity_KGMField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool NetQuantity_KGMSpecified
{
get
{
return this.netQuantity_KGMFieldSpecified;
}
set
{
this.netQuantity_KGMFieldSpecified = value;
}
}
///
public float GrossQuantity_KGM
{
get
{
return this.grossQuantity_KGMField;
}
set
{
this.grossQuantity_KGMField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool GrossQuantity_KGMSpecified
{
get
{
return this.grossQuantity_KGMFieldSpecified;
}
set
{
this.grossQuantity_KGMFieldSpecified = value;
}
}
///
public float Volume_MTQ
{
get
{
return this.volume_MTQField;
}
set
{
this.volume_MTQField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool Volume_MTQSpecified
{
get
{
return this.volume_MTQFieldSpecified;
}
set
{
this.volume_MTQFieldSpecified = value;
}
}
///
public RootHAZADPGOnArrivalDPGItemIMDGGeneralCargoIBC GeneralCargoIBC
{
get
{
return this.generalCargoIBCField;
}
set
{
this.generalCargoIBCField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool GeneralCargoIBCSpecified
{
get
{
return this.generalCargoIBCFieldSpecified;
}
set
{
this.generalCargoIBCFieldSpecified = value;
}
}
///
public string ContainerNumber
{
get
{
return this.containerNumberField;
}
set
{
this.containerNumberField = value;
}
}
///
public string VehicleLicenseNumber
{
get
{
return this.vehicleLicenseNumberField;
}
set
{
this.vehicleLicenseNumberField = value;
}
}
///
public string StowagePosition
{
get
{
return this.stowagePositionField;
}
set
{
this.stowagePositionField = value;
}
}
///
public string PortOfLoading
{
get
{
return this.portOfLoadingField;
}
set
{
this.portOfLoadingField = value;
}
}
///
public string PortOfDischarge
{
get
{
return this.portOfDischargeField;
}
set
{
this.portOfDischargeField = value;
}
}
///
public string Remarks
{
get
{
return this.remarksField;
}
set
{
this.remarksField = value;
}
}
///
public string Identifier
{
get
{
return this.identifierField;
}
set
{
this.identifierField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootHAZADPGOnArrivalDPGItemIMDGPackingGroup
{
///
NONE,
///
I,
///
II,
///
III,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootHAZADPGOnArrivalDPGItemIMDGMarinePollutant
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootHAZADPGOnArrivalDPGItemIMDGLimitedQuantities
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootHAZADPGOnArrivalDPGItemIMDGExceptedQuantities
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootHAZADPGOnArrivalDPGItemIMDGGeneralCargoIBC
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootHAZADPGOnArrivalDPGItemIBC
{
private string productNameField;
private RootHAZADPGOnArrivalDPGItemIBCPollutionCategory pollutionCategoryField;
private RootHAZADPGOnArrivalDPGItemIBCHazards hazardsField;
private bool hazardsFieldSpecified;
private RootHAZADPGOnArrivalDPGItemIBCFlashpointInformation flashpointInformationField;
private string flashpoint_CELField;
private float quantity_KGMField;
private string stowagePositionField;
private string portOfLoadingField;
private string portOfDischargeField;
private RootHAZADPGOnArrivalDPGItemIBCSpecRef15_19 specRef15_19Field;
private bool specRef15_19FieldSpecified;
private string remarksField;
private string identifierField;
///
public string ProductName
{
get
{
return this.productNameField;
}
set
{
this.productNameField = value;
}
}
///
public RootHAZADPGOnArrivalDPGItemIBCPollutionCategory PollutionCategory
{
get
{
return this.pollutionCategoryField;
}
set
{
this.pollutionCategoryField = value;
}
}
///
public RootHAZADPGOnArrivalDPGItemIBCHazards Hazards
{
get
{
return this.hazardsField;
}
set
{
this.hazardsField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool HazardsSpecified
{
get
{
return this.hazardsFieldSpecified;
}
set
{
this.hazardsFieldSpecified = value;
}
}
///
public RootHAZADPGOnArrivalDPGItemIBCFlashpointInformation FlashpointInformation
{
get
{
return this.flashpointInformationField;
}
set
{
this.flashpointInformationField = value;
}
}
///
public string Flashpoint_CEL
{
get
{
return this.flashpoint_CELField;
}
set
{
this.flashpoint_CELField = value;
}
}
///
public float Quantity_KGM
{
get
{
return this.quantity_KGMField;
}
set
{
this.quantity_KGMField = value;
}
}
///
public string StowagePosition
{
get
{
return this.stowagePositionField;
}
set
{
this.stowagePositionField = value;
}
}
///
public string PortOfLoading
{
get
{
return this.portOfLoadingField;
}
set
{
this.portOfLoadingField = value;
}
}
///
public string PortOfDischarge
{
get
{
return this.portOfDischargeField;
}
set
{
this.portOfDischargeField = value;
}
}
///
public RootHAZADPGOnArrivalDPGItemIBCSpecRef15_19 SpecRef15_19
{
get
{
return this.specRef15_19Field;
}
set
{
this.specRef15_19Field = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool SpecRef15_19Specified
{
get
{
return this.specRef15_19FieldSpecified;
}
set
{
this.specRef15_19FieldSpecified = value;
}
}
///
public string Remarks
{
get
{
return this.remarksField;
}
set
{
this.remarksField = value;
}
}
///
public string Identifier
{
get
{
return this.identifierField;
}
set
{
this.identifierField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootHAZADPGOnArrivalDPGItemIBCPollutionCategory
{
///
X,
///
Y,
///
Z,
///
OS,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootHAZADPGOnArrivalDPGItemIBCHazards
{
///
P,
///
S,
///
[System.Xml.Serialization.XmlEnumAttribute("S/P")]
SP,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootHAZADPGOnArrivalDPGItemIBCFlashpointInformation
{
///
NF,
///
GT60CEL,
///
LE60CEL,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootHAZADPGOnArrivalDPGItemIBCSpecRef15_19
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootHAZADPGOnArrivalDPGItemIGC
{
private string uNNumberField;
private string iMOClassField;
private string productNameField;
private float quantity_KGMField;
private string stowagePositionField;
private string portOfLoadingField;
private string portOfDischargeField;
private string remarksField;
private string identifierField;
///
public string UNNumber
{
get
{
return this.uNNumberField;
}
set
{
this.uNNumberField = value;
}
}
///
public string IMOClass
{
get
{
return this.iMOClassField;
}
set
{
this.iMOClassField = value;
}
}
///
public string ProductName
{
get
{
return this.productNameField;
}
set
{
this.productNameField = value;
}
}
///
public float Quantity_KGM
{
get
{
return this.quantity_KGMField;
}
set
{
this.quantity_KGMField = value;
}
}
///
public string StowagePosition
{
get
{
return this.stowagePositionField;
}
set
{
this.stowagePositionField = value;
}
}
///
public string PortOfLoading
{
get
{
return this.portOfLoadingField;
}
set
{
this.portOfLoadingField = value;
}
}
///
public string PortOfDischarge
{
get
{
return this.portOfDischargeField;
}
set
{
this.portOfDischargeField = value;
}
}
///
public string Remarks
{
get
{
return this.remarksField;
}
set
{
this.remarksField = value;
}
}
///
public string Identifier
{
get
{
return this.identifierField;
}
set
{
this.identifierField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootHAZADPGOnArrivalDPGItemIMSBC
{
private string bulkCargoShippingNameField;
private RootHAZADPGOnArrivalDPGItemIMSBCMHB mHBField;
private string uNNumberField;
private string iMOClassField;
private float quantity_KGMField;
private string stowagePositionField;
private string portOfLoadingField;
private string portOfDischargeField;
private string remarksField;
private string identifierField;
///
public string BulkCargoShippingName
{
get
{
return this.bulkCargoShippingNameField;
}
set
{
this.bulkCargoShippingNameField = value;
}
}
///
public RootHAZADPGOnArrivalDPGItemIMSBCMHB MHB
{
get
{
return this.mHBField;
}
set
{
this.mHBField = value;
}
}
///
public string UNNumber
{
get
{
return this.uNNumberField;
}
set
{
this.uNNumberField = value;
}
}
///
public string IMOClass
{
get
{
return this.iMOClassField;
}
set
{
this.iMOClassField = value;
}
}
///
public float Quantity_KGM
{
get
{
return this.quantity_KGMField;
}
set
{
this.quantity_KGMField = value;
}
}
///
public string StowagePosition
{
get
{
return this.stowagePositionField;
}
set
{
this.stowagePositionField = value;
}
}
///
public string PortOfLoading
{
get
{
return this.portOfLoadingField;
}
set
{
this.portOfLoadingField = value;
}
}
///
public string PortOfDischarge
{
get
{
return this.portOfDischargeField;
}
set
{
this.portOfDischargeField = value;
}
}
///
public string Remarks
{
get
{
return this.remarksField;
}
set
{
this.remarksField = value;
}
}
///
public string Identifier
{
get
{
return this.identifierField;
}
set
{
this.identifierField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootHAZADPGOnArrivalDPGItemIMSBCMHB
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootHAZADPGOnArrivalDPGItemMARPOLAnnexI
{
private string nameField;
private RootHAZADPGOnArrivalDPGItemMARPOLAnnexIFlashpointInformation flashpointInformationField;
private string flashpoint_CELField;
private float quantity_KGMField;
private string stowagePositionField;
private string portOfLoadingField;
private string portOfDischargeField;
private string remarksField;
private string identifierField;
///
public string Name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public RootHAZADPGOnArrivalDPGItemMARPOLAnnexIFlashpointInformation FlashpointInformation
{
get
{
return this.flashpointInformationField;
}
set
{
this.flashpointInformationField = value;
}
}
///
public string Flashpoint_CEL
{
get
{
return this.flashpoint_CELField;
}
set
{
this.flashpoint_CELField = value;
}
}
///
public float Quantity_KGM
{
get
{
return this.quantity_KGMField;
}
set
{
this.quantity_KGMField = value;
}
}
///
public string StowagePosition
{
get
{
return this.stowagePositionField;
}
set
{
this.stowagePositionField = value;
}
}
///
public string PortOfLoading
{
get
{
return this.portOfLoadingField;
}
set
{
this.portOfLoadingField = value;
}
}
///
public string PortOfDischarge
{
get
{
return this.portOfDischargeField;
}
set
{
this.portOfDischargeField = value;
}
}
///
public string Remarks
{
get
{
return this.remarksField;
}
set
{
this.remarksField = value;
}
}
///
public string Identifier
{
get
{
return this.identifierField;
}
set
{
this.identifierField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootHAZADPGOnArrivalDPGItemMARPOLAnnexIFlashpointInformation
{
///
NF,
///
GT60CEL,
///
LE60CEL,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootHAZAINFShipClass
{
///
INF1,
///
INF2,
///
INF3,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootHAZANoDPGOnBoardOnArrival
{
///
Y,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootHAZD
{
private ReportingParty reportingPartyField;
private object[] itemsField;
///
public ReportingParty ReportingParty
{
get
{
return this.reportingPartyField;
}
set
{
this.reportingPartyField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("DPGManifestOnBoardOnDeparture", typeof(RootHAZDDPGManifestOnBoardOnDeparture))]
[System.Xml.Serialization.XmlElementAttribute("DPGOnDeparture", typeof(RootHAZDDPGOnDeparture))]
[System.Xml.Serialization.XmlElementAttribute("INFShipClass", typeof(RootHAZDINFShipClass))]
[System.Xml.Serialization.XmlElementAttribute("NoDPGOnBoardOnDeparture", typeof(RootHAZDNoDPGOnBoardOnDeparture))]
public object[] Items
{
get
{
return this.itemsField;
}
set
{
this.itemsField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootHAZDDPGManifestOnBoardOnDeparture
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootHAZDDPGOnDeparture
{
private RootHAZDDPGOnDepartureDPGItemIMDG[] dPGItemIMDGField;
private RootHAZDDPGOnDepartureDPGItemIBC[] dPGItemIBCField;
private RootHAZDDPGOnDepartureDPGItemIGC[] dPGItemIGCField;
private RootHAZDDPGOnDepartureDPGItemIMSBC[] dPGItemIMSBCField;
private RootHAZDDPGOnDepartureDPGItemMARPOLAnnexI[] dPGItemMARPOLAnnexIField;
///
[System.Xml.Serialization.XmlElementAttribute("DPGItemIMDG")]
public RootHAZDDPGOnDepartureDPGItemIMDG[] DPGItemIMDG
{
get
{
return this.dPGItemIMDGField;
}
set
{
this.dPGItemIMDGField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("DPGItemIBC")]
public RootHAZDDPGOnDepartureDPGItemIBC[] DPGItemIBC
{
get
{
return this.dPGItemIBCField;
}
set
{
this.dPGItemIBCField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("DPGItemIGC")]
public RootHAZDDPGOnDepartureDPGItemIGC[] DPGItemIGC
{
get
{
return this.dPGItemIGCField;
}
set
{
this.dPGItemIGCField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("DPGItemIMSBC")]
public RootHAZDDPGOnDepartureDPGItemIMSBC[] DPGItemIMSBC
{
get
{
return this.dPGItemIMSBCField;
}
set
{
this.dPGItemIMSBCField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("DPGItemMARPOLAnnexI")]
public RootHAZDDPGOnDepartureDPGItemMARPOLAnnexI[] DPGItemMARPOLAnnexI
{
get
{
return this.dPGItemMARPOLAnnexIField;
}
set
{
this.dPGItemMARPOLAnnexIField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootHAZDDPGOnDepartureDPGItemIMDG
{
private string uNNumberField;
private RootHAZDDPGOnDepartureDPGItemIMDGPackingGroup packingGroupField;
private bool packingGroupFieldSpecified;
private string properShippingNameField;
private string iMOClassField;
private string compatibilityGroupField;
private string technicalNameField;
private float netExplosiveMass_KGMField;
private bool netExplosiveMass_KGMFieldSpecified;
private string flashpoint_CELField;
private string class7NuclideNameField;
private float class7MaxActivity_BQLField;
private bool class7MaxActivity_BQLFieldSpecified;
private int class7CategoryField;
private bool class7CategoryFieldSpecified;
private float class7TransportIndexField;
private bool class7TransportIndexFieldSpecified;
private int class7CSIField;
private bool class7CSIFieldSpecified;
private float controlTemperature_CELField;
private bool controlTemperature_CELFieldSpecified;
private float emergencyTemperature_CELField;
private bool emergencyTemperature_CELFieldSpecified;
private string[] subsidiaryRisksField;
private RootHAZDDPGOnDepartureDPGItemIMDGMarinePollutant marinePollutantField;
private int numberOfPackagesField;
private string packageTypeField;
private RootHAZDDPGOnDepartureDPGItemIMDGLimitedQuantities limitedQuantitiesField;
private RootHAZDDPGOnDepartureDPGItemIMDGExceptedQuantities exceptedQuantitiesField;
private float netQuantity_KGMField;
private bool netQuantity_KGMFieldSpecified;
private float grossQuantity_KGMField;
private bool grossQuantity_KGMFieldSpecified;
private float volume_MTQField;
private bool volume_MTQFieldSpecified;
private RootHAZDDPGOnDepartureDPGItemIMDGGeneralCargoIBC generalCargoIBCField;
private bool generalCargoIBCFieldSpecified;
private string containerNumberField;
private string vehicleLicenseNumberField;
private string stowagePositionField;
private string portOfLoadingField;
private string portOfDischargeField;
private string remarksField;
private string identifierField;
///
public string UNNumber
{
get
{
return this.uNNumberField;
}
set
{
this.uNNumberField = value;
}
}
///
public RootHAZDDPGOnDepartureDPGItemIMDGPackingGroup PackingGroup
{
get
{
return this.packingGroupField;
}
set
{
this.packingGroupField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool PackingGroupSpecified
{
get
{
return this.packingGroupFieldSpecified;
}
set
{
this.packingGroupFieldSpecified = value;
}
}
///
public string ProperShippingName
{
get
{
return this.properShippingNameField;
}
set
{
this.properShippingNameField = value;
}
}
///
public string IMOClass
{
get
{
return this.iMOClassField;
}
set
{
this.iMOClassField = value;
}
}
///
public string CompatibilityGroup
{
get
{
return this.compatibilityGroupField;
}
set
{
this.compatibilityGroupField = value;
}
}
///
public string TechnicalName
{
get
{
return this.technicalNameField;
}
set
{
this.technicalNameField = value;
}
}
///
public float NetExplosiveMass_KGM
{
get
{
return this.netExplosiveMass_KGMField;
}
set
{
this.netExplosiveMass_KGMField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool NetExplosiveMass_KGMSpecified
{
get
{
return this.netExplosiveMass_KGMFieldSpecified;
}
set
{
this.netExplosiveMass_KGMFieldSpecified = value;
}
}
///
public string Flashpoint_CEL
{
get
{
return this.flashpoint_CELField;
}
set
{
this.flashpoint_CELField = value;
}
}
///
public string Class7NuclideName
{
get
{
return this.class7NuclideNameField;
}
set
{
this.class7NuclideNameField = value;
}
}
///
public float Class7MaxActivity_BQL
{
get
{
return this.class7MaxActivity_BQLField;
}
set
{
this.class7MaxActivity_BQLField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool Class7MaxActivity_BQLSpecified
{
get
{
return this.class7MaxActivity_BQLFieldSpecified;
}
set
{
this.class7MaxActivity_BQLFieldSpecified = value;
}
}
///
public int Class7Category
{
get
{
return this.class7CategoryField;
}
set
{
this.class7CategoryField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool Class7CategorySpecified
{
get
{
return this.class7CategoryFieldSpecified;
}
set
{
this.class7CategoryFieldSpecified = value;
}
}
///
public float Class7TransportIndex
{
get
{
return this.class7TransportIndexField;
}
set
{
this.class7TransportIndexField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool Class7TransportIndexSpecified
{
get
{
return this.class7TransportIndexFieldSpecified;
}
set
{
this.class7TransportIndexFieldSpecified = value;
}
}
///
public int Class7CSI
{
get
{
return this.class7CSIField;
}
set
{
this.class7CSIField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool Class7CSISpecified
{
get
{
return this.class7CSIFieldSpecified;
}
set
{
this.class7CSIFieldSpecified = value;
}
}
///
public float ControlTemperature_CEL
{
get
{
return this.controlTemperature_CELField;
}
set
{
this.controlTemperature_CELField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool ControlTemperature_CELSpecified
{
get
{
return this.controlTemperature_CELFieldSpecified;
}
set
{
this.controlTemperature_CELFieldSpecified = value;
}
}
///
public float EmergencyTemperature_CEL
{
get
{
return this.emergencyTemperature_CELField;
}
set
{
this.emergencyTemperature_CELField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool EmergencyTemperature_CELSpecified
{
get
{
return this.emergencyTemperature_CELFieldSpecified;
}
set
{
this.emergencyTemperature_CELFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute("SubsidiaryRisk", IsNullable = false)]
public string[] SubsidiaryRisks
{
get
{
return this.subsidiaryRisksField;
}
set
{
this.subsidiaryRisksField = value;
}
}
///
public RootHAZDDPGOnDepartureDPGItemIMDGMarinePollutant MarinePollutant
{
get
{
return this.marinePollutantField;
}
set
{
this.marinePollutantField = value;
}
}
///
public int NumberOfPackages
{
get
{
return this.numberOfPackagesField;
}
set
{
this.numberOfPackagesField = value;
}
}
///
public string PackageType
{
get
{
return this.packageTypeField;
}
set
{
this.packageTypeField = value;
}
}
///
public RootHAZDDPGOnDepartureDPGItemIMDGLimitedQuantities LimitedQuantities
{
get
{
return this.limitedQuantitiesField;
}
set
{
this.limitedQuantitiesField = value;
}
}
///
public RootHAZDDPGOnDepartureDPGItemIMDGExceptedQuantities ExceptedQuantities
{
get
{
return this.exceptedQuantitiesField;
}
set
{
this.exceptedQuantitiesField = value;
}
}
///
public float NetQuantity_KGM
{
get
{
return this.netQuantity_KGMField;
}
set
{
this.netQuantity_KGMField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool NetQuantity_KGMSpecified
{
get
{
return this.netQuantity_KGMFieldSpecified;
}
set
{
this.netQuantity_KGMFieldSpecified = value;
}
}
///
public float GrossQuantity_KGM
{
get
{
return this.grossQuantity_KGMField;
}
set
{
this.grossQuantity_KGMField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool GrossQuantity_KGMSpecified
{
get
{
return this.grossQuantity_KGMFieldSpecified;
}
set
{
this.grossQuantity_KGMFieldSpecified = value;
}
}
///
public float Volume_MTQ
{
get
{
return this.volume_MTQField;
}
set
{
this.volume_MTQField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool Volume_MTQSpecified
{
get
{
return this.volume_MTQFieldSpecified;
}
set
{
this.volume_MTQFieldSpecified = value;
}
}
///
public RootHAZDDPGOnDepartureDPGItemIMDGGeneralCargoIBC GeneralCargoIBC
{
get
{
return this.generalCargoIBCField;
}
set
{
this.generalCargoIBCField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool GeneralCargoIBCSpecified
{
get
{
return this.generalCargoIBCFieldSpecified;
}
set
{
this.generalCargoIBCFieldSpecified = value;
}
}
///
public string ContainerNumber
{
get
{
return this.containerNumberField;
}
set
{
this.containerNumberField = value;
}
}
///
public string VehicleLicenseNumber
{
get
{
return this.vehicleLicenseNumberField;
}
set
{
this.vehicleLicenseNumberField = value;
}
}
///
public string StowagePosition
{
get
{
return this.stowagePositionField;
}
set
{
this.stowagePositionField = value;
}
}
///
public string PortOfLoading
{
get
{
return this.portOfLoadingField;
}
set
{
this.portOfLoadingField = value;
}
}
///
public string PortOfDischarge
{
get
{
return this.portOfDischargeField;
}
set
{
this.portOfDischargeField = value;
}
}
///
public string Remarks
{
get
{
return this.remarksField;
}
set
{
this.remarksField = value;
}
}
///
public string Identifier
{
get
{
return this.identifierField;
}
set
{
this.identifierField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootHAZDDPGOnDepartureDPGItemIMDGPackingGroup
{
///
NONE,
///
I,
///
II,
///
III,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootHAZDDPGOnDepartureDPGItemIMDGMarinePollutant
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootHAZDDPGOnDepartureDPGItemIMDGLimitedQuantities
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootHAZDDPGOnDepartureDPGItemIMDGExceptedQuantities
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootHAZDDPGOnDepartureDPGItemIMDGGeneralCargoIBC
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootHAZDDPGOnDepartureDPGItemIBC
{
private string productNameField;
private RootHAZDDPGOnDepartureDPGItemIBCPollutionCategory pollutionCategoryField;
private RootHAZDDPGOnDepartureDPGItemIBCHazards hazardsField;
private bool hazardsFieldSpecified;
private RootHAZDDPGOnDepartureDPGItemIBCFlashpointInformation flashpointInformationField;
private string flashpoint_CELField;
private float quantity_KGMField;
private string stowagePositionField;
private string portOfLoadingField;
private string portOfDischargeField;
private RootHAZDDPGOnDepartureDPGItemIBCSpecRef15_19 specRef15_19Field;
private bool specRef15_19FieldSpecified;
private string remarksField;
private string identifierField;
///
public string ProductName
{
get
{
return this.productNameField;
}
set
{
this.productNameField = value;
}
}
///
public RootHAZDDPGOnDepartureDPGItemIBCPollutionCategory PollutionCategory
{
get
{
return this.pollutionCategoryField;
}
set
{
this.pollutionCategoryField = value;
}
}
///
public RootHAZDDPGOnDepartureDPGItemIBCHazards Hazards
{
get
{
return this.hazardsField;
}
set
{
this.hazardsField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool HazardsSpecified
{
get
{
return this.hazardsFieldSpecified;
}
set
{
this.hazardsFieldSpecified = value;
}
}
///
public RootHAZDDPGOnDepartureDPGItemIBCFlashpointInformation FlashpointInformation
{
get
{
return this.flashpointInformationField;
}
set
{
this.flashpointInformationField = value;
}
}
///
public string Flashpoint_CEL
{
get
{
return this.flashpoint_CELField;
}
set
{
this.flashpoint_CELField = value;
}
}
///
public float Quantity_KGM
{
get
{
return this.quantity_KGMField;
}
set
{
this.quantity_KGMField = value;
}
}
///
public string StowagePosition
{
get
{
return this.stowagePositionField;
}
set
{
this.stowagePositionField = value;
}
}
///
public string PortOfLoading
{
get
{
return this.portOfLoadingField;
}
set
{
this.portOfLoadingField = value;
}
}
///
public string PortOfDischarge
{
get
{
return this.portOfDischargeField;
}
set
{
this.portOfDischargeField = value;
}
}
///
public RootHAZDDPGOnDepartureDPGItemIBCSpecRef15_19 SpecRef15_19
{
get
{
return this.specRef15_19Field;
}
set
{
this.specRef15_19Field = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool SpecRef15_19Specified
{
get
{
return this.specRef15_19FieldSpecified;
}
set
{
this.specRef15_19FieldSpecified = value;
}
}
///
public string Remarks
{
get
{
return this.remarksField;
}
set
{
this.remarksField = value;
}
}
///
public string Identifier
{
get
{
return this.identifierField;
}
set
{
this.identifierField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootHAZDDPGOnDepartureDPGItemIBCPollutionCategory
{
///
X,
///
Y,
///
Z,
///
OS,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootHAZDDPGOnDepartureDPGItemIBCHazards
{
///
P,
///
S,
///
[System.Xml.Serialization.XmlEnumAttribute("S/P")]
SP,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootHAZDDPGOnDepartureDPGItemIBCFlashpointInformation
{
///
NF,
///
GT60CEL,
///
LE60CEL,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootHAZDDPGOnDepartureDPGItemIBCSpecRef15_19
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootHAZDDPGOnDepartureDPGItemIGC
{
private string uNNumberField;
private string iMOClassField;
private string productNameField;
private float quantity_KGMField;
private string stowagePositionField;
private string portOfLoadingField;
private string portOfDischargeField;
private string remarksField;
private string identifierField;
///
public string UNNumber
{
get
{
return this.uNNumberField;
}
set
{
this.uNNumberField = value;
}
}
///
public string IMOClass
{
get
{
return this.iMOClassField;
}
set
{
this.iMOClassField = value;
}
}
///
public string ProductName
{
get
{
return this.productNameField;
}
set
{
this.productNameField = value;
}
}
///
public float Quantity_KGM
{
get
{
return this.quantity_KGMField;
}
set
{
this.quantity_KGMField = value;
}
}
///
public string StowagePosition
{
get
{
return this.stowagePositionField;
}
set
{
this.stowagePositionField = value;
}
}
///
public string PortOfLoading
{
get
{
return this.portOfLoadingField;
}
set
{
this.portOfLoadingField = value;
}
}
///
public string PortOfDischarge
{
get
{
return this.portOfDischargeField;
}
set
{
this.portOfDischargeField = value;
}
}
///
public string Remarks
{
get
{
return this.remarksField;
}
set
{
this.remarksField = value;
}
}
///
public string Identifier
{
get
{
return this.identifierField;
}
set
{
this.identifierField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootHAZDDPGOnDepartureDPGItemIMSBC
{
private string bulkCargoShippingNameField;
private RootHAZDDPGOnDepartureDPGItemIMSBCMHB mHBField;
private string uNNumberField;
private string iMOClassField;
private float quantity_KGMField;
private string stowagePositionField;
private string portOfLoadingField;
private string portOfDischargeField;
private string remarksField;
private string identifierField;
///
public string BulkCargoShippingName
{
get
{
return this.bulkCargoShippingNameField;
}
set
{
this.bulkCargoShippingNameField = value;
}
}
///
public RootHAZDDPGOnDepartureDPGItemIMSBCMHB MHB
{
get
{
return this.mHBField;
}
set
{
this.mHBField = value;
}
}
///
public string UNNumber
{
get
{
return this.uNNumberField;
}
set
{
this.uNNumberField = value;
}
}
///
public string IMOClass
{
get
{
return this.iMOClassField;
}
set
{
this.iMOClassField = value;
}
}
///
public float Quantity_KGM
{
get
{
return this.quantity_KGMField;
}
set
{
this.quantity_KGMField = value;
}
}
///
public string StowagePosition
{
get
{
return this.stowagePositionField;
}
set
{
this.stowagePositionField = value;
}
}
///
public string PortOfLoading
{
get
{
return this.portOfLoadingField;
}
set
{
this.portOfLoadingField = value;
}
}
///
public string PortOfDischarge
{
get
{
return this.portOfDischargeField;
}
set
{
this.portOfDischargeField = value;
}
}
///
public string Remarks
{
get
{
return this.remarksField;
}
set
{
this.remarksField = value;
}
}
///
public string Identifier
{
get
{
return this.identifierField;
}
set
{
this.identifierField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootHAZDDPGOnDepartureDPGItemIMSBCMHB
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootHAZDDPGOnDepartureDPGItemMARPOLAnnexI
{
private string nameField;
private RootHAZDDPGOnDepartureDPGItemMARPOLAnnexIFlashpointInformation flashpointInformationField;
private string flashpoint_CELField;
private float quantity_KGMField;
private string stowagePositionField;
private string portOfLoadingField;
private string portOfDischargeField;
private string remarksField;
private string identifierField;
///
public string Name
{
get
{
return this.nameField;
}
set
{
this.nameField = value;
}
}
///
public RootHAZDDPGOnDepartureDPGItemMARPOLAnnexIFlashpointInformation FlashpointInformation
{
get
{
return this.flashpointInformationField;
}
set
{
this.flashpointInformationField = value;
}
}
///
public string Flashpoint_CEL
{
get
{
return this.flashpoint_CELField;
}
set
{
this.flashpoint_CELField = value;
}
}
///
public float Quantity_KGM
{
get
{
return this.quantity_KGMField;
}
set
{
this.quantity_KGMField = value;
}
}
///
public string StowagePosition
{
get
{
return this.stowagePositionField;
}
set
{
this.stowagePositionField = value;
}
}
///
public string PortOfLoading
{
get
{
return this.portOfLoadingField;
}
set
{
this.portOfLoadingField = value;
}
}
///
public string PortOfDischarge
{
get
{
return this.portOfDischargeField;
}
set
{
this.portOfDischargeField = value;
}
}
///
public string Remarks
{
get
{
return this.remarksField;
}
set
{
this.remarksField = value;
}
}
///
public string Identifier
{
get
{
return this.identifierField;
}
set
{
this.identifierField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootHAZDDPGOnDepartureDPGItemMARPOLAnnexIFlashpointInformation
{
///
NF,
///
GT60CEL,
///
LE60CEL,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootHAZDINFShipClass
{
///
INF1,
///
INF2,
///
INF3,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootHAZDNoDPGOnBoardOnDeparture
{
///
Y,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootINFO
{
private ReportingParty reportingPartyField;
private RootINFOShippingArea shippingAreaField;
private string requestedPositionInPortOfCallField;
private string specialRequirementsOfShipAtBerthField;
private string constructionCharacteristicsOfShipField;
private RootINFOFumigatedBulkCargo fumigatedBulkCargoField;
private float deadWeightSummer_TNEField;
private bool deadWeightSummer_TNEFieldSpecified;
///
public ReportingParty ReportingParty
{
get
{
return this.reportingPartyField;
}
set
{
this.reportingPartyField = value;
}
}
///
public RootINFOShippingArea ShippingArea
{
get
{
return this.shippingAreaField;
}
set
{
this.shippingAreaField = value;
}
}
///
public string RequestedPositionInPortOfCall
{
get
{
return this.requestedPositionInPortOfCallField;
}
set
{
this.requestedPositionInPortOfCallField = value;
}
}
///
public string SpecialRequirementsOfShipAtBerth
{
get
{
return this.specialRequirementsOfShipAtBerthField;
}
set
{
this.specialRequirementsOfShipAtBerthField = value;
}
}
///
public string ConstructionCharacteristicsOfShip
{
get
{
return this.constructionCharacteristicsOfShipField;
}
set
{
this.constructionCharacteristicsOfShipField = value;
}
}
///
public RootINFOFumigatedBulkCargo FumigatedBulkCargo
{
get
{
return this.fumigatedBulkCargoField;
}
set
{
this.fumigatedBulkCargoField = value;
}
}
///
public float DeadWeightSummer_TNE
{
get
{
return this.deadWeightSummer_TNEField;
}
set
{
this.deadWeightSummer_TNEField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool DeadWeightSummer_TNESpecified
{
get
{
return this.deadWeightSummer_TNEFieldSpecified;
}
set
{
this.deadWeightSummer_TNEFieldSpecified = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootINFOShippingArea
{
///
NORTH_BALTIC_SEA,
///
EUROPE,
///
OVERSEAS,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootINFOFumigatedBulkCargo
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootLADG
{
private ReportingParty reportingPartyField;
private RootLADGCargo[] cargoField;
///
public ReportingParty ReportingParty
{
get
{
return this.reportingPartyField;
}
set
{
this.reportingPartyField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("Cargo")]
public RootLADGCargo[] Cargo
{
get
{
return this.cargoField;
}
set
{
this.cargoField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootLADGCargo
{
private RootLADGCargoCargoHandlingType cargoHandlingTypeField;
private string cargoCodeNSTField;
private int cargoNumberOfItemsField;
private bool cargoNumberOfItemsFieldSpecified;
private float cargoGrossQuantity_TNEField;
///
public RootLADGCargoCargoHandlingType CargoHandlingType
{
get
{
return this.cargoHandlingTypeField;
}
set
{
this.cargoHandlingTypeField = value;
}
}
///
public string CargoCodeNST
{
get
{
return this.cargoCodeNSTField;
}
set
{
this.cargoCodeNSTField = value;
}
}
///
public int CargoNumberOfItems
{
get
{
return this.cargoNumberOfItemsField;
}
set
{
this.cargoNumberOfItemsField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool CargoNumberOfItemsSpecified
{
get
{
return this.cargoNumberOfItemsFieldSpecified;
}
set
{
this.cargoNumberOfItemsFieldSpecified = value;
}
}
///
public float CargoGrossQuantity_TNE
{
get
{
return this.cargoGrossQuantity_TNEField;
}
set
{
this.cargoGrossQuantity_TNEField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootLADGCargoCargoHandlingType
{
///
LOAD,
///
DISCHARGE,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootMDH
{
private ReportingParty reportingPartyField;
private object[] itemsField;
private ItemsChoiceType2[] itemsElementNameField;
///
public ReportingParty ReportingParty
{
get
{
return this.reportingPartyField;
}
set
{
this.reportingPartyField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("AwareOfConditionsForFurtherInfections", typeof(RootMDHAwareOfConditionsForFurtherInfections))]
[System.Xml.Serialization.XmlElementAttribute("InfectedArea", typeof(RootMDHInfectedArea))]
[System.Xml.Serialization.XmlElementAttribute("InfectedAreaVisited", typeof(RootMDHInfectedAreaVisited))]
[System.Xml.Serialization.XmlElementAttribute("MDHSimplification", typeof(RootMDHMDHSimplification))]
[System.Xml.Serialization.XmlElementAttribute("MedicalConsulted", typeof(RootMDHMedicalConsulted))]
[System.Xml.Serialization.XmlElementAttribute("NonAccidentialDeathsDuringVoyage", typeof(RootMDHNonAccidentialDeathsDuringVoyage))]
[System.Xml.Serialization.XmlElementAttribute("NonAccidentialDeathsDuringVoyageCount", typeof(int))]
[System.Xml.Serialization.XmlElementAttribute("NumberOfIllPersons", typeof(int))]
[System.Xml.Serialization.XmlElementAttribute("NumberOfIllPersonsHigherThanExpected", typeof(RootMDHNumberOfIllPersonsHigherThanExpected))]
[System.Xml.Serialization.XmlElementAttribute("PortOfCallWhereCompleteMDHNotified", typeof(string))]
[System.Xml.Serialization.XmlElementAttribute("PortsOfCallLast30Days", typeof(RootMDHPortsOfCallLast30Days))]
[System.Xml.Serialization.XmlElementAttribute("SanitaryControlReinspectionRequired", typeof(RootMDHSanitaryControlReinspectionRequired))]
[System.Xml.Serialization.XmlElementAttribute("SanitaryMeasuresApplied", typeof(RootMDHSanitaryMeasuresApplied))]
[System.Xml.Serialization.XmlElementAttribute("SanitaryMeasuresDetails", typeof(RootMDHSanitaryMeasuresDetails))]
[System.Xml.Serialization.XmlElementAttribute("SickAnimalOrPetOnBoard", typeof(RootMDHSickAnimalOrPetOnBoard))]
[System.Xml.Serialization.XmlElementAttribute("SickPersonsOnBoard", typeof(RootMDHSickPersonsOnBoard))]
[System.Xml.Serialization.XmlElementAttribute("StowawaysDetected", typeof(RootMDHStowawaysDetected))]
[System.Xml.Serialization.XmlElementAttribute("StowawaysJoiningLocation", typeof(string))]
[System.Xml.Serialization.XmlElementAttribute("SuspisionInfectiousNature", typeof(RootMDHSuspisionInfectiousNature))]
[System.Xml.Serialization.XmlElementAttribute("ValidSanitaryControlExemptionOrCertificate", typeof(RootMDHValidSanitaryControlExemptionOrCertificate))]
[System.Xml.Serialization.XmlElementAttribute("ValidSanitaryControlExemptionOrCertificateOnBoard", typeof(RootMDHValidSanitaryControlExemptionOrCertificateOnBoard))]
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
public object[] Items
{
get
{
return this.itemsField;
}
set
{
this.itemsField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("ItemsElementName")]
[System.Xml.Serialization.XmlIgnoreAttribute()]
public ItemsChoiceType2[] ItemsElementName
{
get
{
return this.itemsElementNameField;
}
set
{
this.itemsElementNameField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootMDHAwareOfConditionsForFurtherInfections
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootMDHInfectedArea
{
private string infectedAreaPortField;
private System.DateTime infectedAreaDateField;
///
public string InfectedAreaPort
{
get
{
return this.infectedAreaPortField;
}
set
{
this.infectedAreaPortField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType = "date")]
public System.DateTime InfectedAreaDate
{
get
{
return this.infectedAreaDateField;
}
set
{
this.infectedAreaDateField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootMDHInfectedAreaVisited
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootMDHMDHSimplification
{
///
Y,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootMDHMedicalConsulted
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootMDHNonAccidentialDeathsDuringVoyage
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootMDHNumberOfIllPersonsHigherThanExpected
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootMDHPortsOfCallLast30Days
{
private RootMDHPortsOfCallLast30DaysPortOfCallLast30Days[] portOfCallLast30DaysField;
///
[System.Xml.Serialization.XmlElementAttribute("PortOfCallLast30Days")]
public RootMDHPortsOfCallLast30DaysPortOfCallLast30Days[] PortOfCallLast30Days
{
get
{
return this.portOfCallLast30DaysField;
}
set
{
this.portOfCallLast30DaysField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootMDHPortsOfCallLast30DaysPortOfCallLast30Days
{
private string portOfCallLast30DaysLocodeField;
private System.DateTime portOfCallLast30DaysDateOfDepartureField;
private RootMDHPortsOfCallLast30DaysPortOfCallLast30DaysPortOfCallLast30DaysCrewMembersJoined portOfCallLast30DaysCrewMembersJoinedField;
private RootMDHPortsOfCallLast30DaysPortOfCallLast30DaysPortOfCallLast30DaysCrewJoinedShip portOfCallLast30DaysCrewJoinedShipField;
///
public string PortOfCallLast30DaysLocode
{
get
{
return this.portOfCallLast30DaysLocodeField;
}
set
{
this.portOfCallLast30DaysLocodeField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType = "date")]
public System.DateTime PortOfCallLast30DaysDateOfDeparture
{
get
{
return this.portOfCallLast30DaysDateOfDepartureField;
}
set
{
this.portOfCallLast30DaysDateOfDepartureField = value;
}
}
///
public RootMDHPortsOfCallLast30DaysPortOfCallLast30DaysPortOfCallLast30DaysCrewMembersJoined PortOfCallLast30DaysCrewMembersJoined
{
get
{
return this.portOfCallLast30DaysCrewMembersJoinedField;
}
set
{
this.portOfCallLast30DaysCrewMembersJoinedField = value;
}
}
///
public RootMDHPortsOfCallLast30DaysPortOfCallLast30DaysPortOfCallLast30DaysCrewJoinedShip PortOfCallLast30DaysCrewJoinedShip
{
get
{
return this.portOfCallLast30DaysCrewJoinedShipField;
}
set
{
this.portOfCallLast30DaysCrewJoinedShipField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootMDHPortsOfCallLast30DaysPortOfCallLast30DaysPortOfCallLast30DaysCrewMembersJoined
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootMDHPortsOfCallLast30DaysPortOfCallLast30DaysPortOfCallLast30DaysCrewJoinedShip
{
private string[] portOfCallLast30DaysCrewJoinedShipNameField;
///
[System.Xml.Serialization.XmlElementAttribute("PortOfCallLast30DaysCrewJoinedShipName")]
public string[] PortOfCallLast30DaysCrewJoinedShipName
{
get
{
return this.portOfCallLast30DaysCrewJoinedShipNameField;
}
set
{
this.portOfCallLast30DaysCrewJoinedShipNameField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootMDHSanitaryControlReinspectionRequired
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootMDHSanitaryMeasuresApplied
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootMDHSanitaryMeasuresDetails
{
private string sanitaryMeasuresTypeField;
private string sanitaryMeasuresLocationField;
private System.DateTime sanitaryMeasuresDateField;
///
public string SanitaryMeasuresType
{
get
{
return this.sanitaryMeasuresTypeField;
}
set
{
this.sanitaryMeasuresTypeField = value;
}
}
///
public string SanitaryMeasuresLocation
{
get
{
return this.sanitaryMeasuresLocationField;
}
set
{
this.sanitaryMeasuresLocationField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType = "date")]
public System.DateTime SanitaryMeasuresDate
{
get
{
return this.sanitaryMeasuresDateField;
}
set
{
this.sanitaryMeasuresDateField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootMDHSickAnimalOrPetOnBoard
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootMDHSickPersonsOnBoard
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootMDHStowawaysDetected
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootMDHSuspisionInfectiousNature
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootMDHValidSanitaryControlExemptionOrCertificate
{
private string placeOfIssueField;
private System.DateTime dateOfIssueField;
///
public string PlaceOfIssue
{
get
{
return this.placeOfIssueField;
}
set
{
this.placeOfIssueField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType = "date")]
public System.DateTime DateOfIssue
{
get
{
return this.dateOfIssueField;
}
set
{
this.dateOfIssueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootMDHValidSanitaryControlExemptionOrCertificateOnBoard
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema = false)]
public enum ItemsChoiceType2
{
///
AwareOfConditionsForFurtherInfections,
///
InfectedArea,
///
InfectedAreaVisited,
///
MDHSimplification,
///
MedicalConsulted,
///
NonAccidentialDeathsDuringVoyage,
///
NonAccidentialDeathsDuringVoyageCount,
///
NumberOfIllPersons,
///
NumberOfIllPersonsHigherThanExpected,
///
PortOfCallWhereCompleteMDHNotified,
///
PortsOfCallLast30Days,
///
SanitaryControlReinspectionRequired,
///
SanitaryMeasuresApplied,
///
SanitaryMeasuresDetails,
///
SickAnimalOrPetOnBoard,
///
SickPersonsOnBoard,
///
StowawaysDetected,
///
StowawaysJoiningLocation,
///
SuspisionInfectiousNature,
///
ValidSanitaryControlExemptionOrCertificate,
///
ValidSanitaryControlExemptionOrCertificateOnBoard,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootNAME
{
private ReportingParty reportingPartyField;
private string nameOfMasterField;
///
public ReportingParty ReportingParty
{
get
{
return this.reportingPartyField;
}
set
{
this.reportingPartyField = value;
}
}
///
public string NameOfMaster
{
get
{
return this.nameOfMasterField;
}
set
{
this.nameOfMasterField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootNOA_NOD
{
private ReportingParty reportingPartyField;
private object[] itemsField;
private ItemsChoiceType[] itemsElementNameField;
private string lastPortField;
private System.DateTime eTDFromLastPortField;
private bool eTDFromLastPortFieldSpecified;
private string nextPortField;
private System.DateTime eTAToNextPortField;
private bool eTAToNextPortFieldSpecified;
///
public ReportingParty ReportingParty
{
get
{
return this.reportingPartyField;
}
set
{
this.reportingPartyField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("CallPurpose", typeof(RootNOA_NODCallPurpose))]
[System.Xml.Serialization.XmlElementAttribute("ETAToKielCanal", typeof(System.DateTime))]
[System.Xml.Serialization.XmlElementAttribute("ETAToPortOfCall", typeof(System.DateTime))]
[System.Xml.Serialization.XmlElementAttribute("ETDFromKielCanal", typeof(System.DateTime))]
[System.Xml.Serialization.XmlElementAttribute("ETDFromPortOfCall", typeof(System.DateTime))]
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
public object[] Items
{
get
{
return this.itemsField;
}
set
{
this.itemsField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("ItemsElementName")]
[System.Xml.Serialization.XmlIgnoreAttribute()]
public ItemsChoiceType[] ItemsElementName
{
get
{
return this.itemsElementNameField;
}
set
{
this.itemsElementNameField = value;
}
}
///
public string LastPort
{
get
{
return this.lastPortField;
}
set
{
this.lastPortField = value;
}
}
///
public System.DateTime ETDFromLastPort
{
get
{
return this.eTDFromLastPortField;
}
set
{
this.eTDFromLastPortField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool ETDFromLastPortSpecified
{
get
{
return this.eTDFromLastPortFieldSpecified;
}
set
{
this.eTDFromLastPortFieldSpecified = value;
}
}
///
public string NextPort
{
get
{
return this.nextPortField;
}
set
{
this.nextPortField = value;
}
}
///
public System.DateTime ETAToNextPort
{
get
{
return this.eTAToNextPortField;
}
set
{
this.eTAToNextPortField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool ETAToNextPortSpecified
{
get
{
return this.eTAToNextPortFieldSpecified;
}
set
{
this.eTAToNextPortFieldSpecified = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootNOA_NODCallPurpose
{
private int callPurposeCodeField;
private string callPurposeDescriptionField;
///
public int CallPurposeCode
{
get
{
return this.callPurposeCodeField;
}
set
{
this.callPurposeCodeField = value;
}
}
///
public string CallPurposeDescription
{
get
{
return this.callPurposeDescriptionField;
}
set
{
this.callPurposeDescriptionField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema = false)]
public enum ItemsChoiceType
{
///
CallPurpose,
///
ETAToKielCanal,
///
ETAToPortOfCall,
///
ETDFromKielCanal,
///
ETDFromPortOfCall,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootPAS
{
private ReportingParty reportingPartyField;
private RootPASPassenger[] passengerField;
///
public ReportingParty ReportingParty
{
get
{
return this.reportingPartyField;
}
set
{
this.reportingPartyField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("Passenger")]
public RootPASPassenger[] Passenger
{
get
{
return this.passengerField;
}
set
{
this.passengerField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootPASPassenger
{
private string passengerLastNameField;
private string passengerFirstNameField;
private string passengerPlaceOfBirthField;
private System.DateTime passengerDateOfBirthField;
private RootPASPassengerPassengerGender passengerGenderField;
private bool passengerGenderFieldSpecified;
private string passengerNationalityField;
private RootPASPassengerPassengerIdentityDocumentType passengerIdentityDocumentTypeField;
private string passengerIdentityDocumentIdField;
private string passengerVisaNumberField;
private string passengerPortOfEmbarkationField;
private string passengerPortOfDisembarkationField;
private RootPASPassengerPassengerInTransit passengerInTransitField;
///
public string PassengerLastName
{
get
{
return this.passengerLastNameField;
}
set
{
this.passengerLastNameField = value;
}
}
///
public string PassengerFirstName
{
get
{
return this.passengerFirstNameField;
}
set
{
this.passengerFirstNameField = value;
}
}
///
public string PassengerPlaceOfBirth
{
get
{
return this.passengerPlaceOfBirthField;
}
set
{
this.passengerPlaceOfBirthField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType = "date")]
public System.DateTime PassengerDateOfBirth
{
get
{
return this.passengerDateOfBirthField;
}
set
{
this.passengerDateOfBirthField = value;
}
}
///
public RootPASPassengerPassengerGender PassengerGender
{
get
{
return this.passengerGenderField;
}
set
{
this.passengerGenderField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool PassengerGenderSpecified
{
get
{
return this.passengerGenderFieldSpecified;
}
set
{
this.passengerGenderFieldSpecified = value;
}
}
///
public string PassengerNationality
{
get
{
return this.passengerNationalityField;
}
set
{
this.passengerNationalityField = value;
}
}
///
public RootPASPassengerPassengerIdentityDocumentType PassengerIdentityDocumentType
{
get
{
return this.passengerIdentityDocumentTypeField;
}
set
{
this.passengerIdentityDocumentTypeField = value;
}
}
///
public string PassengerIdentityDocumentId
{
get
{
return this.passengerIdentityDocumentIdField;
}
set
{
this.passengerIdentityDocumentIdField = value;
}
}
///
public string PassengerVisaNumber
{
get
{
return this.passengerVisaNumberField;
}
set
{
this.passengerVisaNumberField = value;
}
}
///
public string PassengerPortOfEmbarkation
{
get
{
return this.passengerPortOfEmbarkationField;
}
set
{
this.passengerPortOfEmbarkationField = value;
}
}
///
public string PassengerPortOfDisembarkation
{
get
{
return this.passengerPortOfDisembarkationField;
}
set
{
this.passengerPortOfDisembarkationField = value;
}
}
///
public RootPASPassengerPassengerInTransit PassengerInTransit
{
get
{
return this.passengerInTransitField;
}
set
{
this.passengerInTransitField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootPASPassengerPassengerGender
{
///
MALE,
///
FEMALE,
///
OTHER,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootPASPassengerPassengerIdentityDocumentType
{
///
IDENTITY_CARD,
///
PASSPORT,
///
MUSTER_BOOK,
///
PICTURE_ID,
///
RESIDENTAL_PERMIT,
///
OTHER_LEGAL_IDENTITY_DOCUMENT,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootPASPassengerPassengerInTransit
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootPOBA
{
private ReportingParty reportingPartyField;
private int totalPersonsOnBoardUponArrivalField;
private int totalCrewMembersOnBoardUponArrivalField;
private int totalPassengersOnBoardUponArrivalField;
private int totalStowawaysOnBoardUponArrivalField;
///
public ReportingParty ReportingParty
{
get
{
return this.reportingPartyField;
}
set
{
this.reportingPartyField = value;
}
}
///
public int TotalPersonsOnBoardUponArrival
{
get
{
return this.totalPersonsOnBoardUponArrivalField;
}
set
{
this.totalPersonsOnBoardUponArrivalField = value;
}
}
///
public int TotalCrewMembersOnBoardUponArrival
{
get
{
return this.totalCrewMembersOnBoardUponArrivalField;
}
set
{
this.totalCrewMembersOnBoardUponArrivalField = value;
}
}
///
public int TotalPassengersOnBoardUponArrival
{
get
{
return this.totalPassengersOnBoardUponArrivalField;
}
set
{
this.totalPassengersOnBoardUponArrivalField = value;
}
}
///
public int TotalStowawaysOnBoardUponArrival
{
get
{
return this.totalStowawaysOnBoardUponArrivalField;
}
set
{
this.totalStowawaysOnBoardUponArrivalField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootPOBD
{
private ReportingParty reportingPartyField;
private int totalPersonsOnBoardUponDepartureField;
private int totalCrewMembersOnBoardUponDepartureField;
private int totalPassengersOnBoardUponDepartureField;
private int totalStowawaysOnBoardUponDepartureField;
///
public ReportingParty ReportingParty
{
get
{
return this.reportingPartyField;
}
set
{
this.reportingPartyField = value;
}
}
///
public int TotalPersonsOnBoardUponDeparture
{
get
{
return this.totalPersonsOnBoardUponDepartureField;
}
set
{
this.totalPersonsOnBoardUponDepartureField = value;
}
}
///
public int TotalCrewMembersOnBoardUponDeparture
{
get
{
return this.totalCrewMembersOnBoardUponDepartureField;
}
set
{
this.totalCrewMembersOnBoardUponDepartureField = value;
}
}
///
public int TotalPassengersOnBoardUponDeparture
{
get
{
return this.totalPassengersOnBoardUponDepartureField;
}
set
{
this.totalPassengersOnBoardUponDepartureField = value;
}
}
///
public int TotalStowawaysOnBoardUponDeparture
{
get
{
return this.totalStowawaysOnBoardUponDepartureField;
}
set
{
this.totalStowawaysOnBoardUponDepartureField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootPRE72H
{
private ReportingParty reportingPartyField;
private RootPRE72HTanker tankerField;
private RootPRE72HTankerDetails tankerDetailsField;
private string plannedOperationsField;
private string plannedWorksField;
private System.DateTime dateOfLastExpandedInspectionField;
private float plannedPeriodOfStay_HURField;
///
public ReportingParty ReportingParty
{
get
{
return this.reportingPartyField;
}
set
{
this.reportingPartyField = value;
}
}
///
public RootPRE72HTanker Tanker
{
get
{
return this.tankerField;
}
set
{
this.tankerField = value;
}
}
///
public RootPRE72HTankerDetails TankerDetails
{
get
{
return this.tankerDetailsField;
}
set
{
this.tankerDetailsField = value;
}
}
///
public string PlannedOperations
{
get
{
return this.plannedOperationsField;
}
set
{
this.plannedOperationsField = value;
}
}
///
public string PlannedWorks
{
get
{
return this.plannedWorksField;
}
set
{
this.plannedWorksField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType = "date")]
public System.DateTime DateOfLastExpandedInspection
{
get
{
return this.dateOfLastExpandedInspectionField;
}
set
{
this.dateOfLastExpandedInspectionField = value;
}
}
///
public float PlannedPeriodOfStay_HUR
{
get
{
return this.plannedPeriodOfStay_HURField;
}
set
{
this.plannedPeriodOfStay_HURField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootPRE72HTanker
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootPRE72HTankerDetails
{
private RootPRE72HTankerDetailsTankerHullConfiguration tankerHullConfigurationField;
private RootPRE72HTankerDetailsConditionCargoBallastTanks conditionCargoBallastTanksField;
private string natureOfCargoField;
private float volumeOfCargo_TNEField;
private bool volumeOfCargo_TNEFieldSpecified;
///
public RootPRE72HTankerDetailsTankerHullConfiguration TankerHullConfiguration
{
get
{
return this.tankerHullConfigurationField;
}
set
{
this.tankerHullConfigurationField = value;
}
}
///
public RootPRE72HTankerDetailsConditionCargoBallastTanks ConditionCargoBallastTanks
{
get
{
return this.conditionCargoBallastTanksField;
}
set
{
this.conditionCargoBallastTanksField = value;
}
}
///
public string NatureOfCargo
{
get
{
return this.natureOfCargoField;
}
set
{
this.natureOfCargoField = value;
}
}
///
public float VolumeOfCargo_TNE
{
get
{
return this.volumeOfCargo_TNEField;
}
set
{
this.volumeOfCargo_TNEField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool VolumeOfCargo_TNESpecified
{
get
{
return this.volumeOfCargo_TNEFieldSpecified;
}
set
{
this.volumeOfCargo_TNEFieldSpecified = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootPRE72HTankerDetailsTankerHullConfiguration
{
///
SINGLE_HULL,
///
SINGLE_HULL_WITH_SBT,
///
DOUBLE_HULL,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootPRE72HTankerDetailsConditionCargoBallastTanks
{
///
FULL,
///
EMPTY,
///
INERTED,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootReportingClassesToReset
{
private string[] reportingClassToResetField;
///
[System.Xml.Serialization.XmlElementAttribute("ReportingClassToReset")]
public string[] ReportingClassToReset
{
get
{
return this.reportingClassToResetField;
}
set
{
this.reportingClassToResetField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootSEC
{
private ReportingParty reportingPartyField;
private object[] itemsField;
private ItemsChoiceType1[] itemsElementNameField;
///
public ReportingParty ReportingParty
{
get
{
return this.reportingPartyField;
}
set
{
this.reportingPartyField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("ApprovedSecurityPlanOnBoard", typeof(RootSECApprovedSecurityPlanOnBoard))]
[System.Xml.Serialization.XmlElementAttribute("CSOEMail", typeof(string))]
[System.Xml.Serialization.XmlElementAttribute("CSOFax", typeof(string))]
[System.Xml.Serialization.XmlElementAttribute("CSOFirstName", typeof(string))]
[System.Xml.Serialization.XmlElementAttribute("CSOLastName", typeof(string))]
[System.Xml.Serialization.XmlElementAttribute("CSOPhone", typeof(string))]
[System.Xml.Serialization.XmlElementAttribute("CurrentShipSecurityLevel", typeof(int))]
[System.Xml.Serialization.XmlElementAttribute("GeneralDescriptionOfCargo", typeof(RootSECGeneralDescriptionOfCargo))]
[System.Xml.Serialization.XmlElementAttribute("ISSCDateOfExpiration", typeof(System.DateTime), DataType = "date")]
[System.Xml.Serialization.XmlElementAttribute("ISSCIssuerName", typeof(string))]
[System.Xml.Serialization.XmlElementAttribute("ISSCIssuerType", typeof(RootSECISSCIssuerType))]
[System.Xml.Serialization.XmlElementAttribute("ISSCType", typeof(RootSECISSCType))]
[System.Xml.Serialization.XmlElementAttribute("LastTenPortFacilitiesCalled", typeof(RootSECLastTenPortFacilitiesCalled))]
[System.Xml.Serialization.XmlElementAttribute("PortFacilityOfArrival", typeof(string))]
[System.Xml.Serialization.XmlElementAttribute("PortOfCallWhereCompleteSECNotified", typeof(string))]
[System.Xml.Serialization.XmlElementAttribute("ReasonsForNoValidISSC", typeof(string))]
[System.Xml.Serialization.XmlElementAttribute("SECSimplification", typeof(RootSECSECSimplification))]
[System.Xml.Serialization.XmlElementAttribute("ShipToShipActivitiesDuringLastTenPortFacilitiesCalled", typeof(RootSECShipToShipActivitiesDuringLastTenPortFacilitiesCalled))]
[System.Xml.Serialization.XmlElementAttribute("ValidISSCOnBoard", typeof(RootSECValidISSCOnBoard))]
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
public object[] Items
{
get
{
return this.itemsField;
}
set
{
this.itemsField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("ItemsElementName")]
[System.Xml.Serialization.XmlIgnoreAttribute()]
public ItemsChoiceType1[] ItemsElementName
{
get
{
return this.itemsElementNameField;
}
set
{
this.itemsElementNameField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootSECApprovedSecurityPlanOnBoard
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootSECGeneralDescriptionOfCargo
{
///
CONTAINER,
///
VEHICLES,
///
CONVENTIONAL_GENERAL_CARGO,
///
DRY_CARGO_IN_BULK,
///
LIQUID_CARGO_IN_BULK,
///
EMPTY,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootSECISSCIssuerType
{
///
ADMINISTRATION,
///
RSO,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootSECISSCType
{
///
FULL,
///
INTERIM,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootSECLastTenPortFacilitiesCalled
{
private string portFacilityPortNameField;
private string portFacilityPortCountryField;
private string portFacilityPortLoCodeField;
private System.DateTime portFacilityDateOfArrivalField;
private System.DateTime portFacilityDateOfDepartureField;
private int portFacilityShipSecurityLevelField;
private string portFacilitySecurityMattersToReportField;
private string portFacilityGISISCodeField;
///
public string PortFacilityPortName
{
get
{
return this.portFacilityPortNameField;
}
set
{
this.portFacilityPortNameField = value;
}
}
///
public string PortFacilityPortCountry
{
get
{
return this.portFacilityPortCountryField;
}
set
{
this.portFacilityPortCountryField = value;
}
}
///
public string PortFacilityPortLoCode
{
get
{
return this.portFacilityPortLoCodeField;
}
set
{
this.portFacilityPortLoCodeField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType = "date")]
public System.DateTime PortFacilityDateOfArrival
{
get
{
return this.portFacilityDateOfArrivalField;
}
set
{
this.portFacilityDateOfArrivalField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType = "date")]
public System.DateTime PortFacilityDateOfDeparture
{
get
{
return this.portFacilityDateOfDepartureField;
}
set
{
this.portFacilityDateOfDepartureField = value;
}
}
///
public int PortFacilityShipSecurityLevel
{
get
{
return this.portFacilityShipSecurityLevelField;
}
set
{
this.portFacilityShipSecurityLevelField = value;
}
}
///
public string PortFacilitySecurityMattersToReport
{
get
{
return this.portFacilitySecurityMattersToReportField;
}
set
{
this.portFacilitySecurityMattersToReportField = value;
}
}
///
public string PortFacilityGISISCode
{
get
{
return this.portFacilityGISISCodeField;
}
set
{
this.portFacilityGISISCodeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootSECSECSimplification
{
///
Y,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootSECShipToShipActivitiesDuringLastTenPortFacilitiesCalled
{
private RootSECShipToShipActivitiesDuringLastTenPortFacilitiesCalledShipToShipActivityLocation shipToShipActivityLocationField;
private System.DateTime shipToShipActivityDateFromField;
private System.DateTime shipToShipActivityDateToField;
private string shipToShipActivityTypeField;
private string shipToShipActivitySecurityMattersToReportField;
///
public RootSECShipToShipActivitiesDuringLastTenPortFacilitiesCalledShipToShipActivityLocation ShipToShipActivityLocation
{
get
{
return this.shipToShipActivityLocationField;
}
set
{
this.shipToShipActivityLocationField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType = "date")]
public System.DateTime ShipToShipActivityDateFrom
{
get
{
return this.shipToShipActivityDateFromField;
}
set
{
this.shipToShipActivityDateFromField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType = "date")]
public System.DateTime ShipToShipActivityDateTo
{
get
{
return this.shipToShipActivityDateToField;
}
set
{
this.shipToShipActivityDateToField = value;
}
}
///
public string ShipToShipActivityType
{
get
{
return this.shipToShipActivityTypeField;
}
set
{
this.shipToShipActivityTypeField = value;
}
}
///
public string ShipToShipActivitySecurityMattersToReport
{
get
{
return this.shipToShipActivitySecurityMattersToReportField;
}
set
{
this.shipToShipActivitySecurityMattersToReportField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootSECShipToShipActivitiesDuringLastTenPortFacilitiesCalledShipToShipActivityLocation
{
private string shipToShipActivityLocationNameField;
private string shipToShipActivityLocationLoCodeField;
private RootSECShipToShipActivitiesDuringLastTenPortFacilitiesCalledShipToShipActivityLocationShipToShipActivityLocationCoordinates shipToShipActivityLocationCoordinatesField;
///
public string ShipToShipActivityLocationName
{
get
{
return this.shipToShipActivityLocationNameField;
}
set
{
this.shipToShipActivityLocationNameField = value;
}
}
///
public string ShipToShipActivityLocationLoCode
{
get
{
return this.shipToShipActivityLocationLoCodeField;
}
set
{
this.shipToShipActivityLocationLoCodeField = value;
}
}
///
public RootSECShipToShipActivitiesDuringLastTenPortFacilitiesCalledShipToShipActivityLocationShipToShipActivityLocationCoordinates ShipToShipActivityLocationCoordinates
{
get
{
return this.shipToShipActivityLocationCoordinatesField;
}
set
{
this.shipToShipActivityLocationCoordinatesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootSECShipToShipActivitiesDuringLastTenPortFacilitiesCalledShipToShipActivityLocationShipToShipActivityLocationCoordinates
{
private int shipToShipActivityLocationCoordinatesLatitudeField;
private int shipToShipActivityLocationCoordinatesLongitudeField;
///
public int ShipToShipActivityLocationCoordinatesLatitude
{
get
{
return this.shipToShipActivityLocationCoordinatesLatitudeField;
}
set
{
this.shipToShipActivityLocationCoordinatesLatitudeField = value;
}
}
///
public int ShipToShipActivityLocationCoordinatesLongitude
{
get
{
return this.shipToShipActivityLocationCoordinatesLongitudeField;
}
set
{
this.shipToShipActivityLocationCoordinatesLongitudeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootSECValidISSCOnBoard
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema = false)]
public enum ItemsChoiceType1
{
///
ApprovedSecurityPlanOnBoard,
///
CSOEMail,
///
CSOFax,
///
CSOFirstName,
///
CSOLastName,
///
CSOPhone,
///
CurrentShipSecurityLevel,
///
GeneralDescriptionOfCargo,
///
ISSCDateOfExpiration,
///
ISSCIssuerName,
///
ISSCIssuerType,
///
ISSCType,
///
LastTenPortFacilitiesCalled,
///
PortFacilityOfArrival,
///
PortOfCallWhereCompleteSECNotified,
///
ReasonsForNoValidISSC,
///
SECSimplification,
///
ShipToShipActivitiesDuringLastTenPortFacilitiesCalled,
///
ValidISSCOnBoard,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootSERV
{
private ReportingParty reportingPartyField;
private RootSERVService[] serviceField;
///
public ReportingParty ReportingParty
{
get
{
return this.reportingPartyField;
}
set
{
this.reportingPartyField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("Service")]
public RootSERVService[] Service
{
get
{
return this.serviceField;
}
set
{
this.serviceField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootSERVService
{
private string serviceNameField;
private string serviceBeneficiaryField;
private string serviceInvoiceRecipientField;
///
public string ServiceName
{
get
{
return this.serviceNameField;
}
set
{
this.serviceNameField = value;
}
}
///
public string ServiceBeneficiary
{
get
{
return this.serviceBeneficiaryField;
}
set
{
this.serviceBeneficiaryField = value;
}
}
///
public string ServiceInvoiceRecipient
{
get
{
return this.serviceInvoiceRecipientField;
}
set
{
this.serviceInvoiceRecipientField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootSTAT
{
private ReportingParty reportingPartyField;
private string shipNameField;
private string callSignField;
private string mMSINumberField;
private string flagField;
private float lengthOverall_MTRField;
private float beam_MTRField;
private int grossTonnageField;
private string portOfRegistryField;
private string inmarsatCallNumberField;
private string shipTypeField;
private RootSTATISMCompany iSMCompanyField;
///
public ReportingParty ReportingParty
{
get
{
return this.reportingPartyField;
}
set
{
this.reportingPartyField = value;
}
}
///
public string ShipName
{
get
{
return this.shipNameField;
}
set
{
this.shipNameField = value;
}
}
///
public string CallSign
{
get
{
return this.callSignField;
}
set
{
this.callSignField = value;
}
}
///
public string MMSINumber
{
get
{
return this.mMSINumberField;
}
set
{
this.mMSINumberField = value;
}
}
///
public string Flag
{
get
{
return this.flagField;
}
set
{
this.flagField = value;
}
}
///
public float LengthOverall_MTR
{
get
{
return this.lengthOverall_MTRField;
}
set
{
this.lengthOverall_MTRField = value;
}
}
///
public float Beam_MTR
{
get
{
return this.beam_MTRField;
}
set
{
this.beam_MTRField = value;
}
}
///
public int GrossTonnage
{
get
{
return this.grossTonnageField;
}
set
{
this.grossTonnageField = value;
}
}
///
public string PortOfRegistry
{
get
{
return this.portOfRegistryField;
}
set
{
this.portOfRegistryField = value;
}
}
///
public string InmarsatCallNumber
{
get
{
return this.inmarsatCallNumberField;
}
set
{
this.inmarsatCallNumberField = value;
}
}
///
public string ShipType
{
get
{
return this.shipTypeField;
}
set
{
this.shipTypeField = value;
}
}
///
public RootSTATISMCompany ISMCompany
{
get
{
return this.iSMCompanyField;
}
set
{
this.iSMCompanyField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootSTATISMCompany
{
private string iSMCompanyNameField;
private string iSMCompanyIdField;
private string iSMCompanyStreetAndNumberField;
private string iSMCompanyPostalCodeField;
private string iSMCompanyCityField;
private string iSMCompanyCountryField;
///
public string ISMCompanyName
{
get
{
return this.iSMCompanyNameField;
}
set
{
this.iSMCompanyNameField = value;
}
}
///
public string ISMCompanyId
{
get
{
return this.iSMCompanyIdField;
}
set
{
this.iSMCompanyIdField = value;
}
}
///
public string ISMCompanyStreetAndNumber
{
get
{
return this.iSMCompanyStreetAndNumberField;
}
set
{
this.iSMCompanyStreetAndNumberField = value;
}
}
///
public string ISMCompanyPostalCode
{
get
{
return this.iSMCompanyPostalCodeField;
}
set
{
this.iSMCompanyPostalCodeField = value;
}
}
///
public string ISMCompanyCity
{
get
{
return this.iSMCompanyCityField;
}
set
{
this.iSMCompanyCityField = value;
}
}
///
public string ISMCompanyCountry
{
get
{
return this.iSMCompanyCountryField;
}
set
{
this.iSMCompanyCountryField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootTIEFA
{
private ReportingParty reportingPartyField;
private float draughtUponArrival_DMTField;
///
public ReportingParty ReportingParty
{
get
{
return this.reportingPartyField;
}
set
{
this.reportingPartyField = value;
}
}
///
public float DraughtUponArrival_DMT
{
get
{
return this.draughtUponArrival_DMTField;
}
set
{
this.draughtUponArrival_DMTField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootTIEFD
{
private ReportingParty reportingPartyField;
private float draughtUponDeparture_DMTField;
///
public ReportingParty ReportingParty
{
get
{
return this.reportingPartyField;
}
set
{
this.reportingPartyField = value;
}
}
///
public float DraughtUponDeparture_DMT
{
get
{
return this.draughtUponDeparture_DMTField;
}
set
{
this.draughtUponDeparture_DMTField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootTOWA
{
private ReportingParty reportingPartyField;
private RootTOWATowageOnArrival[] towageOnArrivalField;
///
public ReportingParty ReportingParty
{
get
{
return this.reportingPartyField;
}
set
{
this.reportingPartyField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("TowageOnArrival")]
public RootTOWATowageOnArrival[] TowageOnArrival
{
get
{
return this.towageOnArrivalField;
}
set
{
this.towageOnArrivalField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootTOWATowageOnArrival
{
private string towageOnArrivalNameField;
private string towageOnArrivalFlagField;
private RootTOWATowageOnArrivalTowageOnArrivalOperator towageOnArrivalOperatorField;
private int towageOnArrivalGrossTonnageField;
private float towageOnArrivalLengthOverall_MTRField;
private float towageOnArrivalBeam_MTRField;
private string towageOnArrivalPurposeOfCallField;
private float towageOnArrivalDraught_DMTField;
private string towageOnArrivalRemarksField;
///
public string TowageOnArrivalName
{
get
{
return this.towageOnArrivalNameField;
}
set
{
this.towageOnArrivalNameField = value;
}
}
///
public string TowageOnArrivalFlag
{
get
{
return this.towageOnArrivalFlagField;
}
set
{
this.towageOnArrivalFlagField = value;
}
}
///
public RootTOWATowageOnArrivalTowageOnArrivalOperator TowageOnArrivalOperator
{
get
{
return this.towageOnArrivalOperatorField;
}
set
{
this.towageOnArrivalOperatorField = value;
}
}
///
public int TowageOnArrivalGrossTonnage
{
get
{
return this.towageOnArrivalGrossTonnageField;
}
set
{
this.towageOnArrivalGrossTonnageField = value;
}
}
///
public float TowageOnArrivalLengthOverall_MTR
{
get
{
return this.towageOnArrivalLengthOverall_MTRField;
}
set
{
this.towageOnArrivalLengthOverall_MTRField = value;
}
}
///
public float TowageOnArrivalBeam_MTR
{
get
{
return this.towageOnArrivalBeam_MTRField;
}
set
{
this.towageOnArrivalBeam_MTRField = value;
}
}
///
public string TowageOnArrivalPurposeOfCall
{
get
{
return this.towageOnArrivalPurposeOfCallField;
}
set
{
this.towageOnArrivalPurposeOfCallField = value;
}
}
///
public float TowageOnArrivalDraught_DMT
{
get
{
return this.towageOnArrivalDraught_DMTField;
}
set
{
this.towageOnArrivalDraught_DMTField = value;
}
}
///
public string TowageOnArrivalRemarks
{
get
{
return this.towageOnArrivalRemarksField;
}
set
{
this.towageOnArrivalRemarksField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootTOWATowageOnArrivalTowageOnArrivalOperator
{
private string towageOnArrivalOperatorCompanyNameField;
private string towageOnArrivalOperatorStreetAndNumberField;
private string towageOnArrivalOperatorPostalCodeField;
private string towageOnArrivalOperatorCityField;
private string towageOnArrivalOperatorCountryField;
private string towageOnArrivalOperatorPhoneField;
private string towageOnArrivalOperatorFaxField;
private string towageOnArrivalOperatorEMailField;
///
public string TowageOnArrivalOperatorCompanyName
{
get
{
return this.towageOnArrivalOperatorCompanyNameField;
}
set
{
this.towageOnArrivalOperatorCompanyNameField = value;
}
}
///
public string TowageOnArrivalOperatorStreetAndNumber
{
get
{
return this.towageOnArrivalOperatorStreetAndNumberField;
}
set
{
this.towageOnArrivalOperatorStreetAndNumberField = value;
}
}
///
public string TowageOnArrivalOperatorPostalCode
{
get
{
return this.towageOnArrivalOperatorPostalCodeField;
}
set
{
this.towageOnArrivalOperatorPostalCodeField = value;
}
}
///
public string TowageOnArrivalOperatorCity
{
get
{
return this.towageOnArrivalOperatorCityField;
}
set
{
this.towageOnArrivalOperatorCityField = value;
}
}
///
public string TowageOnArrivalOperatorCountry
{
get
{
return this.towageOnArrivalOperatorCountryField;
}
set
{
this.towageOnArrivalOperatorCountryField = value;
}
}
///
public string TowageOnArrivalOperatorPhone
{
get
{
return this.towageOnArrivalOperatorPhoneField;
}
set
{
this.towageOnArrivalOperatorPhoneField = value;
}
}
///
public string TowageOnArrivalOperatorFax
{
get
{
return this.towageOnArrivalOperatorFaxField;
}
set
{
this.towageOnArrivalOperatorFaxField = value;
}
}
///
public string TowageOnArrivalOperatorEMail
{
get
{
return this.towageOnArrivalOperatorEMailField;
}
set
{
this.towageOnArrivalOperatorEMailField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootTOWD
{
private ReportingParty reportingPartyField;
private RootTOWDTowageOnDeparture[] towageOnDepartureField;
///
public ReportingParty ReportingParty
{
get
{
return this.reportingPartyField;
}
set
{
this.reportingPartyField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("TowageOnDeparture")]
public RootTOWDTowageOnDeparture[] TowageOnDeparture
{
get
{
return this.towageOnDepartureField;
}
set
{
this.towageOnDepartureField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootTOWDTowageOnDeparture
{
private string towageOnDepartureNameField;
private string towageOnDepartureFlagField;
private RootTOWDTowageOnDepartureTowageOnDepartureOperator towageOnDepartureOperatorField;
private float towageOnDepartureLengthOverall_MTRField;
private bool towageOnDepartureLengthOverall_MTRFieldSpecified;
private float towageOnDepartureBeam_MTRField;
private bool towageOnDepartureBeam_MTRFieldSpecified;
private float towageOnDepartureDraught_DMTField;
private string towageOnDepartureRemarksField;
///
public string TowageOnDepartureName
{
get
{
return this.towageOnDepartureNameField;
}
set
{
this.towageOnDepartureNameField = value;
}
}
///
public string TowageOnDepartureFlag
{
get
{
return this.towageOnDepartureFlagField;
}
set
{
this.towageOnDepartureFlagField = value;
}
}
///
public RootTOWDTowageOnDepartureTowageOnDepartureOperator TowageOnDepartureOperator
{
get
{
return this.towageOnDepartureOperatorField;
}
set
{
this.towageOnDepartureOperatorField = value;
}
}
///
public float TowageOnDepartureLengthOverall_MTR
{
get
{
return this.towageOnDepartureLengthOverall_MTRField;
}
set
{
this.towageOnDepartureLengthOverall_MTRField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool TowageOnDepartureLengthOverall_MTRSpecified
{
get
{
return this.towageOnDepartureLengthOverall_MTRFieldSpecified;
}
set
{
this.towageOnDepartureLengthOverall_MTRFieldSpecified = value;
}
}
///
public float TowageOnDepartureBeam_MTR
{
get
{
return this.towageOnDepartureBeam_MTRField;
}
set
{
this.towageOnDepartureBeam_MTRField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool TowageOnDepartureBeam_MTRSpecified
{
get
{
return this.towageOnDepartureBeam_MTRFieldSpecified;
}
set
{
this.towageOnDepartureBeam_MTRFieldSpecified = value;
}
}
///
public float TowageOnDepartureDraught_DMT
{
get
{
return this.towageOnDepartureDraught_DMTField;
}
set
{
this.towageOnDepartureDraught_DMTField = value;
}
}
///
public string TowageOnDepartureRemarks
{
get
{
return this.towageOnDepartureRemarksField;
}
set
{
this.towageOnDepartureRemarksField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootTOWDTowageOnDepartureTowageOnDepartureOperator
{
private string towageOnDepartureOperatorCompanyNameField;
private string towageOnDepartureOperatorStreetAndNumberField;
private string towageOnDepartureOperatorPostalCodeField;
private string towageOnDepartureOperatorCityField;
private string towageOnDepartureOperatorCountryField;
private string towageOnDepartureOperatorPhoneField;
private string towageOnDepartureOperatorFaxField;
private string towageOnDepartureOperatorEMailField;
///
public string TowageOnDepartureOperatorCompanyName
{
get
{
return this.towageOnDepartureOperatorCompanyNameField;
}
set
{
this.towageOnDepartureOperatorCompanyNameField = value;
}
}
///
public string TowageOnDepartureOperatorStreetAndNumber
{
get
{
return this.towageOnDepartureOperatorStreetAndNumberField;
}
set
{
this.towageOnDepartureOperatorStreetAndNumberField = value;
}
}
///
public string TowageOnDepartureOperatorPostalCode
{
get
{
return this.towageOnDepartureOperatorPostalCodeField;
}
set
{
this.towageOnDepartureOperatorPostalCodeField = value;
}
}
///
public string TowageOnDepartureOperatorCity
{
get
{
return this.towageOnDepartureOperatorCityField;
}
set
{
this.towageOnDepartureOperatorCityField = value;
}
}
///
public string TowageOnDepartureOperatorCountry
{
get
{
return this.towageOnDepartureOperatorCountryField;
}
set
{
this.towageOnDepartureOperatorCountryField = value;
}
}
///
public string TowageOnDepartureOperatorPhone
{
get
{
return this.towageOnDepartureOperatorPhoneField;
}
set
{
this.towageOnDepartureOperatorPhoneField = value;
}
}
///
public string TowageOnDepartureOperatorFax
{
get
{
return this.towageOnDepartureOperatorFaxField;
}
set
{
this.towageOnDepartureOperatorFaxField = value;
}
}
///
public string TowageOnDepartureOperatorEMail
{
get
{
return this.towageOnDepartureOperatorEMailField;
}
set
{
this.towageOnDepartureOperatorEMailField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootWAS
{
private ReportingParty reportingPartyField;
private object[] itemsField;
private ItemsChoiceType3[] itemsElementNameField;
///
public ReportingParty ReportingParty
{
get
{
return this.reportingPartyField;
}
set
{
this.reportingPartyField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("ConfirmationOfCorrectness", typeof(RootWASConfirmationOfCorrectness))]
[System.Xml.Serialization.XmlElementAttribute("LastWasteDisposalDate", typeof(System.DateTime), DataType = "date")]
[System.Xml.Serialization.XmlElementAttribute("LastWasteDisposalPort", typeof(string))]
[System.Xml.Serialization.XmlElementAttribute("Waste", typeof(RootWASWaste))]
[System.Xml.Serialization.XmlElementAttribute("WasteDisposalDelivery", typeof(RootWASWasteDisposalDelivery))]
[System.Xml.Serialization.XmlElementAttribute("WasteDisposalServiceProviderName", typeof(string))]
[System.Xml.Serialization.XmlElementAttribute("WasteDisposalValidExemption", typeof(RootWASWasteDisposalValidExemption))]
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
public object[] Items
{
get
{
return this.itemsField;
}
set
{
this.itemsField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("ItemsElementName")]
[System.Xml.Serialization.XmlIgnoreAttribute()]
public ItemsChoiceType3[] ItemsElementName
{
get
{
return this.itemsElementNameField;
}
set
{
this.itemsElementNameField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootWASConfirmationOfCorrectness
{
///
Y,
///
N,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootWASWaste
{
private RootWASWasteWasteType wasteTypeField;
private string wasteDescriptionField;
private float wasteDisposalAmount_MTQField;
private RootWASWasteWasteDetails wasteDetailsField;
///
public RootWASWasteWasteType WasteType
{
get
{
return this.wasteTypeField;
}
set
{
this.wasteTypeField = value;
}
}
///
public string WasteDescription
{
get
{
return this.wasteDescriptionField;
}
set
{
this.wasteDescriptionField = value;
}
}
///
public float WasteDisposalAmount_MTQ
{
get
{
return this.wasteDisposalAmount_MTQField;
}
set
{
this.wasteDisposalAmount_MTQField = value;
}
}
///
public RootWASWasteWasteDetails WasteDetails
{
get
{
return this.wasteDetailsField;
}
set
{
this.wasteDetailsField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootWASWasteWasteType
{
///
[System.Xml.Serialization.XmlEnumAttribute("1_WASTE_OILS-SLUDGE")]
Item1_WASTE_OILSSLUDGE,
///
[System.Xml.Serialization.XmlEnumAttribute("2_WASTE_OILS-BILGE_WATER")]
Item2_WASTE_OILSBILGE_WATER,
///
[System.Xml.Serialization.XmlEnumAttribute("3_WASTE_OILS-OTHERS")]
Item3_WASTE_OILSOTHERS,
///
[System.Xml.Serialization.XmlEnumAttribute("4_GARBAGE-FOOD_WASTE")]
Item4_GARBAGEFOOD_WASTE,
///
[System.Xml.Serialization.XmlEnumAttribute("5_GARBAGE-PLASTIC")]
Item5_GARBAGEPLASTIC,
///
[System.Xml.Serialization.XmlEnumAttribute("6_GARBAGE-OTHER")]
Item6_GARBAGEOTHER,
///
[System.Xml.Serialization.XmlEnumAttribute("7_SEWAGE")]
Item7_SEWAGE,
///
[System.Xml.Serialization.XmlEnumAttribute("8_CARGO-ASSOCIATED_WASTE")]
Item8_CARGOASSOCIATED_WASTE,
///
[System.Xml.Serialization.XmlEnumAttribute("9_CARGO-RESIDUES")]
Item9_CARGORESIDUES,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootWASWasteWasteDetails
{
private float wasteCapacity_MTQField;
private float wasteAmountRetained_MTQField;
private string wasteDisposalPortField;
private float wasteAmountGeneratedTillNextPort_MTQField;
///
public float WasteCapacity_MTQ
{
get
{
return this.wasteCapacity_MTQField;
}
set
{
this.wasteCapacity_MTQField = value;
}
}
///
public float WasteAmountRetained_MTQ
{
get
{
return this.wasteAmountRetained_MTQField;
}
set
{
this.wasteAmountRetained_MTQField = value;
}
}
///
public string WasteDisposalPort
{
get
{
return this.wasteDisposalPortField;
}
set
{
this.wasteDisposalPortField = value;
}
}
///
public float WasteAmountGeneratedTillNextPort_MTQ
{
get
{
return this.wasteAmountGeneratedTillNextPort_MTQField;
}
set
{
this.wasteAmountGeneratedTillNextPort_MTQField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootWASWasteDisposalDelivery
{
///
ALL,
///
SOME,
///
NONE,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public enum RootWASWasteDisposalValidExemption
{
///
Y,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema = false)]
public enum ItemsChoiceType3
{
///
ConfirmationOfCorrectness,
///
LastWasteDisposalDate,
///
LastWasteDisposalPort,
///
Waste,
///
WasteDisposalDelivery,
///
WasteDisposalServiceProviderName,
///
WasteDisposalValidExemption,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
public partial class RootViolation
{
private int violationCodeField;
private string violationTextField;
///
public int ViolationCode
{
get
{
return this.violationCodeField;
}
set
{
this.violationCodeField = value;
}
}
///
public string ViolationText
{
get
{
return this.violationTextField;
}
set
{
this.violationTextField = value;
}
}
}
}