6622 lines
201 KiB
C#
6622 lines
201 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// Dieser Code wurde von einem Tool generiert.
|
|
// Laufzeitversion:4.0.30319.42000
|
|
//
|
|
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
|
// der Code erneut generiert wird.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
using System.Xml.Serialization;
|
|
|
|
//
|
|
// Dieser Quellcode wurde automatisch generiert von xsd, Version=4.8.3928.0.
|
|
//
|
|
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlRootAttribute(Namespace="", IsNullable=false)]
|
|
public partial class nsw {
|
|
|
|
private conveyance conveyanceField;
|
|
|
|
private string xml_versionField;
|
|
|
|
private string protect_versionField;
|
|
|
|
private System.DateTime date_registrationField;
|
|
|
|
private string message_senderField;
|
|
|
|
private string message_recipientField;
|
|
|
|
private string document_referenceField;
|
|
|
|
public nsw() {
|
|
this.xml_versionField = "HIS-NORD NSW_V1-0";
|
|
this.protect_versionField = "PROTE11";
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public conveyance conveyance {
|
|
get {
|
|
return this.conveyanceField;
|
|
}
|
|
set {
|
|
this.conveyanceField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string xml_version {
|
|
get {
|
|
return this.xml_versionField;
|
|
}
|
|
set {
|
|
this.xml_versionField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string protect_version {
|
|
get {
|
|
return this.protect_versionField;
|
|
}
|
|
set {
|
|
this.protect_versionField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public System.DateTime date_registration {
|
|
get {
|
|
return this.date_registrationField;
|
|
}
|
|
set {
|
|
this.date_registrationField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string message_sender {
|
|
get {
|
|
return this.message_senderField;
|
|
}
|
|
set {
|
|
this.message_senderField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string message_recipient {
|
|
get {
|
|
return this.message_recipientField;
|
|
}
|
|
set {
|
|
this.message_recipientField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string document_reference {
|
|
get {
|
|
return this.document_referenceField;
|
|
}
|
|
set {
|
|
this.document_referenceField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class conveyance {
|
|
|
|
private string codeField;
|
|
|
|
private object[] itemsField;
|
|
|
|
private ItemsChoiceType[] itemsElementNameField;
|
|
|
|
private broker_owner owner_senderField;
|
|
|
|
private object[] items1Field;
|
|
|
|
private Items1ChoiceType[] items1ElementNameField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string code {
|
|
get {
|
|
return this.codeField;
|
|
}
|
|
set {
|
|
this.codeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("ENINumber", typeof(string), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("ETAPortOfCall", typeof(System.DateTime), Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="date")]
|
|
[System.Xml.Serialization.XmlElementAttribute("IMONumber", typeof(string), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("PortOfCall", typeof(string), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("TransitId", typeof(string), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("VisitId", typeof(string), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("name", typeof(string), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
|
|
public object[] Items {
|
|
get {
|
|
return this.itemsField;
|
|
}
|
|
set {
|
|
this.itemsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("ItemsElementName")]
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public ItemsChoiceType[] ItemsElementName {
|
|
get {
|
|
return this.itemsElementNameField;
|
|
}
|
|
set {
|
|
this.itemsElementNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public broker_owner owner_sender {
|
|
get {
|
|
return this.owner_senderField;
|
|
}
|
|
set {
|
|
this.owner_senderField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("AGNT", typeof(agnt), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("ATA", typeof(System.DateTime), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("ATD", typeof(System.DateTime), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("BKRA", typeof(bkra), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("BKRD", typeof(bkrd), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("BPOL", typeof(bpol), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("CREW", typeof(crew), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("CREWA", typeof(crewtype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("CREWD", typeof(crewtype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("HAZA", typeof(haza), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("HAZD", typeof(hazd), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("INFO", typeof(info), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("LADG", typeof(generalcargo), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("MDH", typeof(mdh), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("NOANOD", typeof(noanod), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("NameOfMaster", typeof(string), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("PAS", typeof(pas), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("PASA", typeof(pastype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("PASD", typeof(pastype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("POBA", typeof(poba), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("POBD", typeof(pobd), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("PRE72H", typeof(pre72), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_AGNT", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_ATA", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_ATD", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_BKRA", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_BKRD", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_BPOL", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_CREW", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_CREWA", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_CREWD", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_HAZA", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_HAZD", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_INFO", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_LADG", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_MDH", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_NOANOD", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_NameOfMaster", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_PAS", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_PASA", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_PASD", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_POBA", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_POBD", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_PRE72H", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_SEC", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_SERV", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_STAT", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_TIEFA", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_TIEFD", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_TOWA", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_TOWD", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_WAS", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("RESET_WAS_RCPT", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("SEC", typeof(sec), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("SERV", typeof(serv), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("STAT", typeof(vesseltype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("STORNO", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("TIEFA", typeof(decimal), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("TIEFD", typeof(decimal), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("TOWA", typeof(towa), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("TOWD", typeof(towd), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("WAS", typeof(was), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("WAS_RCPT", typeof(was_rcpt), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("Items1ElementName")]
|
|
public object[] Items1 {
|
|
get {
|
|
return this.items1Field;
|
|
}
|
|
set {
|
|
this.items1Field = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("Items1ElementName")]
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public Items1ChoiceType[] Items1ElementName {
|
|
get {
|
|
return this.items1ElementNameField;
|
|
}
|
|
set {
|
|
this.items1ElementNameField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema=false)]
|
|
public enum ItemsChoiceType {
|
|
|
|
/// <remarks/>
|
|
ENINumber,
|
|
|
|
/// <remarks/>
|
|
ETAPortOfCall,
|
|
|
|
/// <remarks/>
|
|
IMONumber,
|
|
|
|
/// <remarks/>
|
|
PortOfCall,
|
|
|
|
/// <remarks/>
|
|
TransitId,
|
|
|
|
/// <remarks/>
|
|
VisitId,
|
|
|
|
/// <remarks/>
|
|
name,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class broker_owner {
|
|
|
|
private string name_shortField;
|
|
|
|
private string name_longField;
|
|
|
|
private addresstype addressField;
|
|
|
|
private contacts contactField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string name_short {
|
|
get {
|
|
return this.name_shortField;
|
|
}
|
|
set {
|
|
this.name_shortField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string name_long {
|
|
get {
|
|
return this.name_longField;
|
|
}
|
|
set {
|
|
this.name_longField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public addresstype address {
|
|
get {
|
|
return this.addressField;
|
|
}
|
|
set {
|
|
this.addressField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public contacts contact {
|
|
get {
|
|
return this.contactField;
|
|
}
|
|
set {
|
|
this.contactField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(TypeName="address-type")]
|
|
public partial class addresstype {
|
|
|
|
private string streetNumberField;
|
|
|
|
private string placeField;
|
|
|
|
private string postCodeField;
|
|
|
|
private string locodeField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string StreetNumber {
|
|
get {
|
|
return this.streetNumberField;
|
|
}
|
|
set {
|
|
this.streetNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string Place {
|
|
get {
|
|
return this.placeField;
|
|
}
|
|
set {
|
|
this.placeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PostCode {
|
|
get {
|
|
return this.postCodeField;
|
|
}
|
|
set {
|
|
this.postCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string Locode {
|
|
get {
|
|
return this.locodeField;
|
|
}
|
|
set {
|
|
this.locodeField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class agnt {
|
|
|
|
private string agentCompanyNameField;
|
|
|
|
private string agentStreetAndNumberField;
|
|
|
|
private string agentPostalCodeField;
|
|
|
|
private string agentCityField;
|
|
|
|
private string agentCountryField;
|
|
|
|
private string agentLastNameField;
|
|
|
|
private string agentFirstNameField;
|
|
|
|
private string agentPhoneField;
|
|
|
|
private string agentFaxField;
|
|
|
|
private string agentEMailField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string AgentCompanyName {
|
|
get {
|
|
return this.agentCompanyNameField;
|
|
}
|
|
set {
|
|
this.agentCompanyNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string AgentStreetAndNumber {
|
|
get {
|
|
return this.agentStreetAndNumberField;
|
|
}
|
|
set {
|
|
this.agentStreetAndNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string AgentPostalCode {
|
|
get {
|
|
return this.agentPostalCodeField;
|
|
}
|
|
set {
|
|
this.agentPostalCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string AgentCity {
|
|
get {
|
|
return this.agentCityField;
|
|
}
|
|
set {
|
|
this.agentCityField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string AgentCountry {
|
|
get {
|
|
return this.agentCountryField;
|
|
}
|
|
set {
|
|
this.agentCountryField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string AgentLastName {
|
|
get {
|
|
return this.agentLastNameField;
|
|
}
|
|
set {
|
|
this.agentLastNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string AgentFirstName {
|
|
get {
|
|
return this.agentFirstNameField;
|
|
}
|
|
set {
|
|
this.agentFirstNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string AgentPhone {
|
|
get {
|
|
return this.agentPhoneField;
|
|
}
|
|
set {
|
|
this.agentPhoneField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string AgentFax {
|
|
get {
|
|
return this.agentFaxField;
|
|
}
|
|
set {
|
|
this.agentFaxField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string AgentEMail {
|
|
get {
|
|
return this.agentEMailField;
|
|
}
|
|
set {
|
|
this.agentEMailField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class towd {
|
|
|
|
private departure[] towageOnDepartureField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("TowageOnDeparture", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public departure[] TowageOnDeparture {
|
|
get {
|
|
return this.towageOnDepartureField;
|
|
}
|
|
set {
|
|
this.towageOnDepartureField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class departure {
|
|
|
|
private string towageOnDepartureNameField;
|
|
|
|
private string towageOnDepartureFlagField;
|
|
|
|
private departureoperator towageOnDepartureOperatorField;
|
|
|
|
private decimal towageOnDepartureDraught_DMTField;
|
|
|
|
private decimal towageOnDepartureLengthOverall_MTRField;
|
|
|
|
private bool towageOnDepartureLengthOverall_MTRFieldSpecified;
|
|
|
|
private decimal towageOnDepartureBeam_MTRField;
|
|
|
|
private bool towageOnDepartureBeam_MTRFieldSpecified;
|
|
|
|
private string towageOnDepartureRemarksField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string TowageOnDepartureName {
|
|
get {
|
|
return this.towageOnDepartureNameField;
|
|
}
|
|
set {
|
|
this.towageOnDepartureNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string TowageOnDepartureFlag {
|
|
get {
|
|
return this.towageOnDepartureFlagField;
|
|
}
|
|
set {
|
|
this.towageOnDepartureFlagField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public departureoperator TowageOnDepartureOperator {
|
|
get {
|
|
return this.towageOnDepartureOperatorField;
|
|
}
|
|
set {
|
|
this.towageOnDepartureOperatorField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public decimal TowageOnDepartureDraught_DMT {
|
|
get {
|
|
return this.towageOnDepartureDraught_DMTField;
|
|
}
|
|
set {
|
|
this.towageOnDepartureDraught_DMTField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public decimal TowageOnDepartureLengthOverall_MTR {
|
|
get {
|
|
return this.towageOnDepartureLengthOverall_MTRField;
|
|
}
|
|
set {
|
|
this.towageOnDepartureLengthOverall_MTRField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool TowageOnDepartureLengthOverall_MTRSpecified {
|
|
get {
|
|
return this.towageOnDepartureLengthOverall_MTRFieldSpecified;
|
|
}
|
|
set {
|
|
this.towageOnDepartureLengthOverall_MTRFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public decimal TowageOnDepartureBeam_MTR {
|
|
get {
|
|
return this.towageOnDepartureBeam_MTRField;
|
|
}
|
|
set {
|
|
this.towageOnDepartureBeam_MTRField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool TowageOnDepartureBeam_MTRSpecified {
|
|
get {
|
|
return this.towageOnDepartureBeam_MTRFieldSpecified;
|
|
}
|
|
set {
|
|
this.towageOnDepartureBeam_MTRFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string TowageOnDepartureRemarks {
|
|
get {
|
|
return this.towageOnDepartureRemarksField;
|
|
}
|
|
set {
|
|
this.towageOnDepartureRemarksField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class departureoperator {
|
|
|
|
private string towageOnDepartureOperatorCompanyNameField;
|
|
|
|
private string towageOnDepartureOperatorStreetAndNumberField;
|
|
|
|
private string towageOnDepartureOperatorPostalCodeField;
|
|
|
|
private string towageOnDepartureOperatorCityField;
|
|
|
|
private string towageOnDepartureOperatorCountryField;
|
|
|
|
private string towageOnDepartureOperatorPhoneField;
|
|
|
|
private string towageOnDepartureOperatorFaxField;
|
|
|
|
private string towageOnDepartureOperatorEMailField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string TowageOnDepartureOperatorCompanyName {
|
|
get {
|
|
return this.towageOnDepartureOperatorCompanyNameField;
|
|
}
|
|
set {
|
|
this.towageOnDepartureOperatorCompanyNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string TowageOnDepartureOperatorStreetAndNumber {
|
|
get {
|
|
return this.towageOnDepartureOperatorStreetAndNumberField;
|
|
}
|
|
set {
|
|
this.towageOnDepartureOperatorStreetAndNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string TowageOnDepartureOperatorPostalCode {
|
|
get {
|
|
return this.towageOnDepartureOperatorPostalCodeField;
|
|
}
|
|
set {
|
|
this.towageOnDepartureOperatorPostalCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string TowageOnDepartureOperatorCity {
|
|
get {
|
|
return this.towageOnDepartureOperatorCityField;
|
|
}
|
|
set {
|
|
this.towageOnDepartureOperatorCityField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string TowageOnDepartureOperatorCountry {
|
|
get {
|
|
return this.towageOnDepartureOperatorCountryField;
|
|
}
|
|
set {
|
|
this.towageOnDepartureOperatorCountryField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string TowageOnDepartureOperatorPhone {
|
|
get {
|
|
return this.towageOnDepartureOperatorPhoneField;
|
|
}
|
|
set {
|
|
this.towageOnDepartureOperatorPhoneField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string TowageOnDepartureOperatorFax {
|
|
get {
|
|
return this.towageOnDepartureOperatorFaxField;
|
|
}
|
|
set {
|
|
this.towageOnDepartureOperatorFaxField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string TowageOnDepartureOperatorEMail {
|
|
get {
|
|
return this.towageOnDepartureOperatorEMailField;
|
|
}
|
|
set {
|
|
this.towageOnDepartureOperatorEMailField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class towa {
|
|
|
|
private arrival[] towageOnArrivalField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("TowageOnArrival", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public arrival[] TowageOnArrival {
|
|
get {
|
|
return this.towageOnArrivalField;
|
|
}
|
|
set {
|
|
this.towageOnArrivalField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class arrival {
|
|
|
|
private string towageOnArrivalNameField;
|
|
|
|
private string towageOnArrivalFlagField;
|
|
|
|
private arrivaloperator towageOnArrivalOperatorField;
|
|
|
|
private string towageOnArrivalGrossTonnageField;
|
|
|
|
private decimal towageOnArrivalLengthOverall_MTRField;
|
|
|
|
private decimal towageOnArrivalBeam_MTRField;
|
|
|
|
private string towageOnArrivalPurposeOfCallField;
|
|
|
|
private decimal towageOnArrivalDraught_DMTField;
|
|
|
|
private string towageOnArrivalRemarksField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string TowageOnArrivalName {
|
|
get {
|
|
return this.towageOnArrivalNameField;
|
|
}
|
|
set {
|
|
this.towageOnArrivalNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string TowageOnArrivalFlag {
|
|
get {
|
|
return this.towageOnArrivalFlagField;
|
|
}
|
|
set {
|
|
this.towageOnArrivalFlagField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public arrivaloperator TowageOnArrivalOperator {
|
|
get {
|
|
return this.towageOnArrivalOperatorField;
|
|
}
|
|
set {
|
|
this.towageOnArrivalOperatorField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="positiveInteger")]
|
|
public string TowageOnArrivalGrossTonnage {
|
|
get {
|
|
return this.towageOnArrivalGrossTonnageField;
|
|
}
|
|
set {
|
|
this.towageOnArrivalGrossTonnageField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public decimal TowageOnArrivalLengthOverall_MTR {
|
|
get {
|
|
return this.towageOnArrivalLengthOverall_MTRField;
|
|
}
|
|
set {
|
|
this.towageOnArrivalLengthOverall_MTRField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public decimal TowageOnArrivalBeam_MTR {
|
|
get {
|
|
return this.towageOnArrivalBeam_MTRField;
|
|
}
|
|
set {
|
|
this.towageOnArrivalBeam_MTRField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string TowageOnArrivalPurposeOfCall {
|
|
get {
|
|
return this.towageOnArrivalPurposeOfCallField;
|
|
}
|
|
set {
|
|
this.towageOnArrivalPurposeOfCallField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public decimal TowageOnArrivalDraught_DMT {
|
|
get {
|
|
return this.towageOnArrivalDraught_DMTField;
|
|
}
|
|
set {
|
|
this.towageOnArrivalDraught_DMTField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string TowageOnArrivalRemarks {
|
|
get {
|
|
return this.towageOnArrivalRemarksField;
|
|
}
|
|
set {
|
|
this.towageOnArrivalRemarksField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class arrivaloperator {
|
|
|
|
private string towageOnArrivalOperatorCompanyNameField;
|
|
|
|
private string towageOnArrivalOperatorStreetAndNumberField;
|
|
|
|
private string towageOnArrivalOperatorPostalCodeField;
|
|
|
|
private string towageOnArrivalOperatorCityField;
|
|
|
|
private string towageOnArrivalOperatorCountryField;
|
|
|
|
private string towageOnArrivalOperatorPhoneField;
|
|
|
|
private string towageOnArrivalOperatorFaxField;
|
|
|
|
private string towageOnArrivalOperatorEMailField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string TowageOnArrivalOperatorCompanyName {
|
|
get {
|
|
return this.towageOnArrivalOperatorCompanyNameField;
|
|
}
|
|
set {
|
|
this.towageOnArrivalOperatorCompanyNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string TowageOnArrivalOperatorStreetAndNumber {
|
|
get {
|
|
return this.towageOnArrivalOperatorStreetAndNumberField;
|
|
}
|
|
set {
|
|
this.towageOnArrivalOperatorStreetAndNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string TowageOnArrivalOperatorPostalCode {
|
|
get {
|
|
return this.towageOnArrivalOperatorPostalCodeField;
|
|
}
|
|
set {
|
|
this.towageOnArrivalOperatorPostalCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string TowageOnArrivalOperatorCity {
|
|
get {
|
|
return this.towageOnArrivalOperatorCityField;
|
|
}
|
|
set {
|
|
this.towageOnArrivalOperatorCityField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string TowageOnArrivalOperatorCountry {
|
|
get {
|
|
return this.towageOnArrivalOperatorCountryField;
|
|
}
|
|
set {
|
|
this.towageOnArrivalOperatorCountryField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string TowageOnArrivalOperatorPhone {
|
|
get {
|
|
return this.towageOnArrivalOperatorPhoneField;
|
|
}
|
|
set {
|
|
this.towageOnArrivalOperatorPhoneField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string TowageOnArrivalOperatorFax {
|
|
get {
|
|
return this.towageOnArrivalOperatorFaxField;
|
|
}
|
|
set {
|
|
this.towageOnArrivalOperatorFaxField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string TowageOnArrivalOperatorEMail {
|
|
get {
|
|
return this.towageOnArrivalOperatorEMailField;
|
|
}
|
|
set {
|
|
this.towageOnArrivalOperatorEMailField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(TypeName="crew-type")]
|
|
public partial class crewtype {
|
|
|
|
private yorntype notificationSchengenField;
|
|
|
|
private yorntype notificationPAXField;
|
|
|
|
private crewtypeCrewMember[] crewMemberField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public yorntype NotificationSchengen {
|
|
get {
|
|
return this.notificationSchengenField;
|
|
}
|
|
set {
|
|
this.notificationSchengenField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public yorntype NotificationPAX {
|
|
get {
|
|
return this.notificationPAXField;
|
|
}
|
|
set {
|
|
this.notificationPAXField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("CrewMember", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public crewtypeCrewMember[] CrewMember {
|
|
get {
|
|
return this.crewMemberField;
|
|
}
|
|
set {
|
|
this.crewMemberField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(TypeName="yorn-type")]
|
|
public enum yorntype {
|
|
|
|
/// <remarks/>
|
|
Y,
|
|
|
|
/// <remarks/>
|
|
N,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class crewtypeCrewMember {
|
|
|
|
private string firstNameField;
|
|
|
|
private string lastNameField;
|
|
|
|
private string placeOfBirthField;
|
|
|
|
private string countryOfBirthField;
|
|
|
|
private System.DateTime dateOfBirthField;
|
|
|
|
private GenderType genderField;
|
|
|
|
private string nationalityField;
|
|
|
|
private string dutyOnBoardField;
|
|
|
|
private crewtypeCrewMemberDetailsSchengen detailsSchengenField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string FirstName {
|
|
get {
|
|
return this.firstNameField;
|
|
}
|
|
set {
|
|
this.firstNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string LastName {
|
|
get {
|
|
return this.lastNameField;
|
|
}
|
|
set {
|
|
this.lastNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PlaceOfBirth {
|
|
get {
|
|
return this.placeOfBirthField;
|
|
}
|
|
set {
|
|
this.placeOfBirthField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string CountryOfBirth {
|
|
get {
|
|
return this.countryOfBirthField;
|
|
}
|
|
set {
|
|
this.countryOfBirthField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="date")]
|
|
public System.DateTime DateOfBirth {
|
|
get {
|
|
return this.dateOfBirthField;
|
|
}
|
|
set {
|
|
this.dateOfBirthField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public GenderType Gender {
|
|
get {
|
|
return this.genderField;
|
|
}
|
|
set {
|
|
this.genderField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string Nationality {
|
|
get {
|
|
return this.nationalityField;
|
|
}
|
|
set {
|
|
this.nationalityField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string DutyOnBoard {
|
|
get {
|
|
return this.dutyOnBoardField;
|
|
}
|
|
set {
|
|
this.dutyOnBoardField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public crewtypeCrewMemberDetailsSchengen DetailsSchengen {
|
|
get {
|
|
return this.detailsSchengenField;
|
|
}
|
|
set {
|
|
this.detailsSchengenField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
public enum GenderType {
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("0")]
|
|
Item0,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("1")]
|
|
Item1,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("2")]
|
|
Item2,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("9")]
|
|
Item9,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class crewtypeCrewMemberDetailsSchengen {
|
|
|
|
private documenttype identityDocumentTypeField;
|
|
|
|
private string identityDocumentIdField;
|
|
|
|
private string identityDocumentIssuingStateField;
|
|
|
|
private System.DateTime identityDocumentExpiryDateField;
|
|
|
|
private string visaNumberField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public documenttype IdentityDocumentType {
|
|
get {
|
|
return this.identityDocumentTypeField;
|
|
}
|
|
set {
|
|
this.identityDocumentTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string IdentityDocumentId {
|
|
get {
|
|
return this.identityDocumentIdField;
|
|
}
|
|
set {
|
|
this.identityDocumentIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string IdentityDocumentIssuingState {
|
|
get {
|
|
return this.identityDocumentIssuingStateField;
|
|
}
|
|
set {
|
|
this.identityDocumentIssuingStateField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="date")]
|
|
public System.DateTime IdentityDocumentExpiryDate {
|
|
get {
|
|
return this.identityDocumentExpiryDateField;
|
|
}
|
|
set {
|
|
this.identityDocumentExpiryDateField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string VisaNumber {
|
|
get {
|
|
return this.visaNumberField;
|
|
}
|
|
set {
|
|
this.visaNumberField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(TypeName="document-type")]
|
|
public enum documenttype {
|
|
|
|
/// <remarks/>
|
|
IDENTITY_CARD,
|
|
|
|
/// <remarks/>
|
|
PASSPORT,
|
|
|
|
/// <remarks/>
|
|
MUSTER_BOOK,
|
|
|
|
/// <remarks/>
|
|
PICTURE_ID,
|
|
|
|
/// <remarks/>
|
|
RESIDENTAL_PERMIT,
|
|
|
|
/// <remarks/>
|
|
OTHER_LEGAL_IDENTITY_DOCUMENT,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class crew {
|
|
|
|
private crewmember[] crewMemberField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("CrewMember", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public crewmember[] CrewMember {
|
|
get {
|
|
return this.crewMemberField;
|
|
}
|
|
set {
|
|
this.crewMemberField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class crewmember {
|
|
|
|
private string crewMemberLastNameField;
|
|
|
|
private string crewMemberFirstNameField;
|
|
|
|
private string crewMemberPlaceOfBirthField;
|
|
|
|
private System.DateTime crewMemberDateOfBirthField;
|
|
|
|
private GenderType crewMemberGenderField;
|
|
|
|
private bool crewMemberGenderFieldSpecified;
|
|
|
|
private string crewMemberNationalityField;
|
|
|
|
private documenttype crewMemberIdentityDocumentTypeField;
|
|
|
|
private string crewMemberIdentityDocumentIdField;
|
|
|
|
private string crewMemberIdentityDocumentIssuingStateField;
|
|
|
|
private System.DateTime crewmemberIdentityDocumentExpiryDateField;
|
|
|
|
private string crewMemberVisaNumberField;
|
|
|
|
private string crewMemberDutyField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string CrewMemberLastName {
|
|
get {
|
|
return this.crewMemberLastNameField;
|
|
}
|
|
set {
|
|
this.crewMemberLastNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string CrewMemberFirstName {
|
|
get {
|
|
return this.crewMemberFirstNameField;
|
|
}
|
|
set {
|
|
this.crewMemberFirstNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string CrewMemberPlaceOfBirth {
|
|
get {
|
|
return this.crewMemberPlaceOfBirthField;
|
|
}
|
|
set {
|
|
this.crewMemberPlaceOfBirthField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="date")]
|
|
public System.DateTime CrewMemberDateOfBirth {
|
|
get {
|
|
return this.crewMemberDateOfBirthField;
|
|
}
|
|
set {
|
|
this.crewMemberDateOfBirthField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public GenderType CrewMemberGender {
|
|
get {
|
|
return this.crewMemberGenderField;
|
|
}
|
|
set {
|
|
this.crewMemberGenderField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool CrewMemberGenderSpecified {
|
|
get {
|
|
return this.crewMemberGenderFieldSpecified;
|
|
}
|
|
set {
|
|
this.crewMemberGenderFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string CrewMemberNationality {
|
|
get {
|
|
return this.crewMemberNationalityField;
|
|
}
|
|
set {
|
|
this.crewMemberNationalityField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public documenttype CrewMemberIdentityDocumentType {
|
|
get {
|
|
return this.crewMemberIdentityDocumentTypeField;
|
|
}
|
|
set {
|
|
this.crewMemberIdentityDocumentTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string CrewMemberIdentityDocumentId {
|
|
get {
|
|
return this.crewMemberIdentityDocumentIdField;
|
|
}
|
|
set {
|
|
this.crewMemberIdentityDocumentIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string CrewMemberIdentityDocumentIssuingState {
|
|
get {
|
|
return this.crewMemberIdentityDocumentIssuingStateField;
|
|
}
|
|
set {
|
|
this.crewMemberIdentityDocumentIssuingStateField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="date")]
|
|
public System.DateTime CrewmemberIdentityDocumentExpiryDate {
|
|
get {
|
|
return this.crewmemberIdentityDocumentExpiryDateField;
|
|
}
|
|
set {
|
|
this.crewmemberIdentityDocumentExpiryDateField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string CrewMemberVisaNumber {
|
|
get {
|
|
return this.crewMemberVisaNumberField;
|
|
}
|
|
set {
|
|
this.crewMemberVisaNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string CrewMemberDuty {
|
|
get {
|
|
return this.crewMemberDutyField;
|
|
}
|
|
set {
|
|
this.crewMemberDutyField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(TypeName="pas-type")]
|
|
public partial class pastype {
|
|
|
|
private yorntype notificationSchengenField;
|
|
|
|
private yorntype notificationPAXField;
|
|
|
|
private pastypePassenger[] passengerField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public yorntype NotificationSchengen {
|
|
get {
|
|
return this.notificationSchengenField;
|
|
}
|
|
set {
|
|
this.notificationSchengenField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public yorntype NotificationPAX {
|
|
get {
|
|
return this.notificationPAXField;
|
|
}
|
|
set {
|
|
this.notificationPAXField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("Passenger", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public pastypePassenger[] Passenger {
|
|
get {
|
|
return this.passengerField;
|
|
}
|
|
set {
|
|
this.passengerField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class pastypePassenger {
|
|
|
|
private string firstNameField;
|
|
|
|
private string lastNameField;
|
|
|
|
private string placeOfBirthField;
|
|
|
|
private string countryOfBirthField;
|
|
|
|
private System.DateTime dateOfBirthField;
|
|
|
|
private GenderType genderField;
|
|
|
|
private string nationalityField;
|
|
|
|
private pastypePassengerDetailsSchengen detailsSchengenField;
|
|
|
|
private pastypePassengerDetailsPAX detailsPAXField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string FirstName {
|
|
get {
|
|
return this.firstNameField;
|
|
}
|
|
set {
|
|
this.firstNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string LastName {
|
|
get {
|
|
return this.lastNameField;
|
|
}
|
|
set {
|
|
this.lastNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PlaceOfBirth {
|
|
get {
|
|
return this.placeOfBirthField;
|
|
}
|
|
set {
|
|
this.placeOfBirthField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string CountryOfBirth {
|
|
get {
|
|
return this.countryOfBirthField;
|
|
}
|
|
set {
|
|
this.countryOfBirthField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="date")]
|
|
public System.DateTime DateOfBirth {
|
|
get {
|
|
return this.dateOfBirthField;
|
|
}
|
|
set {
|
|
this.dateOfBirthField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public GenderType Gender {
|
|
get {
|
|
return this.genderField;
|
|
}
|
|
set {
|
|
this.genderField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string Nationality {
|
|
get {
|
|
return this.nationalityField;
|
|
}
|
|
set {
|
|
this.nationalityField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public pastypePassengerDetailsSchengen DetailsSchengen {
|
|
get {
|
|
return this.detailsSchengenField;
|
|
}
|
|
set {
|
|
this.detailsSchengenField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public pastypePassengerDetailsPAX DetailsPAX {
|
|
get {
|
|
return this.detailsPAXField;
|
|
}
|
|
set {
|
|
this.detailsPAXField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class pastypePassengerDetailsSchengen {
|
|
|
|
private documenttype identityDocumentTypeField;
|
|
|
|
private string identityDocumentIdField;
|
|
|
|
private string identityDocumentIssuingStateField;
|
|
|
|
private System.DateTime identityDocumentExpiryDateField;
|
|
|
|
private string visaNumberField;
|
|
|
|
private string portOfEmbarkationField;
|
|
|
|
private string portOfDisembarkationField;
|
|
|
|
private yorntype inTransitField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public documenttype IdentityDocumentType {
|
|
get {
|
|
return this.identityDocumentTypeField;
|
|
}
|
|
set {
|
|
this.identityDocumentTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string IdentityDocumentId {
|
|
get {
|
|
return this.identityDocumentIdField;
|
|
}
|
|
set {
|
|
this.identityDocumentIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string IdentityDocumentIssuingState {
|
|
get {
|
|
return this.identityDocumentIssuingStateField;
|
|
}
|
|
set {
|
|
this.identityDocumentIssuingStateField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="date")]
|
|
public System.DateTime IdentityDocumentExpiryDate {
|
|
get {
|
|
return this.identityDocumentExpiryDateField;
|
|
}
|
|
set {
|
|
this.identityDocumentExpiryDateField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string VisaNumber {
|
|
get {
|
|
return this.visaNumberField;
|
|
}
|
|
set {
|
|
this.visaNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PortOfEmbarkation {
|
|
get {
|
|
return this.portOfEmbarkationField;
|
|
}
|
|
set {
|
|
this.portOfEmbarkationField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PortOfDisembarkation {
|
|
get {
|
|
return this.portOfDisembarkationField;
|
|
}
|
|
set {
|
|
this.portOfDisembarkationField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public yorntype InTransit {
|
|
get {
|
|
return this.inTransitField;
|
|
}
|
|
set {
|
|
this.inTransitField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class pastypePassengerDetailsPAX {
|
|
|
|
private string emergencyCareField;
|
|
|
|
private string emergencyContactNumberField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string EmergencyCare {
|
|
get {
|
|
return this.emergencyCareField;
|
|
}
|
|
set {
|
|
this.emergencyCareField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string EmergencyContactNumber {
|
|
get {
|
|
return this.emergencyContactNumberField;
|
|
}
|
|
set {
|
|
this.emergencyContactNumberField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class pas {
|
|
|
|
private passenger[] passengerField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("Passenger", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public passenger[] Passenger {
|
|
get {
|
|
return this.passengerField;
|
|
}
|
|
set {
|
|
this.passengerField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class passenger {
|
|
|
|
private string passengerLastNameField;
|
|
|
|
private string passengerFirstNameField;
|
|
|
|
private string passengerPlaceOfBirthField;
|
|
|
|
private System.DateTime passengerDateOfBirthField;
|
|
|
|
private GenderType passengerGenderField;
|
|
|
|
private bool passengerGenderFieldSpecified;
|
|
|
|
private string passengerNationalityField;
|
|
|
|
private documenttype passengerIdentityDocumentTypeField;
|
|
|
|
private string passengerIdentityDocumentIdField;
|
|
|
|
private string passengerIdentityDocumentIssuingStateField;
|
|
|
|
private System.DateTime passengerIdentityDocumentExpiryDateField;
|
|
|
|
private bool passengerIdentityDocumentExpiryDateFieldSpecified;
|
|
|
|
private string passengerVisaNumberField;
|
|
|
|
private string passengerPortOfEmbarkationField;
|
|
|
|
private string passengerPortOfDisembarkationField;
|
|
|
|
private yorntype passengerInTransitField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PassengerLastName {
|
|
get {
|
|
return this.passengerLastNameField;
|
|
}
|
|
set {
|
|
this.passengerLastNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PassengerFirstName {
|
|
get {
|
|
return this.passengerFirstNameField;
|
|
}
|
|
set {
|
|
this.passengerFirstNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PassengerPlaceOfBirth {
|
|
get {
|
|
return this.passengerPlaceOfBirthField;
|
|
}
|
|
set {
|
|
this.passengerPlaceOfBirthField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="date")]
|
|
public System.DateTime PassengerDateOfBirth {
|
|
get {
|
|
return this.passengerDateOfBirthField;
|
|
}
|
|
set {
|
|
this.passengerDateOfBirthField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public GenderType PassengerGender {
|
|
get {
|
|
return this.passengerGenderField;
|
|
}
|
|
set {
|
|
this.passengerGenderField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool PassengerGenderSpecified {
|
|
get {
|
|
return this.passengerGenderFieldSpecified;
|
|
}
|
|
set {
|
|
this.passengerGenderFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PassengerNationality {
|
|
get {
|
|
return this.passengerNationalityField;
|
|
}
|
|
set {
|
|
this.passengerNationalityField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public documenttype PassengerIdentityDocumentType {
|
|
get {
|
|
return this.passengerIdentityDocumentTypeField;
|
|
}
|
|
set {
|
|
this.passengerIdentityDocumentTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PassengerIdentityDocumentId {
|
|
get {
|
|
return this.passengerIdentityDocumentIdField;
|
|
}
|
|
set {
|
|
this.passengerIdentityDocumentIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PassengerIdentityDocumentIssuingState {
|
|
get {
|
|
return this.passengerIdentityDocumentIssuingStateField;
|
|
}
|
|
set {
|
|
this.passengerIdentityDocumentIssuingStateField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="date")]
|
|
public System.DateTime PassengerIdentityDocumentExpiryDate {
|
|
get {
|
|
return this.passengerIdentityDocumentExpiryDateField;
|
|
}
|
|
set {
|
|
this.passengerIdentityDocumentExpiryDateField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool PassengerIdentityDocumentExpiryDateSpecified {
|
|
get {
|
|
return this.passengerIdentityDocumentExpiryDateFieldSpecified;
|
|
}
|
|
set {
|
|
this.passengerIdentityDocumentExpiryDateFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PassengerVisaNumber {
|
|
get {
|
|
return this.passengerVisaNumberField;
|
|
}
|
|
set {
|
|
this.passengerVisaNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PassengerPortOfEmbarkation {
|
|
get {
|
|
return this.passengerPortOfEmbarkationField;
|
|
}
|
|
set {
|
|
this.passengerPortOfEmbarkationField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PassengerPortOfDisembarkation {
|
|
get {
|
|
return this.passengerPortOfDisembarkationField;
|
|
}
|
|
set {
|
|
this.passengerPortOfDisembarkationField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public yorntype PassengerInTransit {
|
|
get {
|
|
return this.passengerInTransitField;
|
|
}
|
|
set {
|
|
this.passengerInTransitField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class portofitinery {
|
|
|
|
private string portOfItineryNameField;
|
|
|
|
private System.DateTime portOfItineryETAField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PortOfItineryName {
|
|
get {
|
|
return this.portOfItineryNameField;
|
|
}
|
|
set {
|
|
this.portOfItineryNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public System.DateTime PortOfItineryETA {
|
|
get {
|
|
return this.portOfItineryETAField;
|
|
}
|
|
set {
|
|
this.portOfItineryETAField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class bpol {
|
|
|
|
private yorntype stowawayOnBoardField;
|
|
|
|
private portofitinery[] portOfItineraryField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public yorntype StowawayOnBoard {
|
|
get {
|
|
return this.stowawayOnBoardField;
|
|
}
|
|
set {
|
|
this.stowawayOnBoardField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("PortOfItinerary", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public portofitinery[] PortOfItinerary {
|
|
get {
|
|
return this.portOfItineraryField;
|
|
}
|
|
set {
|
|
this.portOfItineraryField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class was_rcpt {
|
|
|
|
private was_rcptWasteDeliveryReceipt[] itemsField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("WasteDeliveryReceipt", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public was_rcptWasteDeliveryReceipt[] Items {
|
|
get {
|
|
return this.itemsField;
|
|
}
|
|
set {
|
|
this.itemsField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class was_rcptWasteDeliveryReceipt {
|
|
|
|
private string identificationNumberField;
|
|
|
|
private string portReceptionFacilityNameField;
|
|
|
|
private string portReceptionFacilityProviderNameField;
|
|
|
|
private string[] treatmentFacilityProviderField;
|
|
|
|
private was_rcptWasteDeliveryReceiptWasteDeliveryPeriod wasteDeliveryPeriodField;
|
|
|
|
private was_rcptWasteDeliveryReceiptWasteReceived[] wasteReceivedField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string IdentificationNumber {
|
|
get {
|
|
return this.identificationNumberField;
|
|
}
|
|
set {
|
|
this.identificationNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PortReceptionFacilityName {
|
|
get {
|
|
return this.portReceptionFacilityNameField;
|
|
}
|
|
set {
|
|
this.portReceptionFacilityNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PortReceptionFacilityProviderName {
|
|
get {
|
|
return this.portReceptionFacilityProviderNameField;
|
|
}
|
|
set {
|
|
this.portReceptionFacilityProviderNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlArrayItemAttribute("TreatmentFacilityProviderName", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
|
|
public string[] TreatmentFacilityProvider {
|
|
get {
|
|
return this.treatmentFacilityProviderField;
|
|
}
|
|
set {
|
|
this.treatmentFacilityProviderField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public was_rcptWasteDeliveryReceiptWasteDeliveryPeriod WasteDeliveryPeriod {
|
|
get {
|
|
return this.wasteDeliveryPeriodField;
|
|
}
|
|
set {
|
|
this.wasteDeliveryPeriodField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("WasteReceived", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public was_rcptWasteDeliveryReceiptWasteReceived[] WasteReceived {
|
|
get {
|
|
return this.wasteReceivedField;
|
|
}
|
|
set {
|
|
this.wasteReceivedField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class was_rcptWasteDeliveryReceiptWasteDeliveryPeriod {
|
|
|
|
private System.DateTime wasteDeliveryDateFromField;
|
|
|
|
private System.DateTime wasteDeliveryDateToField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public System.DateTime WasteDeliveryDateFrom {
|
|
get {
|
|
return this.wasteDeliveryDateFromField;
|
|
}
|
|
set {
|
|
this.wasteDeliveryDateFromField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public System.DateTime WasteDeliveryDateTo {
|
|
get {
|
|
return this.wasteDeliveryDateToField;
|
|
}
|
|
set {
|
|
this.wasteDeliveryDateToField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class was_rcptWasteDeliveryReceiptWasteReceived {
|
|
|
|
private was_rcptWasteDeliveryReceiptWasteReceivedWasteType wasteTypeField;
|
|
|
|
private decimal amountWasteReceived_MTQField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public was_rcptWasteDeliveryReceiptWasteReceivedWasteType WasteType {
|
|
get {
|
|
return this.wasteTypeField;
|
|
}
|
|
set {
|
|
this.wasteTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public decimal AmountWasteReceived_MTQ {
|
|
get {
|
|
return this.amountWasteReceived_MTQField;
|
|
}
|
|
set {
|
|
this.amountWasteReceived_MTQField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class was_rcptWasteDeliveryReceiptWasteReceivedWasteType {
|
|
|
|
private string wasteCodeField;
|
|
|
|
private string wasteDescriptionField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string WasteCode {
|
|
get {
|
|
return this.wasteCodeField;
|
|
}
|
|
set {
|
|
this.wasteCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string WasteDescription {
|
|
get {
|
|
return this.wasteDescriptionField;
|
|
}
|
|
set {
|
|
this.wasteDescriptionField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class wastedetails {
|
|
|
|
private decimal wasteCapacity_MTQField;
|
|
|
|
private bool wasteCapacity_MTQFieldSpecified;
|
|
|
|
private decimal wasteAmountRetained_MTQField;
|
|
|
|
private bool wasteAmountRetained_MTQFieldSpecified;
|
|
|
|
private string wasteDisposalPortField;
|
|
|
|
private decimal wasteAmountGeneratedTillNextPort_MTQField;
|
|
|
|
private bool wasteAmountGeneratedTillNextPort_MTQFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public decimal WasteCapacity_MTQ {
|
|
get {
|
|
return this.wasteCapacity_MTQField;
|
|
}
|
|
set {
|
|
this.wasteCapacity_MTQField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool WasteCapacity_MTQSpecified {
|
|
get {
|
|
return this.wasteCapacity_MTQFieldSpecified;
|
|
}
|
|
set {
|
|
this.wasteCapacity_MTQFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public decimal WasteAmountRetained_MTQ {
|
|
get {
|
|
return this.wasteAmountRetained_MTQField;
|
|
}
|
|
set {
|
|
this.wasteAmountRetained_MTQField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool WasteAmountRetained_MTQSpecified {
|
|
get {
|
|
return this.wasteAmountRetained_MTQFieldSpecified;
|
|
}
|
|
set {
|
|
this.wasteAmountRetained_MTQFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string WasteDisposalPort {
|
|
get {
|
|
return this.wasteDisposalPortField;
|
|
}
|
|
set {
|
|
this.wasteDisposalPortField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public decimal WasteAmountGeneratedTillNextPort_MTQ {
|
|
get {
|
|
return this.wasteAmountGeneratedTillNextPort_MTQField;
|
|
}
|
|
set {
|
|
this.wasteAmountGeneratedTillNextPort_MTQField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool WasteAmountGeneratedTillNextPort_MTQSpecified {
|
|
get {
|
|
return this.wasteAmountGeneratedTillNextPort_MTQFieldSpecified;
|
|
}
|
|
set {
|
|
this.wasteAmountGeneratedTillNextPort_MTQFieldSpecified = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class wastetyp {
|
|
|
|
private string wasteCodeField;
|
|
|
|
private string wasteDescriptionField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="integer")]
|
|
public string WasteCode {
|
|
get {
|
|
return this.wasteCodeField;
|
|
}
|
|
set {
|
|
this.wasteCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string WasteDescription {
|
|
get {
|
|
return this.wasteDescriptionField;
|
|
}
|
|
set {
|
|
this.wasteDescriptionField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class waste {
|
|
|
|
private wastetyp wasteTypeField;
|
|
|
|
private decimal wasteDisposalAmount_MTQField;
|
|
|
|
private wastedetails wasteDetailsField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public wastetyp WasteType {
|
|
get {
|
|
return this.wasteTypeField;
|
|
}
|
|
set {
|
|
this.wasteTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public decimal WasteDisposalAmount_MTQ {
|
|
get {
|
|
return this.wasteDisposalAmount_MTQField;
|
|
}
|
|
set {
|
|
this.wasteDisposalAmount_MTQField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public wastedetails WasteDetails {
|
|
get {
|
|
return this.wasteDetailsField;
|
|
}
|
|
set {
|
|
this.wasteDetailsField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class was {
|
|
|
|
private object[] itemsField;
|
|
|
|
private ItemsChoiceType6[] itemsElementNameField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("ConfirmationOfCorrectnessAndSufficiency", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("LastWasteDisposalDate", typeof(System.DateTime), Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="date")]
|
|
[System.Xml.Serialization.XmlElementAttribute("LastWasteDisposalPort", typeof(string), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("NextWasteDisposalPort", typeof(string), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("Waste", typeof(waste), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("WasteDisposalServiceProviderName", typeof(string), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("WasteDisposalValidExemption", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
|
|
public object[] Items {
|
|
get {
|
|
return this.itemsField;
|
|
}
|
|
set {
|
|
this.itemsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("ItemsElementName")]
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public ItemsChoiceType6[] ItemsElementName {
|
|
get {
|
|
return this.itemsElementNameField;
|
|
}
|
|
set {
|
|
this.itemsElementNameField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(TypeName="y-type")]
|
|
public enum ytype {
|
|
|
|
/// <remarks/>
|
|
Y,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema=false)]
|
|
public enum ItemsChoiceType6 {
|
|
|
|
/// <remarks/>
|
|
ConfirmationOfCorrectnessAndSufficiency,
|
|
|
|
/// <remarks/>
|
|
LastWasteDisposalDate,
|
|
|
|
/// <remarks/>
|
|
LastWasteDisposalPort,
|
|
|
|
/// <remarks/>
|
|
NextWasteDisposalPort,
|
|
|
|
/// <remarks/>
|
|
Waste,
|
|
|
|
/// <remarks/>
|
|
WasteDisposalServiceProviderName,
|
|
|
|
/// <remarks/>
|
|
WasteDisposalValidExemption,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class portofcalls {
|
|
|
|
private portofcallmdh[] portOfCallLast30DaysField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("PortOfCallLast30Days", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public portofcallmdh[] PortOfCallLast30Days {
|
|
get {
|
|
return this.portOfCallLast30DaysField;
|
|
}
|
|
set {
|
|
this.portOfCallLast30DaysField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class portofcallmdh {
|
|
|
|
private string portOfCallLast30DaysLocodeField;
|
|
|
|
private System.DateTime portOfCallLast30DaysDateOfDepartureField;
|
|
|
|
private yorntype portOfCallLast30DaysCrewMembersJoinedField;
|
|
|
|
private string[] portOfCallLast30DaysCrewJoinedShipField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PortOfCallLast30DaysLocode {
|
|
get {
|
|
return this.portOfCallLast30DaysLocodeField;
|
|
}
|
|
set {
|
|
this.portOfCallLast30DaysLocodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="date")]
|
|
public System.DateTime PortOfCallLast30DaysDateOfDeparture {
|
|
get {
|
|
return this.portOfCallLast30DaysDateOfDepartureField;
|
|
}
|
|
set {
|
|
this.portOfCallLast30DaysDateOfDepartureField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public yorntype PortOfCallLast30DaysCrewMembersJoined {
|
|
get {
|
|
return this.portOfCallLast30DaysCrewMembersJoinedField;
|
|
}
|
|
set {
|
|
this.portOfCallLast30DaysCrewMembersJoinedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlArrayItemAttribute("PortOfCallLast30DaysCrewJoinedShipName", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
|
|
public string[] PortOfCallLast30DaysCrewJoinedShip {
|
|
get {
|
|
return this.portOfCallLast30DaysCrewJoinedShipField;
|
|
}
|
|
set {
|
|
this.portOfCallLast30DaysCrewJoinedShipField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class infectedarea {
|
|
|
|
private string infectedAreaPortField;
|
|
|
|
private System.DateTime infectedAreaDateField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string InfectedAreaPort {
|
|
get {
|
|
return this.infectedAreaPortField;
|
|
}
|
|
set {
|
|
this.infectedAreaPortField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="date")]
|
|
public System.DateTime InfectedAreaDate {
|
|
get {
|
|
return this.infectedAreaDateField;
|
|
}
|
|
set {
|
|
this.infectedAreaDateField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class sanitarycertificate {
|
|
|
|
private string placeOfIssueField;
|
|
|
|
private System.DateTime dateOfIssueField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PlaceOfIssue {
|
|
get {
|
|
return this.placeOfIssueField;
|
|
}
|
|
set {
|
|
this.placeOfIssueField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="date")]
|
|
public System.DateTime DateOfIssue {
|
|
get {
|
|
return this.dateOfIssueField;
|
|
}
|
|
set {
|
|
this.dateOfIssueField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class sanitarydetail {
|
|
|
|
private string sanitaryMeasuresTypeField;
|
|
|
|
private string sanitaryMeasuresLocationField;
|
|
|
|
private System.DateTime sanitaryMeasuresDateField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string SanitaryMeasuresType {
|
|
get {
|
|
return this.sanitaryMeasuresTypeField;
|
|
}
|
|
set {
|
|
this.sanitaryMeasuresTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string SanitaryMeasuresLocation {
|
|
get {
|
|
return this.sanitaryMeasuresLocationField;
|
|
}
|
|
set {
|
|
this.sanitaryMeasuresLocationField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="date")]
|
|
public System.DateTime SanitaryMeasuresDate {
|
|
get {
|
|
return this.sanitaryMeasuresDateField;
|
|
}
|
|
set {
|
|
this.sanitaryMeasuresDateField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class mdh {
|
|
|
|
private object[] itemsField;
|
|
|
|
private ItemsChoiceType5[] itemsElementNameField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("AwareOfConditionsForFurtherInfections", typeof(yorntype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("InfectedArea", typeof(infectedarea), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("InfectedAreaVisited", typeof(yorntype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("MDHSimplification", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("MedicalConsulted", typeof(yorntype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("NonAccidentialDeathsDuringVoyage", typeof(yorntype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("NonAccidentialDeathsDuringVoyageCount", typeof(string), Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="integer")]
|
|
[System.Xml.Serialization.XmlElementAttribute("NumberOfIllPersons", typeof(string), Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="integer")]
|
|
[System.Xml.Serialization.XmlElementAttribute("NumberOfIllPersonsHigherThanExpected", typeof(yorntype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("PortOfCallWhereCompleteMDHNotified", typeof(string), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("PortsOfCallLast30Days", typeof(portofcalls), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("SanitaryControlReinspectionRequired", typeof(yorntype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("SanitaryMeasuresApplied", typeof(yorntype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("SanitaryMeasuresDetails", typeof(sanitarydetail), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("SickAnimalOrPetOnBoard", typeof(yorntype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("SickPersonsOnBoard", typeof(yorntype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("StowawaysDetected", typeof(yorntype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("StowawaysJoiningLocation", typeof(string), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("SuspisionInfectiousNature", typeof(yorntype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("ValidSanitaryControlExemptionOrCertificate", typeof(sanitarycertificate), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("ValidSanitaryControlExemptionOrCertificateOnBoard", typeof(yorntype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
|
|
public object[] Items {
|
|
get {
|
|
return this.itemsField;
|
|
}
|
|
set {
|
|
this.itemsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("ItemsElementName")]
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public ItemsChoiceType5[] ItemsElementName {
|
|
get {
|
|
return this.itemsElementNameField;
|
|
}
|
|
set {
|
|
this.itemsElementNameField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema=false)]
|
|
public enum ItemsChoiceType5 {
|
|
|
|
/// <remarks/>
|
|
AwareOfConditionsForFurtherInfections,
|
|
|
|
/// <remarks/>
|
|
InfectedArea,
|
|
|
|
/// <remarks/>
|
|
InfectedAreaVisited,
|
|
|
|
/// <remarks/>
|
|
MDHSimplification,
|
|
|
|
/// <remarks/>
|
|
MedicalConsulted,
|
|
|
|
/// <remarks/>
|
|
NonAccidentialDeathsDuringVoyage,
|
|
|
|
/// <remarks/>
|
|
NonAccidentialDeathsDuringVoyageCount,
|
|
|
|
/// <remarks/>
|
|
NumberOfIllPersons,
|
|
|
|
/// <remarks/>
|
|
NumberOfIllPersonsHigherThanExpected,
|
|
|
|
/// <remarks/>
|
|
PortOfCallWhereCompleteMDHNotified,
|
|
|
|
/// <remarks/>
|
|
PortsOfCallLast30Days,
|
|
|
|
/// <remarks/>
|
|
SanitaryControlReinspectionRequired,
|
|
|
|
/// <remarks/>
|
|
SanitaryMeasuresApplied,
|
|
|
|
/// <remarks/>
|
|
SanitaryMeasuresDetails,
|
|
|
|
/// <remarks/>
|
|
SickAnimalOrPetOnBoard,
|
|
|
|
/// <remarks/>
|
|
SickPersonsOnBoard,
|
|
|
|
/// <remarks/>
|
|
StowawaysDetected,
|
|
|
|
/// <remarks/>
|
|
StowawaysJoiningLocation,
|
|
|
|
/// <remarks/>
|
|
SuspisionInfectiousNature,
|
|
|
|
/// <remarks/>
|
|
ValidSanitaryControlExemptionOrCertificate,
|
|
|
|
/// <remarks/>
|
|
ValidSanitaryControlExemptionOrCertificateOnBoard,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class location {
|
|
|
|
private object[] itemsField;
|
|
|
|
private ItemsChoiceType3[] itemsElementNameField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("ShipToShipActivityLocationCoordinates", typeof(coordinates), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("ShipToShipActivityLocationLoCode", typeof(string), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("ShipToShipActivityLocationName", typeof(string), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
|
|
public object[] Items {
|
|
get {
|
|
return this.itemsField;
|
|
}
|
|
set {
|
|
this.itemsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("ItemsElementName")]
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public ItemsChoiceType3[] ItemsElementName {
|
|
get {
|
|
return this.itemsElementNameField;
|
|
}
|
|
set {
|
|
this.itemsElementNameField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class coordinates {
|
|
|
|
private string shipToShipActivityLocationCoordinatesLatitudeField;
|
|
|
|
private string shipToShipActivityLocationCoordinatesLongitudeField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="integer")]
|
|
public string ShipToShipActivityLocationCoordinatesLatitude {
|
|
get {
|
|
return this.shipToShipActivityLocationCoordinatesLatitudeField;
|
|
}
|
|
set {
|
|
this.shipToShipActivityLocationCoordinatesLatitudeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="integer")]
|
|
public string ShipToShipActivityLocationCoordinatesLongitude {
|
|
get {
|
|
return this.shipToShipActivityLocationCoordinatesLongitudeField;
|
|
}
|
|
set {
|
|
this.shipToShipActivityLocationCoordinatesLongitudeField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema=false)]
|
|
public enum ItemsChoiceType3 {
|
|
|
|
/// <remarks/>
|
|
ShipToShipActivityLocationCoordinates,
|
|
|
|
/// <remarks/>
|
|
ShipToShipActivityLocationLoCode,
|
|
|
|
/// <remarks/>
|
|
ShipToShipActivityLocationName,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class lastactivity {
|
|
|
|
private location shipToShipActivityLocationField;
|
|
|
|
private System.DateTime shipToShipActivityDateFromField;
|
|
|
|
private System.DateTime shipToShipActivityDateToField;
|
|
|
|
private lastactivityShipToShipActivityType shipToShipActivityTypeField;
|
|
|
|
private string shipToShipActivitySecurityMattersToReportOfField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public location ShipToShipActivityLocation {
|
|
get {
|
|
return this.shipToShipActivityLocationField;
|
|
}
|
|
set {
|
|
this.shipToShipActivityLocationField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="date")]
|
|
public System.DateTime ShipToShipActivityDateFrom {
|
|
get {
|
|
return this.shipToShipActivityDateFromField;
|
|
}
|
|
set {
|
|
this.shipToShipActivityDateFromField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="date")]
|
|
public System.DateTime ShipToShipActivityDateTo {
|
|
get {
|
|
return this.shipToShipActivityDateToField;
|
|
}
|
|
set {
|
|
this.shipToShipActivityDateToField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public lastactivityShipToShipActivityType ShipToShipActivityType {
|
|
get {
|
|
return this.shipToShipActivityTypeField;
|
|
}
|
|
set {
|
|
this.shipToShipActivityTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string ShipToShipActivitySecurityMattersToReportOf {
|
|
get {
|
|
return this.shipToShipActivitySecurityMattersToReportOfField;
|
|
}
|
|
set {
|
|
this.shipToShipActivitySecurityMattersToReportOfField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public enum lastactivityShipToShipActivityType {
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("1")]
|
|
Item1,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("2")]
|
|
Item2,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("3")]
|
|
Item3,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("4")]
|
|
Item4,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("5")]
|
|
Item5,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("6")]
|
|
Item6,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("7")]
|
|
Item7,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("8")]
|
|
Item8,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("9")]
|
|
Item9,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("10")]
|
|
Item10,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("11")]
|
|
Item11,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("12")]
|
|
Item12,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("13")]
|
|
Item13,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("14")]
|
|
Item14,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("15")]
|
|
Item15,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("16")]
|
|
Item16,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("17")]
|
|
Item17,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("18")]
|
|
Item18,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("19")]
|
|
Item19,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("20")]
|
|
Item20,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("21")]
|
|
Item21,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("22")]
|
|
Item22,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("23")]
|
|
Item23,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("98")]
|
|
Item98,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class last10port {
|
|
|
|
private string portFacilityPortNameField;
|
|
|
|
private string portFacilityPortCountryField;
|
|
|
|
private string portFacilityPortLoCodeField;
|
|
|
|
private System.DateTime portFacilityDateOfArrivalField;
|
|
|
|
private System.DateTime portFacilityDateOfDepartureField;
|
|
|
|
private posint13type portFacilityShipSecurityLevelField;
|
|
|
|
private string portFacilitySecurityMattersToReportField;
|
|
|
|
private string portFacilityGISISCodeField;
|
|
|
|
private string portFacilityGISISCodeLoCodeField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PortFacilityPortName {
|
|
get {
|
|
return this.portFacilityPortNameField;
|
|
}
|
|
set {
|
|
this.portFacilityPortNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PortFacilityPortCountry {
|
|
get {
|
|
return this.portFacilityPortCountryField;
|
|
}
|
|
set {
|
|
this.portFacilityPortCountryField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PortFacilityPortLoCode {
|
|
get {
|
|
return this.portFacilityPortLoCodeField;
|
|
}
|
|
set {
|
|
this.portFacilityPortLoCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="date")]
|
|
public System.DateTime PortFacilityDateOfArrival {
|
|
get {
|
|
return this.portFacilityDateOfArrivalField;
|
|
}
|
|
set {
|
|
this.portFacilityDateOfArrivalField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="date")]
|
|
public System.DateTime PortFacilityDateOfDeparture {
|
|
get {
|
|
return this.portFacilityDateOfDepartureField;
|
|
}
|
|
set {
|
|
this.portFacilityDateOfDepartureField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public posint13type PortFacilityShipSecurityLevel {
|
|
get {
|
|
return this.portFacilityShipSecurityLevelField;
|
|
}
|
|
set {
|
|
this.portFacilityShipSecurityLevelField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PortFacilitySecurityMattersToReport {
|
|
get {
|
|
return this.portFacilitySecurityMattersToReportField;
|
|
}
|
|
set {
|
|
this.portFacilitySecurityMattersToReportField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PortFacilityGISISCode {
|
|
get {
|
|
return this.portFacilityGISISCodeField;
|
|
}
|
|
set {
|
|
this.portFacilityGISISCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PortFacilityGISISCodeLoCode {
|
|
get {
|
|
return this.portFacilityGISISCodeLoCodeField;
|
|
}
|
|
set {
|
|
this.portFacilityGISISCodeLoCodeField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(TypeName="posint1-3-type")]
|
|
public enum posint13type {
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("1")]
|
|
Item1,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("2")]
|
|
Item2,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("3")]
|
|
Item3,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class KielCanalPassage {
|
|
|
|
private ytype kielCanalPassagePlannedField;
|
|
|
|
private System.DateTime kielCanalPassagePlannedIncomingField;
|
|
|
|
private bool kielCanalPassagePlannedIncomingFieldSpecified;
|
|
|
|
private System.DateTime kielCanalPassagePlannedOutgoingField;
|
|
|
|
private bool kielCanalPassagePlannedOutgoingFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public ytype KielCanalPassagePlanned {
|
|
get {
|
|
return this.kielCanalPassagePlannedField;
|
|
}
|
|
set {
|
|
this.kielCanalPassagePlannedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public System.DateTime KielCanalPassagePlannedIncoming {
|
|
get {
|
|
return this.kielCanalPassagePlannedIncomingField;
|
|
}
|
|
set {
|
|
this.kielCanalPassagePlannedIncomingField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool KielCanalPassagePlannedIncomingSpecified {
|
|
get {
|
|
return this.kielCanalPassagePlannedIncomingFieldSpecified;
|
|
}
|
|
set {
|
|
this.kielCanalPassagePlannedIncomingFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public System.DateTime KielCanalPassagePlannedOutgoing {
|
|
get {
|
|
return this.kielCanalPassagePlannedOutgoingField;
|
|
}
|
|
set {
|
|
this.kielCanalPassagePlannedOutgoingField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool KielCanalPassagePlannedOutgoingSpecified {
|
|
get {
|
|
return this.kielCanalPassagePlannedOutgoingFieldSpecified;
|
|
}
|
|
set {
|
|
this.kielCanalPassagePlannedOutgoingFieldSpecified = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class sec {
|
|
|
|
private KielCanalPassage kielCanalPassageField;
|
|
|
|
private posint13type currentShipSecurityLevelField;
|
|
|
|
private object[] itemsField;
|
|
|
|
private ItemsChoiceType4[] itemsElementNameField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public KielCanalPassage KielCanalPassage {
|
|
get {
|
|
return this.kielCanalPassageField;
|
|
}
|
|
set {
|
|
this.kielCanalPassageField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public posint13type CurrentShipSecurityLevel {
|
|
get {
|
|
return this.currentShipSecurityLevelField;
|
|
}
|
|
set {
|
|
this.currentShipSecurityLevelField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("ApprovedSecurityPlanOnBoard", typeof(yorntype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("CSOEMail", typeof(string), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("CSOFax", typeof(string), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("CSOFirstName", typeof(string), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("CSOLastName", typeof(string), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("CSOPhone", typeof(string), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("GeneralDescriptionOfCargo", typeof(cargodescriptiontype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("ISSCDateOfExpiration", typeof(System.DateTime), Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="date")]
|
|
[System.Xml.Serialization.XmlElementAttribute("ISSCIssuerName", typeof(string), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("ISSCIssuerType", typeof(isscissuertype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("ISSCType", typeof(issctype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("LastTenPortFacilitiesCalled", typeof(last10port), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("PortFacilityOfArrival", typeof(string), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("PortOfCallWhereCompleteSECNotified", typeof(string), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("ReasonsForNoValidISSC", typeof(string), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("SECSimplification", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("ShipToShipActivities", typeof(lastactivity), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("ValidISSCOnBoard", typeof(yorntype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
|
|
public object[] Items {
|
|
get {
|
|
return this.itemsField;
|
|
}
|
|
set {
|
|
this.itemsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("ItemsElementName")]
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public ItemsChoiceType4[] ItemsElementName {
|
|
get {
|
|
return this.itemsElementNameField;
|
|
}
|
|
set {
|
|
this.itemsElementNameField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(TypeName="cargodescription-type")]
|
|
public enum cargodescriptiontype {
|
|
|
|
/// <remarks/>
|
|
CONTAINER,
|
|
|
|
/// <remarks/>
|
|
VEHICLES,
|
|
|
|
/// <remarks/>
|
|
CONVENTIONAL_GENERAL_CARGO,
|
|
|
|
/// <remarks/>
|
|
DRY_CARGO_IN_BULK,
|
|
|
|
/// <remarks/>
|
|
LIQUID_CARGO_IN_BULK,
|
|
|
|
/// <remarks/>
|
|
EMPTY,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(TypeName="isscissuer-type")]
|
|
public enum isscissuertype {
|
|
|
|
/// <remarks/>
|
|
ADMINISTRATION,
|
|
|
|
/// <remarks/>
|
|
RSO,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(TypeName="issc-type")]
|
|
public enum issctype {
|
|
|
|
/// <remarks/>
|
|
FULL,
|
|
|
|
/// <remarks/>
|
|
INTERIM,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema=false)]
|
|
public enum ItemsChoiceType4 {
|
|
|
|
/// <remarks/>
|
|
ApprovedSecurityPlanOnBoard,
|
|
|
|
/// <remarks/>
|
|
CSOEMail,
|
|
|
|
/// <remarks/>
|
|
CSOFax,
|
|
|
|
/// <remarks/>
|
|
CSOFirstName,
|
|
|
|
/// <remarks/>
|
|
CSOLastName,
|
|
|
|
/// <remarks/>
|
|
CSOPhone,
|
|
|
|
/// <remarks/>
|
|
GeneralDescriptionOfCargo,
|
|
|
|
/// <remarks/>
|
|
ISSCDateOfExpiration,
|
|
|
|
/// <remarks/>
|
|
ISSCIssuerName,
|
|
|
|
/// <remarks/>
|
|
ISSCIssuerType,
|
|
|
|
/// <remarks/>
|
|
ISSCType,
|
|
|
|
/// <remarks/>
|
|
LastTenPortFacilitiesCalled,
|
|
|
|
/// <remarks/>
|
|
PortFacilityOfArrival,
|
|
|
|
/// <remarks/>
|
|
PortOfCallWhereCompleteSECNotified,
|
|
|
|
/// <remarks/>
|
|
ReasonsForNoValidISSC,
|
|
|
|
/// <remarks/>
|
|
SECSimplification,
|
|
|
|
/// <remarks/>
|
|
ShipToShipActivities,
|
|
|
|
/// <remarks/>
|
|
ValidISSCOnBoard,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class tankerdetails {
|
|
|
|
private hullconfigtype tankerHullConfigurationField;
|
|
|
|
private cargoconditiontype conditionCargoBallastTanksField;
|
|
|
|
private string typeOfCargoField;
|
|
|
|
private decimal volumeOfCargo_TNEField;
|
|
|
|
private bool volumeOfCargo_TNEFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public hullconfigtype TankerHullConfiguration {
|
|
get {
|
|
return this.tankerHullConfigurationField;
|
|
}
|
|
set {
|
|
this.tankerHullConfigurationField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public cargoconditiontype ConditionCargoBallastTanks {
|
|
get {
|
|
return this.conditionCargoBallastTanksField;
|
|
}
|
|
set {
|
|
this.conditionCargoBallastTanksField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string TypeOfCargo {
|
|
get {
|
|
return this.typeOfCargoField;
|
|
}
|
|
set {
|
|
this.typeOfCargoField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public decimal VolumeOfCargo_TNE {
|
|
get {
|
|
return this.volumeOfCargo_TNEField;
|
|
}
|
|
set {
|
|
this.volumeOfCargo_TNEField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool VolumeOfCargo_TNESpecified {
|
|
get {
|
|
return this.volumeOfCargo_TNEFieldSpecified;
|
|
}
|
|
set {
|
|
this.volumeOfCargo_TNEFieldSpecified = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(TypeName="hullconfig-type")]
|
|
public enum hullconfigtype {
|
|
|
|
/// <remarks/>
|
|
SINGLE_HULL,
|
|
|
|
/// <remarks/>
|
|
SINGLE_HULL_WITH_SBT,
|
|
|
|
/// <remarks/>
|
|
DOUBLE_HULL,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(TypeName="cargocondition-type")]
|
|
public enum cargoconditiontype {
|
|
|
|
/// <remarks/>
|
|
FULL,
|
|
|
|
/// <remarks/>
|
|
EMPTY,
|
|
|
|
/// <remarks/>
|
|
INERTED,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class pre72 {
|
|
|
|
private yorntype tankerField;
|
|
|
|
private tankerdetails tankerDetailsField;
|
|
|
|
private string plannedOperationsField;
|
|
|
|
private string plannedWorksField;
|
|
|
|
private System.DateTime dateOfLastExpandedInspectionField;
|
|
|
|
private bool dateOfLastExpandedInspectionFieldSpecified;
|
|
|
|
private decimal plannedPeriodOfStay_HURField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public yorntype Tanker {
|
|
get {
|
|
return this.tankerField;
|
|
}
|
|
set {
|
|
this.tankerField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public tankerdetails TankerDetails {
|
|
get {
|
|
return this.tankerDetailsField;
|
|
}
|
|
set {
|
|
this.tankerDetailsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PlannedOperations {
|
|
get {
|
|
return this.plannedOperationsField;
|
|
}
|
|
set {
|
|
this.plannedOperationsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PlannedWorks {
|
|
get {
|
|
return this.plannedWorksField;
|
|
}
|
|
set {
|
|
this.plannedWorksField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="date")]
|
|
public System.DateTime DateOfLastExpandedInspection {
|
|
get {
|
|
return this.dateOfLastExpandedInspectionField;
|
|
}
|
|
set {
|
|
this.dateOfLastExpandedInspectionField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool DateOfLastExpandedInspectionSpecified {
|
|
get {
|
|
return this.dateOfLastExpandedInspectionFieldSpecified;
|
|
}
|
|
set {
|
|
this.dateOfLastExpandedInspectionFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public decimal PlannedPeriodOfStay_HUR {
|
|
get {
|
|
return this.plannedPeriodOfStay_HURField;
|
|
}
|
|
set {
|
|
this.plannedPeriodOfStay_HURField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class serv {
|
|
|
|
private service[] serviceField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("Service", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public service[] Service {
|
|
get {
|
|
return this.serviceField;
|
|
}
|
|
set {
|
|
this.serviceField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class service {
|
|
|
|
private string serviceNameField;
|
|
|
|
private string serviceBeneficiaryField;
|
|
|
|
private string serviceInvoiceRecipientField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string ServiceName {
|
|
get {
|
|
return this.serviceNameField;
|
|
}
|
|
set {
|
|
this.serviceNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string ServiceBeneficiary {
|
|
get {
|
|
return this.serviceBeneficiaryField;
|
|
}
|
|
set {
|
|
this.serviceBeneficiaryField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string ServiceInvoiceRecipient {
|
|
get {
|
|
return this.serviceInvoiceRecipientField;
|
|
}
|
|
set {
|
|
this.serviceInvoiceRecipientField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class generalcargo {
|
|
|
|
private loadunit[] cargoField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("Cargo", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public loadunit[] Cargo {
|
|
get {
|
|
return this.cargoField;
|
|
}
|
|
set {
|
|
this.cargoField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class loadunit {
|
|
|
|
private handlingcodetype cargoHandlingTypeField;
|
|
|
|
private string cargoLACodeField;
|
|
|
|
private string cargoCodeNSTField;
|
|
|
|
private string cargoCodeNST_3Field;
|
|
|
|
private string cargoNumberOfItemsField;
|
|
|
|
private decimal cargoGrossQuantity_TNEField;
|
|
|
|
private string cargoPortOfLoadingField;
|
|
|
|
private string cargoPortOfDischargeField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public handlingcodetype CargoHandlingType {
|
|
get {
|
|
return this.cargoHandlingTypeField;
|
|
}
|
|
set {
|
|
this.cargoHandlingTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="integer")]
|
|
public string CargoLACode {
|
|
get {
|
|
return this.cargoLACodeField;
|
|
}
|
|
set {
|
|
this.cargoLACodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string CargoCodeNST {
|
|
get {
|
|
return this.cargoCodeNSTField;
|
|
}
|
|
set {
|
|
this.cargoCodeNSTField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string CargoCodeNST_3 {
|
|
get {
|
|
return this.cargoCodeNST_3Field;
|
|
}
|
|
set {
|
|
this.cargoCodeNST_3Field = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="integer")]
|
|
public string CargoNumberOfItems {
|
|
get {
|
|
return this.cargoNumberOfItemsField;
|
|
}
|
|
set {
|
|
this.cargoNumberOfItemsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public decimal CargoGrossQuantity_TNE {
|
|
get {
|
|
return this.cargoGrossQuantity_TNEField;
|
|
}
|
|
set {
|
|
this.cargoGrossQuantity_TNEField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string CargoPortOfLoading {
|
|
get {
|
|
return this.cargoPortOfLoadingField;
|
|
}
|
|
set {
|
|
this.cargoPortOfLoadingField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string CargoPortOfDischarge {
|
|
get {
|
|
return this.cargoPortOfDischargeField;
|
|
}
|
|
set {
|
|
this.cargoPortOfDischargeField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(TypeName="handlingcode-type")]
|
|
public enum handlingcodetype {
|
|
|
|
/// <remarks/>
|
|
LOAD,
|
|
|
|
/// <remarks/>
|
|
DISCHARGE,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class hazd {
|
|
|
|
private object[] itemsField;
|
|
|
|
private ItemsChoiceType2[] itemsElementNameField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("DPG", typeof(dglist), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("DPGManifestOnBoardOnDeparture", typeof(yorntype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("INFShipClass", typeof(infclasstype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("MOUBaltic", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("NoDPGOnBoardOnDeparture", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
|
|
public object[] Items {
|
|
get {
|
|
return this.itemsField;
|
|
}
|
|
set {
|
|
this.itemsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("ItemsElementName")]
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public ItemsChoiceType2[] ItemsElementName {
|
|
get {
|
|
return this.itemsElementNameField;
|
|
}
|
|
set {
|
|
this.itemsElementNameField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class dglist {
|
|
|
|
private object[] itemsField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("DPGItemIBC", typeof(positionibc), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("DPGItemIGC", typeof(positionigc), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("DPGItemIMDG", typeof(positionimdg), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("DPGItemIMSBC", typeof(positionimsbc), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("DPGItemMARPOLAnnexI", typeof(positionmarpol), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public object[] Items {
|
|
get {
|
|
return this.itemsField;
|
|
}
|
|
set {
|
|
this.itemsField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(TypeName="position-ibc")]
|
|
public partial class positionibc {
|
|
|
|
private string productNameField;
|
|
|
|
private polcattype pollutionCategoryField;
|
|
|
|
private hazardtype hazardsField;
|
|
|
|
private bool hazardsFieldSpecified;
|
|
|
|
private flashpointinfotype flashpointInformationField;
|
|
|
|
private string flashpoint_CELField;
|
|
|
|
private decimal quantity_KGMField;
|
|
|
|
private string stowagePositionField;
|
|
|
|
private string portOfLoadingField;
|
|
|
|
private string portOfDischargeField;
|
|
|
|
private yorntype specRef15_19Field;
|
|
|
|
private bool specRef15_19FieldSpecified;
|
|
|
|
private string remarksField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string ProductName {
|
|
get {
|
|
return this.productNameField;
|
|
}
|
|
set {
|
|
this.productNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public polcattype PollutionCategory {
|
|
get {
|
|
return this.pollutionCategoryField;
|
|
}
|
|
set {
|
|
this.pollutionCategoryField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public hazardtype Hazards {
|
|
get {
|
|
return this.hazardsField;
|
|
}
|
|
set {
|
|
this.hazardsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool HazardsSpecified {
|
|
get {
|
|
return this.hazardsFieldSpecified;
|
|
}
|
|
set {
|
|
this.hazardsFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public flashpointinfotype FlashpointInformation {
|
|
get {
|
|
return this.flashpointInformationField;
|
|
}
|
|
set {
|
|
this.flashpointInformationField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string Flashpoint_CEL {
|
|
get {
|
|
return this.flashpoint_CELField;
|
|
}
|
|
set {
|
|
this.flashpoint_CELField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public decimal Quantity_KGM {
|
|
get {
|
|
return this.quantity_KGMField;
|
|
}
|
|
set {
|
|
this.quantity_KGMField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string StowagePosition {
|
|
get {
|
|
return this.stowagePositionField;
|
|
}
|
|
set {
|
|
this.stowagePositionField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PortOfLoading {
|
|
get {
|
|
return this.portOfLoadingField;
|
|
}
|
|
set {
|
|
this.portOfLoadingField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PortOfDischarge {
|
|
get {
|
|
return this.portOfDischargeField;
|
|
}
|
|
set {
|
|
this.portOfDischargeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public yorntype SpecRef15_19 {
|
|
get {
|
|
return this.specRef15_19Field;
|
|
}
|
|
set {
|
|
this.specRef15_19Field = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool SpecRef15_19Specified {
|
|
get {
|
|
return this.specRef15_19FieldSpecified;
|
|
}
|
|
set {
|
|
this.specRef15_19FieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string Remarks {
|
|
get {
|
|
return this.remarksField;
|
|
}
|
|
set {
|
|
this.remarksField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(TypeName="polcat-type")]
|
|
public enum polcattype {
|
|
|
|
/// <remarks/>
|
|
X,
|
|
|
|
/// <remarks/>
|
|
Y,
|
|
|
|
/// <remarks/>
|
|
Z,
|
|
|
|
/// <remarks/>
|
|
OS,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(TypeName="hazard-type")]
|
|
public enum hazardtype {
|
|
|
|
/// <remarks/>
|
|
P,
|
|
|
|
/// <remarks/>
|
|
S,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("S/P")]
|
|
SP,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(TypeName="flashpointinfo-type")]
|
|
public enum flashpointinfotype {
|
|
|
|
/// <remarks/>
|
|
NF,
|
|
|
|
/// <remarks/>
|
|
GT60CEL,
|
|
|
|
/// <remarks/>
|
|
LE60CEL,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(TypeName="position-igc")]
|
|
public partial class positionigc {
|
|
|
|
private string uNNumberField;
|
|
|
|
private string iMOClassField;
|
|
|
|
private string productNameField;
|
|
|
|
private decimal quantity_KGMField;
|
|
|
|
private string stowagePositionField;
|
|
|
|
private string portOfLoadingField;
|
|
|
|
private string portOfDischargeField;
|
|
|
|
private string remarksField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string UNNumber {
|
|
get {
|
|
return this.uNNumberField;
|
|
}
|
|
set {
|
|
this.uNNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string IMOClass {
|
|
get {
|
|
return this.iMOClassField;
|
|
}
|
|
set {
|
|
this.iMOClassField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string ProductName {
|
|
get {
|
|
return this.productNameField;
|
|
}
|
|
set {
|
|
this.productNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public decimal Quantity_KGM {
|
|
get {
|
|
return this.quantity_KGMField;
|
|
}
|
|
set {
|
|
this.quantity_KGMField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string StowagePosition {
|
|
get {
|
|
return this.stowagePositionField;
|
|
}
|
|
set {
|
|
this.stowagePositionField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PortOfLoading {
|
|
get {
|
|
return this.portOfLoadingField;
|
|
}
|
|
set {
|
|
this.portOfLoadingField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PortOfDischarge {
|
|
get {
|
|
return this.portOfDischargeField;
|
|
}
|
|
set {
|
|
this.portOfDischargeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string Remarks {
|
|
get {
|
|
return this.remarksField;
|
|
}
|
|
set {
|
|
this.remarksField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(TypeName="position-imdg")]
|
|
public partial class positionimdg {
|
|
|
|
private string uNNumberField;
|
|
|
|
private packinggrouptype packingGroupField;
|
|
|
|
private bool packingGroupFieldSpecified;
|
|
|
|
private string properShippingNameField;
|
|
|
|
private string iMOClassField;
|
|
|
|
private string technicalNameField;
|
|
|
|
private decimal netExplosiveMass_KGMField;
|
|
|
|
private bool netExplosiveMass_KGMFieldSpecified;
|
|
|
|
private string flashpoint_CELField;
|
|
|
|
private string class7NuclideNameField;
|
|
|
|
private positionimdgClass7MaxActivity_BQL class7MaxActivity_BQLField;
|
|
|
|
private class7cattype class7CategoryField;
|
|
|
|
private bool class7CategoryFieldSpecified;
|
|
|
|
private float class7TransportIndexField;
|
|
|
|
private bool class7TransportIndexFieldSpecified;
|
|
|
|
private float class7CSIField;
|
|
|
|
private bool class7CSIFieldSpecified;
|
|
|
|
private decimal controlTemperature_CELField;
|
|
|
|
private bool controlTemperature_CELFieldSpecified;
|
|
|
|
private decimal emergencyTemperature_CELField;
|
|
|
|
private bool emergencyTemperature_CELFieldSpecified;
|
|
|
|
private string[] subsidiaryRisksField;
|
|
|
|
private yorntype marinePollutantField;
|
|
|
|
private string numberOfPackagesField;
|
|
|
|
private string packageTypeField;
|
|
|
|
private yorntype limitedQuantitiesField;
|
|
|
|
private yorntype exceptedQuantitiesField;
|
|
|
|
private decimal netQuantity_KGMField;
|
|
|
|
private bool netQuantity_KGMFieldSpecified;
|
|
|
|
private decimal grossQuantity_KGMField;
|
|
|
|
private bool grossQuantity_KGMFieldSpecified;
|
|
|
|
private decimal volume_MTQField;
|
|
|
|
private bool volume_MTQFieldSpecified;
|
|
|
|
private yorntype generalCargoIBCField;
|
|
|
|
private bool generalCargoIBCFieldSpecified;
|
|
|
|
private string containerNumberField;
|
|
|
|
private string vehicleLicenseNumberField;
|
|
|
|
private object itemField;
|
|
|
|
private string portOfLoadingField;
|
|
|
|
private string portOfDischargeField;
|
|
|
|
private string remarksField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string UNNumber {
|
|
get {
|
|
return this.uNNumberField;
|
|
}
|
|
set {
|
|
this.uNNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public packinggrouptype PackingGroup {
|
|
get {
|
|
return this.packingGroupField;
|
|
}
|
|
set {
|
|
this.packingGroupField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool PackingGroupSpecified {
|
|
get {
|
|
return this.packingGroupFieldSpecified;
|
|
}
|
|
set {
|
|
this.packingGroupFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string ProperShippingName {
|
|
get {
|
|
return this.properShippingNameField;
|
|
}
|
|
set {
|
|
this.properShippingNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string IMOClass {
|
|
get {
|
|
return this.iMOClassField;
|
|
}
|
|
set {
|
|
this.iMOClassField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string TechnicalName {
|
|
get {
|
|
return this.technicalNameField;
|
|
}
|
|
set {
|
|
this.technicalNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public decimal NetExplosiveMass_KGM {
|
|
get {
|
|
return this.netExplosiveMass_KGMField;
|
|
}
|
|
set {
|
|
this.netExplosiveMass_KGMField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool NetExplosiveMass_KGMSpecified {
|
|
get {
|
|
return this.netExplosiveMass_KGMFieldSpecified;
|
|
}
|
|
set {
|
|
this.netExplosiveMass_KGMFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string Flashpoint_CEL {
|
|
get {
|
|
return this.flashpoint_CELField;
|
|
}
|
|
set {
|
|
this.flashpoint_CELField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string Class7NuclideName {
|
|
get {
|
|
return this.class7NuclideNameField;
|
|
}
|
|
set {
|
|
this.class7NuclideNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public positionimdgClass7MaxActivity_BQL Class7MaxActivity_BQL {
|
|
get {
|
|
return this.class7MaxActivity_BQLField;
|
|
}
|
|
set {
|
|
this.class7MaxActivity_BQLField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public class7cattype Class7Category {
|
|
get {
|
|
return this.class7CategoryField;
|
|
}
|
|
set {
|
|
this.class7CategoryField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool Class7CategorySpecified {
|
|
get {
|
|
return this.class7CategoryFieldSpecified;
|
|
}
|
|
set {
|
|
this.class7CategoryFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public float Class7TransportIndex {
|
|
get {
|
|
return this.class7TransportIndexField;
|
|
}
|
|
set {
|
|
this.class7TransportIndexField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool Class7TransportIndexSpecified {
|
|
get {
|
|
return this.class7TransportIndexFieldSpecified;
|
|
}
|
|
set {
|
|
this.class7TransportIndexFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public float Class7CSI {
|
|
get {
|
|
return this.class7CSIField;
|
|
}
|
|
set {
|
|
this.class7CSIField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool Class7CSISpecified {
|
|
get {
|
|
return this.class7CSIFieldSpecified;
|
|
}
|
|
set {
|
|
this.class7CSIFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public decimal ControlTemperature_CEL {
|
|
get {
|
|
return this.controlTemperature_CELField;
|
|
}
|
|
set {
|
|
this.controlTemperature_CELField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool ControlTemperature_CELSpecified {
|
|
get {
|
|
return this.controlTemperature_CELFieldSpecified;
|
|
}
|
|
set {
|
|
this.controlTemperature_CELFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public decimal EmergencyTemperature_CEL {
|
|
get {
|
|
return this.emergencyTemperature_CELField;
|
|
}
|
|
set {
|
|
this.emergencyTemperature_CELField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool EmergencyTemperature_CELSpecified {
|
|
get {
|
|
return this.emergencyTemperature_CELFieldSpecified;
|
|
}
|
|
set {
|
|
this.emergencyTemperature_CELFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlArrayItemAttribute("SubsidiaryRisk", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
|
|
public string[] SubsidiaryRisks {
|
|
get {
|
|
return this.subsidiaryRisksField;
|
|
}
|
|
set {
|
|
this.subsidiaryRisksField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public yorntype MarinePollutant {
|
|
get {
|
|
return this.marinePollutantField;
|
|
}
|
|
set {
|
|
this.marinePollutantField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="integer")]
|
|
public string NumberOfPackages {
|
|
get {
|
|
return this.numberOfPackagesField;
|
|
}
|
|
set {
|
|
this.numberOfPackagesField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PackageType {
|
|
get {
|
|
return this.packageTypeField;
|
|
}
|
|
set {
|
|
this.packageTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public yorntype LimitedQuantities {
|
|
get {
|
|
return this.limitedQuantitiesField;
|
|
}
|
|
set {
|
|
this.limitedQuantitiesField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public yorntype ExceptedQuantities {
|
|
get {
|
|
return this.exceptedQuantitiesField;
|
|
}
|
|
set {
|
|
this.exceptedQuantitiesField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public decimal NetQuantity_KGM {
|
|
get {
|
|
return this.netQuantity_KGMField;
|
|
}
|
|
set {
|
|
this.netQuantity_KGMField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool NetQuantity_KGMSpecified {
|
|
get {
|
|
return this.netQuantity_KGMFieldSpecified;
|
|
}
|
|
set {
|
|
this.netQuantity_KGMFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public decimal GrossQuantity_KGM {
|
|
get {
|
|
return this.grossQuantity_KGMField;
|
|
}
|
|
set {
|
|
this.grossQuantity_KGMField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool GrossQuantity_KGMSpecified {
|
|
get {
|
|
return this.grossQuantity_KGMFieldSpecified;
|
|
}
|
|
set {
|
|
this.grossQuantity_KGMFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public decimal Volume_MTQ {
|
|
get {
|
|
return this.volume_MTQField;
|
|
}
|
|
set {
|
|
this.volume_MTQField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool Volume_MTQSpecified {
|
|
get {
|
|
return this.volume_MTQFieldSpecified;
|
|
}
|
|
set {
|
|
this.volume_MTQFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public yorntype GeneralCargoIBC {
|
|
get {
|
|
return this.generalCargoIBCField;
|
|
}
|
|
set {
|
|
this.generalCargoIBCField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool GeneralCargoIBCSpecified {
|
|
get {
|
|
return this.generalCargoIBCFieldSpecified;
|
|
}
|
|
set {
|
|
this.generalCargoIBCFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string ContainerNumber {
|
|
get {
|
|
return this.containerNumberField;
|
|
}
|
|
set {
|
|
this.containerNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string VehicleLicenseNumber {
|
|
get {
|
|
return this.vehicleLicenseNumberField;
|
|
}
|
|
set {
|
|
this.vehicleLicenseNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("StowagePosition", typeof(string), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("StowagePositionBayRowTier", typeof(stowagepositionbayrowtier), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public object Item {
|
|
get {
|
|
return this.itemField;
|
|
}
|
|
set {
|
|
this.itemField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PortOfLoading {
|
|
get {
|
|
return this.portOfLoadingField;
|
|
}
|
|
set {
|
|
this.portOfLoadingField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PortOfDischarge {
|
|
get {
|
|
return this.portOfDischargeField;
|
|
}
|
|
set {
|
|
this.portOfDischargeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string Remarks {
|
|
get {
|
|
return this.remarksField;
|
|
}
|
|
set {
|
|
this.remarksField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(TypeName="packinggroup-type")]
|
|
public enum packinggrouptype {
|
|
|
|
/// <remarks/>
|
|
I,
|
|
|
|
/// <remarks/>
|
|
II,
|
|
|
|
/// <remarks/>
|
|
III,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class positionimdgClass7MaxActivity_BQL {
|
|
|
|
private decimal maxActivity_ValueField;
|
|
|
|
private positionimdgClass7MaxActivity_BQLMaxActivity_Unit maxActivity_UnitField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public decimal MaxActivity_Value {
|
|
get {
|
|
return this.maxActivity_ValueField;
|
|
}
|
|
set {
|
|
this.maxActivity_ValueField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public positionimdgClass7MaxActivity_BQLMaxActivity_Unit MaxActivity_Unit {
|
|
get {
|
|
return this.maxActivity_UnitField;
|
|
}
|
|
set {
|
|
this.maxActivity_UnitField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public enum positionimdgClass7MaxActivity_BQLMaxActivity_Unit {
|
|
|
|
/// <remarks/>
|
|
BQL,
|
|
|
|
/// <remarks/>
|
|
MBQ,
|
|
|
|
/// <remarks/>
|
|
TBQ,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(TypeName="class7cat-type")]
|
|
public enum class7cattype {
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("1")]
|
|
Item1,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("2")]
|
|
Item2,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("3")]
|
|
Item3,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class stowagepositionbayrowtier {
|
|
|
|
private string bayField;
|
|
|
|
private string rowField;
|
|
|
|
private string tierField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string Bay {
|
|
get {
|
|
return this.bayField;
|
|
}
|
|
set {
|
|
this.bayField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string Row {
|
|
get {
|
|
return this.rowField;
|
|
}
|
|
set {
|
|
this.rowField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string Tier {
|
|
get {
|
|
return this.tierField;
|
|
}
|
|
set {
|
|
this.tierField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(TypeName="position-imsbc")]
|
|
public partial class positionimsbc {
|
|
|
|
private string bulkCargoShippingNameField;
|
|
|
|
private positionimsbcIMOHazardClass iMOHazardClassField;
|
|
|
|
private bool iMOHazardClassFieldSpecified;
|
|
|
|
private yorntype mHBField;
|
|
|
|
private string uNNumberField;
|
|
|
|
private string iMOClassField;
|
|
|
|
private decimal quantity_KGMField;
|
|
|
|
private string stowagePositionField;
|
|
|
|
private string portOfLoadingField;
|
|
|
|
private string portOfDischargeField;
|
|
|
|
private string remarksField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string BulkCargoShippingName {
|
|
get {
|
|
return this.bulkCargoShippingNameField;
|
|
}
|
|
set {
|
|
this.bulkCargoShippingNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public positionimsbcIMOHazardClass IMOHazardClass {
|
|
get {
|
|
return this.iMOHazardClassField;
|
|
}
|
|
set {
|
|
this.iMOHazardClassField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool IMOHazardClassSpecified {
|
|
get {
|
|
return this.iMOHazardClassFieldSpecified;
|
|
}
|
|
set {
|
|
this.iMOHazardClassFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public yorntype MHB {
|
|
get {
|
|
return this.mHBField;
|
|
}
|
|
set {
|
|
this.mHBField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string UNNumber {
|
|
get {
|
|
return this.uNNumberField;
|
|
}
|
|
set {
|
|
this.uNNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string IMOClass {
|
|
get {
|
|
return this.iMOClassField;
|
|
}
|
|
set {
|
|
this.iMOClassField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public decimal Quantity_KGM {
|
|
get {
|
|
return this.quantity_KGMField;
|
|
}
|
|
set {
|
|
this.quantity_KGMField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string StowagePosition {
|
|
get {
|
|
return this.stowagePositionField;
|
|
}
|
|
set {
|
|
this.stowagePositionField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PortOfLoading {
|
|
get {
|
|
return this.portOfLoadingField;
|
|
}
|
|
set {
|
|
this.portOfLoadingField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PortOfDischarge {
|
|
get {
|
|
return this.portOfDischargeField;
|
|
}
|
|
set {
|
|
this.portOfDischargeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string Remarks {
|
|
get {
|
|
return this.remarksField;
|
|
}
|
|
set {
|
|
this.remarksField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public enum positionimsbcIMOHazardClass {
|
|
|
|
/// <remarks/>
|
|
A,
|
|
|
|
/// <remarks/>
|
|
B,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("A and B")]
|
|
AandB,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(TypeName="position-marpol")]
|
|
public partial class positionmarpol {
|
|
|
|
private string nameField;
|
|
|
|
private flashpointinfotype flashpointInformationField;
|
|
|
|
private string flashpoint_CELField;
|
|
|
|
private decimal quantity_KGMField;
|
|
|
|
private string stowagePositionField;
|
|
|
|
private string portOfLoadingField;
|
|
|
|
private string portOfDischargeField;
|
|
|
|
private string remarksField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string Name {
|
|
get {
|
|
return this.nameField;
|
|
}
|
|
set {
|
|
this.nameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public flashpointinfotype FlashpointInformation {
|
|
get {
|
|
return this.flashpointInformationField;
|
|
}
|
|
set {
|
|
this.flashpointInformationField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string Flashpoint_CEL {
|
|
get {
|
|
return this.flashpoint_CELField;
|
|
}
|
|
set {
|
|
this.flashpoint_CELField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public decimal Quantity_KGM {
|
|
get {
|
|
return this.quantity_KGMField;
|
|
}
|
|
set {
|
|
this.quantity_KGMField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string StowagePosition {
|
|
get {
|
|
return this.stowagePositionField;
|
|
}
|
|
set {
|
|
this.stowagePositionField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PortOfLoading {
|
|
get {
|
|
return this.portOfLoadingField;
|
|
}
|
|
set {
|
|
this.portOfLoadingField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PortOfDischarge {
|
|
get {
|
|
return this.portOfDischargeField;
|
|
}
|
|
set {
|
|
this.portOfDischargeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string Remarks {
|
|
get {
|
|
return this.remarksField;
|
|
}
|
|
set {
|
|
this.remarksField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(TypeName="infclass-type")]
|
|
public enum infclasstype {
|
|
|
|
/// <remarks/>
|
|
INF1,
|
|
|
|
/// <remarks/>
|
|
INF2,
|
|
|
|
/// <remarks/>
|
|
INF3,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema=false)]
|
|
public enum ItemsChoiceType2 {
|
|
|
|
/// <remarks/>
|
|
DPG,
|
|
|
|
/// <remarks/>
|
|
DPGManifestOnBoardOnDeparture,
|
|
|
|
/// <remarks/>
|
|
INFShipClass,
|
|
|
|
/// <remarks/>
|
|
MOUBaltic,
|
|
|
|
/// <remarks/>
|
|
NoDPGOnBoardOnDeparture,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class haza {
|
|
|
|
private object[] itemsField;
|
|
|
|
private ItemsChoiceType1[] itemsElementNameField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("DPG", typeof(dglist), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("DPGManifestOnBoardOnArrival", typeof(yorntype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("INFShipClass", typeof(infclasstype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("MOUBaltic", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlElementAttribute("NoDPGOnBoardOnArrival", typeof(ytype), Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
|
|
public object[] Items {
|
|
get {
|
|
return this.itemsField;
|
|
}
|
|
set {
|
|
this.itemsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("ItemsElementName")]
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public ItemsChoiceType1[] ItemsElementName {
|
|
get {
|
|
return this.itemsElementNameField;
|
|
}
|
|
set {
|
|
this.itemsElementNameField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema=false)]
|
|
public enum ItemsChoiceType1 {
|
|
|
|
/// <remarks/>
|
|
DPG,
|
|
|
|
/// <remarks/>
|
|
DPGManifestOnBoardOnArrival,
|
|
|
|
/// <remarks/>
|
|
INFShipClass,
|
|
|
|
/// <remarks/>
|
|
MOUBaltic,
|
|
|
|
/// <remarks/>
|
|
NoDPGOnBoardOnArrival,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class bkrd {
|
|
|
|
private bunkerfuel[] bunkerFuelDepartureField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("BunkerFuelDeparture", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public bunkerfuel[] BunkerFuelDeparture {
|
|
get {
|
|
return this.bunkerFuelDepartureField;
|
|
}
|
|
set {
|
|
this.bunkerFuelDepartureField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class bunkerfuel {
|
|
|
|
private string bunkerFuelTypeField;
|
|
|
|
private decimal bunkerFuelQuantity_TNEField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string BunkerFuelType {
|
|
get {
|
|
return this.bunkerFuelTypeField;
|
|
}
|
|
set {
|
|
this.bunkerFuelTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public decimal BunkerFuelQuantity_TNE {
|
|
get {
|
|
return this.bunkerFuelQuantity_TNEField;
|
|
}
|
|
set {
|
|
this.bunkerFuelQuantity_TNEField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class bkra {
|
|
|
|
private bunkerfuel[] bunkerFuelArrivalField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("BunkerFuelArrival", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public bunkerfuel[] BunkerFuelArrival {
|
|
get {
|
|
return this.bunkerFuelArrivalField;
|
|
}
|
|
set {
|
|
this.bunkerFuelArrivalField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class info {
|
|
|
|
private shippingareatype shippingAreaField;
|
|
|
|
private string portAreaField;
|
|
|
|
private string requestedPositionInPortOfCallField;
|
|
|
|
private string specialRequirementsOfShipAtBerthField;
|
|
|
|
private string constructionCharacteristicsOfShipField;
|
|
|
|
private string bowThrusterPowerField;
|
|
|
|
private string sternThrusterPowerField;
|
|
|
|
private yorntype fumigatedBulkCargoField;
|
|
|
|
private decimal deadWeightSummer_TNEField;
|
|
|
|
private bool deadWeightSummer_TNEFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public shippingareatype ShippingArea {
|
|
get {
|
|
return this.shippingAreaField;
|
|
}
|
|
set {
|
|
this.shippingAreaField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PortArea {
|
|
get {
|
|
return this.portAreaField;
|
|
}
|
|
set {
|
|
this.portAreaField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string RequestedPositionInPortOfCall {
|
|
get {
|
|
return this.requestedPositionInPortOfCallField;
|
|
}
|
|
set {
|
|
this.requestedPositionInPortOfCallField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string SpecialRequirementsOfShipAtBerth {
|
|
get {
|
|
return this.specialRequirementsOfShipAtBerthField;
|
|
}
|
|
set {
|
|
this.specialRequirementsOfShipAtBerthField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string ConstructionCharacteristicsOfShip {
|
|
get {
|
|
return this.constructionCharacteristicsOfShipField;
|
|
}
|
|
set {
|
|
this.constructionCharacteristicsOfShipField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string BowThrusterPower {
|
|
get {
|
|
return this.bowThrusterPowerField;
|
|
}
|
|
set {
|
|
this.bowThrusterPowerField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string SternThrusterPower {
|
|
get {
|
|
return this.sternThrusterPowerField;
|
|
}
|
|
set {
|
|
this.sternThrusterPowerField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public yorntype FumigatedBulkCargo {
|
|
get {
|
|
return this.fumigatedBulkCargoField;
|
|
}
|
|
set {
|
|
this.fumigatedBulkCargoField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public decimal DeadWeightSummer_TNE {
|
|
get {
|
|
return this.deadWeightSummer_TNEField;
|
|
}
|
|
set {
|
|
this.deadWeightSummer_TNEField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool DeadWeightSummer_TNESpecified {
|
|
get {
|
|
return this.deadWeightSummer_TNEFieldSpecified;
|
|
}
|
|
set {
|
|
this.deadWeightSummer_TNEFieldSpecified = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(TypeName="shippingarea-type")]
|
|
public enum shippingareatype {
|
|
|
|
/// <remarks/>
|
|
NORTH_BALTIC_SEA,
|
|
|
|
/// <remarks/>
|
|
EUROPE,
|
|
|
|
/// <remarks/>
|
|
OVERSEAS,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class pobd {
|
|
|
|
private string totalPersonsOnBoardUponDepartureField;
|
|
|
|
private string totalCrewMembersOnBoardUponDepartureField;
|
|
|
|
private string totalPassengersOnBoardUponDepartureField;
|
|
|
|
private string totalStowawaysOnBoardUponDepartureField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="integer")]
|
|
public string TotalPersonsOnBoardUponDeparture {
|
|
get {
|
|
return this.totalPersonsOnBoardUponDepartureField;
|
|
}
|
|
set {
|
|
this.totalPersonsOnBoardUponDepartureField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="integer")]
|
|
public string TotalCrewMembersOnBoardUponDeparture {
|
|
get {
|
|
return this.totalCrewMembersOnBoardUponDepartureField;
|
|
}
|
|
set {
|
|
this.totalCrewMembersOnBoardUponDepartureField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="integer")]
|
|
public string TotalPassengersOnBoardUponDeparture {
|
|
get {
|
|
return this.totalPassengersOnBoardUponDepartureField;
|
|
}
|
|
set {
|
|
this.totalPassengersOnBoardUponDepartureField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="integer")]
|
|
public string TotalStowawaysOnBoardUponDeparture {
|
|
get {
|
|
return this.totalStowawaysOnBoardUponDepartureField;
|
|
}
|
|
set {
|
|
this.totalStowawaysOnBoardUponDepartureField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class poba {
|
|
|
|
private string totalPersonsOnBoardUponArrivalField;
|
|
|
|
private string totalCrewMembersOnBoardUponArrivalField;
|
|
|
|
private string totalPassengersOnBoardUponArrivalField;
|
|
|
|
private string totalStowawaysOnBoardUponArrivalField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="integer")]
|
|
public string TotalPersonsOnBoardUponArrival {
|
|
get {
|
|
return this.totalPersonsOnBoardUponArrivalField;
|
|
}
|
|
set {
|
|
this.totalPersonsOnBoardUponArrivalField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="integer")]
|
|
public string TotalCrewMembersOnBoardUponArrival {
|
|
get {
|
|
return this.totalCrewMembersOnBoardUponArrivalField;
|
|
}
|
|
set {
|
|
this.totalCrewMembersOnBoardUponArrivalField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="integer")]
|
|
public string TotalPassengersOnBoardUponArrival {
|
|
get {
|
|
return this.totalPassengersOnBoardUponArrivalField;
|
|
}
|
|
set {
|
|
this.totalPassengersOnBoardUponArrivalField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="integer")]
|
|
public string TotalStowawaysOnBoardUponArrival {
|
|
get {
|
|
return this.totalStowawaysOnBoardUponArrivalField;
|
|
}
|
|
set {
|
|
this.totalStowawaysOnBoardUponArrivalField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class callpurpose {
|
|
|
|
private string callPurposeCodeField;
|
|
|
|
private string callPurposeDescriptionField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="integer")]
|
|
public string CallPurposeCode {
|
|
get {
|
|
return this.callPurposeCodeField;
|
|
}
|
|
set {
|
|
this.callPurposeCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string CallPurposeDescription {
|
|
get {
|
|
return this.callPurposeDescriptionField;
|
|
}
|
|
set {
|
|
this.callPurposeDescriptionField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class noanod {
|
|
|
|
private System.DateTime eTAToPortOfCallField;
|
|
|
|
private System.DateTime eTDFromPortOfCallField;
|
|
|
|
private callpurpose[] callPurposesField;
|
|
|
|
private string lastPortField;
|
|
|
|
private System.DateTime eTDFromLastPortField;
|
|
|
|
private bool eTDFromLastPortFieldSpecified;
|
|
|
|
private string nextPortField;
|
|
|
|
private System.DateTime eTAToNextPortField;
|
|
|
|
private bool eTAToNextPortFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public System.DateTime ETAToPortOfCall {
|
|
get {
|
|
return this.eTAToPortOfCallField;
|
|
}
|
|
set {
|
|
this.eTAToPortOfCallField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public System.DateTime ETDFromPortOfCall {
|
|
get {
|
|
return this.eTDFromPortOfCallField;
|
|
}
|
|
set {
|
|
this.eTDFromPortOfCallField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
[System.Xml.Serialization.XmlArrayItemAttribute("CallPurpose", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
|
|
public callpurpose[] CallPurposes {
|
|
get {
|
|
return this.callPurposesField;
|
|
}
|
|
set {
|
|
this.callPurposesField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string LastPort {
|
|
get {
|
|
return this.lastPortField;
|
|
}
|
|
set {
|
|
this.lastPortField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public System.DateTime ETDFromLastPort {
|
|
get {
|
|
return this.eTDFromLastPortField;
|
|
}
|
|
set {
|
|
this.eTDFromLastPortField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool ETDFromLastPortSpecified {
|
|
get {
|
|
return this.eTDFromLastPortFieldSpecified;
|
|
}
|
|
set {
|
|
this.eTDFromLastPortFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string NextPort {
|
|
get {
|
|
return this.nextPortField;
|
|
}
|
|
set {
|
|
this.nextPortField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public System.DateTime ETAToNextPort {
|
|
get {
|
|
return this.eTAToNextPortField;
|
|
}
|
|
set {
|
|
this.eTAToNextPortField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool ETAToNextPortSpecified {
|
|
get {
|
|
return this.eTAToNextPortFieldSpecified;
|
|
}
|
|
set {
|
|
this.eTAToNextPortFieldSpecified = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class ismcompany {
|
|
|
|
private string iSMCompanyNameField;
|
|
|
|
private string iSMCompanyIdField;
|
|
|
|
private string iSMCompanyStreetAndNumberField;
|
|
|
|
private string iSMCompanyPostalCodeField;
|
|
|
|
private string iSMCompanyCityField;
|
|
|
|
private string iSMCompanyCountryField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string ISMCompanyName {
|
|
get {
|
|
return this.iSMCompanyNameField;
|
|
}
|
|
set {
|
|
this.iSMCompanyNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string ISMCompanyId {
|
|
get {
|
|
return this.iSMCompanyIdField;
|
|
}
|
|
set {
|
|
this.iSMCompanyIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string ISMCompanyStreetAndNumber {
|
|
get {
|
|
return this.iSMCompanyStreetAndNumberField;
|
|
}
|
|
set {
|
|
this.iSMCompanyStreetAndNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string ISMCompanyPostalCode {
|
|
get {
|
|
return this.iSMCompanyPostalCodeField;
|
|
}
|
|
set {
|
|
this.iSMCompanyPostalCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string ISMCompanyCity {
|
|
get {
|
|
return this.iSMCompanyCityField;
|
|
}
|
|
set {
|
|
this.iSMCompanyCityField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string ISMCompanyCountry {
|
|
get {
|
|
return this.iSMCompanyCountryField;
|
|
}
|
|
set {
|
|
this.iSMCompanyCountryField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(TypeName="vessel-type")]
|
|
public partial class vesseltype {
|
|
|
|
private string shipNameField;
|
|
|
|
private string callSignField;
|
|
|
|
private string mMSINumberField;
|
|
|
|
private string flagField;
|
|
|
|
private decimal lengthOverall_MTRField;
|
|
|
|
private decimal beam_MTRField;
|
|
|
|
private int grossTonnageField;
|
|
|
|
private string portOfRegistryField;
|
|
|
|
private vesseltypeInmarsatCallNumbers inmarsatCallNumbersField;
|
|
|
|
private string transportModeField;
|
|
|
|
private string shipTypeField;
|
|
|
|
private ismcompany iSMCompanyField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string ShipName {
|
|
get {
|
|
return this.shipNameField;
|
|
}
|
|
set {
|
|
this.shipNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string CallSign {
|
|
get {
|
|
return this.callSignField;
|
|
}
|
|
set {
|
|
this.callSignField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string MMSINumber {
|
|
get {
|
|
return this.mMSINumberField;
|
|
}
|
|
set {
|
|
this.mMSINumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string Flag {
|
|
get {
|
|
return this.flagField;
|
|
}
|
|
set {
|
|
this.flagField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public decimal LengthOverall_MTR {
|
|
get {
|
|
return this.lengthOverall_MTRField;
|
|
}
|
|
set {
|
|
this.lengthOverall_MTRField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public decimal Beam_MTR {
|
|
get {
|
|
return this.beam_MTRField;
|
|
}
|
|
set {
|
|
this.beam_MTRField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public int GrossTonnage {
|
|
get {
|
|
return this.grossTonnageField;
|
|
}
|
|
set {
|
|
this.grossTonnageField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string PortOfRegistry {
|
|
get {
|
|
return this.portOfRegistryField;
|
|
}
|
|
set {
|
|
this.portOfRegistryField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public vesseltypeInmarsatCallNumbers InmarsatCallNumbers {
|
|
get {
|
|
return this.inmarsatCallNumbersField;
|
|
}
|
|
set {
|
|
this.inmarsatCallNumbersField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string TransportMode {
|
|
get {
|
|
return this.transportModeField;
|
|
}
|
|
set {
|
|
this.transportModeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string ShipType {
|
|
get {
|
|
return this.shipTypeField;
|
|
}
|
|
set {
|
|
this.shipTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public ismcompany ISMCompany {
|
|
get {
|
|
return this.iSMCompanyField;
|
|
}
|
|
set {
|
|
this.iSMCompanyField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
|
|
public partial class vesseltypeInmarsatCallNumbers {
|
|
|
|
private string[] inmarsatCallNumberField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("InmarsatCallNumber", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string[] InmarsatCallNumber {
|
|
get {
|
|
return this.inmarsatCallNumberField;
|
|
}
|
|
set {
|
|
this.inmarsatCallNumberField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
public partial class contacts {
|
|
|
|
private string nameField;
|
|
|
|
private string firstnameField;
|
|
|
|
private string phoneField;
|
|
|
|
private string faxField;
|
|
|
|
private string emailField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string name {
|
|
get {
|
|
return this.nameField;
|
|
}
|
|
set {
|
|
this.nameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string firstname {
|
|
get {
|
|
return this.firstnameField;
|
|
}
|
|
set {
|
|
this.firstnameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string phone {
|
|
get {
|
|
return this.phoneField;
|
|
}
|
|
set {
|
|
this.phoneField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string fax {
|
|
get {
|
|
return this.faxField;
|
|
}
|
|
set {
|
|
this.faxField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
|
|
public string email {
|
|
get {
|
|
return this.emailField;
|
|
}
|
|
set {
|
|
this.emailField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.8.3928.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(IncludeInSchema=false)]
|
|
public enum Items1ChoiceType {
|
|
|
|
/// <remarks/>
|
|
AGNT,
|
|
|
|
/// <remarks/>
|
|
ATA,
|
|
|
|
/// <remarks/>
|
|
ATD,
|
|
|
|
/// <remarks/>
|
|
BKRA,
|
|
|
|
/// <remarks/>
|
|
BKRD,
|
|
|
|
/// <remarks/>
|
|
BPOL,
|
|
|
|
/// <remarks/>
|
|
CREW,
|
|
|
|
/// <remarks/>
|
|
CREWA,
|
|
|
|
/// <remarks/>
|
|
CREWD,
|
|
|
|
/// <remarks/>
|
|
HAZA,
|
|
|
|
/// <remarks/>
|
|
HAZD,
|
|
|
|
/// <remarks/>
|
|
INFO,
|
|
|
|
/// <remarks/>
|
|
LADG,
|
|
|
|
/// <remarks/>
|
|
MDH,
|
|
|
|
/// <remarks/>
|
|
NOANOD,
|
|
|
|
/// <remarks/>
|
|
NameOfMaster,
|
|
|
|
/// <remarks/>
|
|
PAS,
|
|
|
|
/// <remarks/>
|
|
PASA,
|
|
|
|
/// <remarks/>
|
|
PASD,
|
|
|
|
/// <remarks/>
|
|
POBA,
|
|
|
|
/// <remarks/>
|
|
POBD,
|
|
|
|
/// <remarks/>
|
|
PRE72H,
|
|
|
|
/// <remarks/>
|
|
RESET_AGNT,
|
|
|
|
/// <remarks/>
|
|
RESET_ATA,
|
|
|
|
/// <remarks/>
|
|
RESET_ATD,
|
|
|
|
/// <remarks/>
|
|
RESET_BKRA,
|
|
|
|
/// <remarks/>
|
|
RESET_BKRD,
|
|
|
|
/// <remarks/>
|
|
RESET_BPOL,
|
|
|
|
/// <remarks/>
|
|
RESET_CREW,
|
|
|
|
/// <remarks/>
|
|
RESET_CREWA,
|
|
|
|
/// <remarks/>
|
|
RESET_CREWD,
|
|
|
|
/// <remarks/>
|
|
RESET_HAZA,
|
|
|
|
/// <remarks/>
|
|
RESET_HAZD,
|
|
|
|
/// <remarks/>
|
|
RESET_INFO,
|
|
|
|
/// <remarks/>
|
|
RESET_LADG,
|
|
|
|
/// <remarks/>
|
|
RESET_MDH,
|
|
|
|
/// <remarks/>
|
|
RESET_NOANOD,
|
|
|
|
/// <remarks/>
|
|
RESET_NameOfMaster,
|
|
|
|
/// <remarks/>
|
|
RESET_PAS,
|
|
|
|
/// <remarks/>
|
|
RESET_PASA,
|
|
|
|
/// <remarks/>
|
|
RESET_PASD,
|
|
|
|
/// <remarks/>
|
|
RESET_POBA,
|
|
|
|
/// <remarks/>
|
|
RESET_POBD,
|
|
|
|
/// <remarks/>
|
|
RESET_PRE72H,
|
|
|
|
/// <remarks/>
|
|
RESET_SEC,
|
|
|
|
/// <remarks/>
|
|
RESET_SERV,
|
|
|
|
/// <remarks/>
|
|
RESET_STAT,
|
|
|
|
/// <remarks/>
|
|
RESET_TIEFA,
|
|
|
|
/// <remarks/>
|
|
RESET_TIEFD,
|
|
|
|
/// <remarks/>
|
|
RESET_TOWA,
|
|
|
|
/// <remarks/>
|
|
RESET_TOWD,
|
|
|
|
/// <remarks/>
|
|
RESET_WAS,
|
|
|
|
/// <remarks/>
|
|
RESET_WAS_RCPT,
|
|
|
|
/// <remarks/>
|
|
SEC,
|
|
|
|
/// <remarks/>
|
|
SERV,
|
|
|
|
/// <remarks/>
|
|
STAT,
|
|
|
|
/// <remarks/>
|
|
STORNO,
|
|
|
|
/// <remarks/>
|
|
TIEFA,
|
|
|
|
/// <remarks/>
|
|
TIEFD,
|
|
|
|
/// <remarks/>
|
|
TOWA,
|
|
|
|
/// <remarks/>
|
|
TOWD,
|
|
|
|
/// <remarks/>
|
|
WAS,
|
|
|
|
/// <remarks/>
|
|
WAS_RCPT,
|
|
}
|