7687 lines
189 KiB
C#
7687 lines
189 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.6.1055.0.
|
|
//
|
|
|
|
namespace bsmd.dakosy
|
|
{
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
[System.Xml.Serialization.XmlRootAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages", IsNullable = false)]
|
|
public partial class eDeclarationMessage
|
|
{
|
|
|
|
private InterchangeHeaderType interchangeHeaderField;
|
|
|
|
private eDeclarationMessageInterchangeBody interchangeBodyField;
|
|
|
|
private string versionField;
|
|
|
|
/// <remarks/>
|
|
public InterchangeHeaderType InterchangeHeader
|
|
{
|
|
get
|
|
{
|
|
return this.interchangeHeaderField;
|
|
}
|
|
set
|
|
{
|
|
this.interchangeHeaderField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public eDeclarationMessageInterchangeBody InterchangeBody
|
|
{
|
|
get
|
|
{
|
|
return this.interchangeBodyField;
|
|
}
|
|
set
|
|
{
|
|
this.interchangeBodyField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string Version
|
|
{
|
|
get
|
|
{
|
|
return this.versionField;
|
|
}
|
|
set
|
|
{
|
|
this.versionField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class InterchangeHeaderType
|
|
{
|
|
|
|
private System.DateTime creationTimeField;
|
|
|
|
private string exchangeNumberField;
|
|
|
|
private bool testIndicatorField;
|
|
|
|
private Participant senderField;
|
|
|
|
private Participant recipientField;
|
|
|
|
private string versionField;
|
|
|
|
/// <remarks/>
|
|
public System.DateTime CreationTime
|
|
{
|
|
get
|
|
{
|
|
return this.creationTimeField;
|
|
}
|
|
set
|
|
{
|
|
this.creationTimeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string ExchangeNumber
|
|
{
|
|
get
|
|
{
|
|
return this.exchangeNumberField;
|
|
}
|
|
set
|
|
{
|
|
this.exchangeNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public bool TestIndicator
|
|
{
|
|
get
|
|
{
|
|
return this.testIndicatorField;
|
|
}
|
|
set
|
|
{
|
|
this.testIndicatorField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public Participant Sender
|
|
{
|
|
get
|
|
{
|
|
return this.senderField;
|
|
}
|
|
set
|
|
{
|
|
this.senderField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public Participant Recipient
|
|
{
|
|
get
|
|
{
|
|
return this.recipientField;
|
|
}
|
|
set
|
|
{
|
|
this.recipientField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string Version
|
|
{
|
|
get
|
|
{
|
|
return this.versionField;
|
|
}
|
|
set
|
|
{
|
|
this.versionField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class Participant
|
|
{
|
|
|
|
private ParticipantCode participantCodeField;
|
|
|
|
/// <remarks/>
|
|
public ParticipantCode ParticipantCode
|
|
{
|
|
get
|
|
{
|
|
return this.participantCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.participantCodeField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class ParticipantCode
|
|
{
|
|
|
|
private string agencyIDField;
|
|
|
|
private string valueField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string AgencyID
|
|
{
|
|
get
|
|
{
|
|
return this.agencyIDField;
|
|
}
|
|
set
|
|
{
|
|
this.agencyIDField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlTextAttribute()]
|
|
public string Value
|
|
{
|
|
get
|
|
{
|
|
return this.valueField;
|
|
}
|
|
set
|
|
{
|
|
this.valueField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class ErrorInfo
|
|
{
|
|
|
|
private string textField;
|
|
|
|
private string languageCodeField;
|
|
|
|
/// <remarks/>
|
|
public string Text
|
|
{
|
|
get
|
|
{
|
|
return this.textField;
|
|
}
|
|
set
|
|
{
|
|
this.textField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string LanguageCode
|
|
{
|
|
get
|
|
{
|
|
return this.languageCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.languageCodeField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class ResponseError
|
|
{
|
|
|
|
private string errorCodeField;
|
|
|
|
private string errorCodeListField;
|
|
|
|
private string errorCodeListAgencyField;
|
|
|
|
private ErrorInfo[] errorInformationsField;
|
|
|
|
/// <remarks/>
|
|
public string ErrorCode
|
|
{
|
|
get
|
|
{
|
|
return this.errorCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.errorCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string ErrorCodeList
|
|
{
|
|
get
|
|
{
|
|
return this.errorCodeListField;
|
|
}
|
|
set
|
|
{
|
|
this.errorCodeListField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string ErrorCodeListAgency
|
|
{
|
|
get
|
|
{
|
|
return this.errorCodeListAgencyField;
|
|
}
|
|
set
|
|
{
|
|
this.errorCodeListAgencyField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
|
|
public ErrorInfo[] ErrorInformations
|
|
{
|
|
get
|
|
{
|
|
return this.errorInformationsField;
|
|
}
|
|
set
|
|
{
|
|
this.errorInformationsField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class WildCardFreeText
|
|
{
|
|
|
|
private string keyField;
|
|
|
|
private string text1Field;
|
|
|
|
private string text2Field;
|
|
|
|
/// <remarks/>
|
|
public string Key
|
|
{
|
|
get
|
|
{
|
|
return this.keyField;
|
|
}
|
|
set
|
|
{
|
|
this.keyField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string Text1
|
|
{
|
|
get
|
|
{
|
|
return this.text1Field;
|
|
}
|
|
set
|
|
{
|
|
this.text1Field = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string Text2
|
|
{
|
|
get
|
|
{
|
|
return this.text2Field;
|
|
}
|
|
set
|
|
{
|
|
this.text2Field = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class AdditionalValue
|
|
{
|
|
|
|
private string keyField;
|
|
|
|
private string valueField;
|
|
|
|
private string languageCodeField;
|
|
|
|
/// <remarks/>
|
|
public string Key
|
|
{
|
|
get
|
|
{
|
|
return this.keyField;
|
|
}
|
|
set
|
|
{
|
|
this.keyField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string Value
|
|
{
|
|
get
|
|
{
|
|
return this.valueField;
|
|
}
|
|
set
|
|
{
|
|
this.valueField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string LanguageCode
|
|
{
|
|
get
|
|
{
|
|
return this.languageCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.languageCodeField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class CommunicationDataType
|
|
{
|
|
|
|
private string telephoneField;
|
|
|
|
private string faxField;
|
|
|
|
private string emailField;
|
|
|
|
/// <remarks/>
|
|
public string Telephone
|
|
{
|
|
get
|
|
{
|
|
return this.telephoneField;
|
|
}
|
|
set
|
|
{
|
|
this.telephoneField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string Fax
|
|
{
|
|
get
|
|
{
|
|
return this.faxField;
|
|
}
|
|
set
|
|
{
|
|
this.faxField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string Email
|
|
{
|
|
get
|
|
{
|
|
return this.emailField;
|
|
}
|
|
set
|
|
{
|
|
this.emailField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class EdiResponse
|
|
{
|
|
|
|
private MessageHeaderType messageHeaderField;
|
|
|
|
private EdiResponseType responseTypeField;
|
|
|
|
private EdiResponseSubType responseSubTypeField;
|
|
|
|
private string visitIDField;
|
|
|
|
private string transitIDField;
|
|
|
|
private string originatorsVoyageNumberField;
|
|
|
|
private string localReferenceNumberField;
|
|
|
|
private string infoContactNameField;
|
|
|
|
private CommunicationDataType[] infoContactDataListField;
|
|
|
|
private AdditionalValue[] additionalValuesField;
|
|
|
|
private WildCardFreeText[] freeTextListField;
|
|
|
|
private string previousExchangeNumberField;
|
|
|
|
private string previousMessageNumberField;
|
|
|
|
private System.DateTime previousMessageDateField;
|
|
|
|
private bool previousMessageDateFieldSpecified;
|
|
|
|
private ResponseError[] errorsField;
|
|
|
|
/// <remarks/>
|
|
public MessageHeaderType MessageHeader
|
|
{
|
|
get
|
|
{
|
|
return this.messageHeaderField;
|
|
}
|
|
set
|
|
{
|
|
this.messageHeaderField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public EdiResponseType ResponseType
|
|
{
|
|
get
|
|
{
|
|
return this.responseTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.responseTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public EdiResponseSubType ResponseSubType
|
|
{
|
|
get
|
|
{
|
|
return this.responseSubTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.responseSubTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string VisitID
|
|
{
|
|
get
|
|
{
|
|
return this.visitIDField;
|
|
}
|
|
set
|
|
{
|
|
this.visitIDField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string TransitID
|
|
{
|
|
get
|
|
{
|
|
return this.transitIDField;
|
|
}
|
|
set
|
|
{
|
|
this.transitIDField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string OriginatorsVoyageNumber
|
|
{
|
|
get
|
|
{
|
|
return this.originatorsVoyageNumberField;
|
|
}
|
|
set
|
|
{
|
|
this.originatorsVoyageNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string LocalReferenceNumber
|
|
{
|
|
get
|
|
{
|
|
return this.localReferenceNumberField;
|
|
}
|
|
set
|
|
{
|
|
this.localReferenceNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string InfoContactName
|
|
{
|
|
get
|
|
{
|
|
return this.infoContactNameField;
|
|
}
|
|
set
|
|
{
|
|
this.infoContactNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItemAttribute("ContactData", IsNullable = false)]
|
|
public CommunicationDataType[] InfoContactDataList
|
|
{
|
|
get
|
|
{
|
|
return this.infoContactDataListField;
|
|
}
|
|
set
|
|
{
|
|
this.infoContactDataListField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
|
|
public AdditionalValue[] AdditionalValues
|
|
{
|
|
get
|
|
{
|
|
return this.additionalValuesField;
|
|
}
|
|
set
|
|
{
|
|
this.additionalValuesField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItemAttribute("FreeText", IsNullable = false)]
|
|
public WildCardFreeText[] FreeTextList
|
|
{
|
|
get
|
|
{
|
|
return this.freeTextListField;
|
|
}
|
|
set
|
|
{
|
|
this.freeTextListField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string PreviousExchangeNumber
|
|
{
|
|
get
|
|
{
|
|
return this.previousExchangeNumberField;
|
|
}
|
|
set
|
|
{
|
|
this.previousExchangeNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string PreviousMessageNumber
|
|
{
|
|
get
|
|
{
|
|
return this.previousMessageNumberField;
|
|
}
|
|
set
|
|
{
|
|
this.previousMessageNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.DateTime PreviousMessageDate
|
|
{
|
|
get
|
|
{
|
|
return this.previousMessageDateField;
|
|
}
|
|
set
|
|
{
|
|
this.previousMessageDateField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool PreviousMessageDateSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.previousMessageDateFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.previousMessageDateFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItemAttribute("Error", IsNullable = false)]
|
|
public ResponseError[] Errors
|
|
{
|
|
get
|
|
{
|
|
return this.errorsField;
|
|
}
|
|
set
|
|
{
|
|
this.errorsField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class MessageHeaderType
|
|
{
|
|
|
|
private System.DateTime creationTimeField;
|
|
|
|
private bool creationTimeFieldSpecified;
|
|
|
|
private string messageReferenceNumberField;
|
|
|
|
private Participant messageSenderField;
|
|
|
|
private Participant messageRecipientField;
|
|
|
|
/// <remarks/>
|
|
public System.DateTime CreationTime
|
|
{
|
|
get
|
|
{
|
|
return this.creationTimeField;
|
|
}
|
|
set
|
|
{
|
|
this.creationTimeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool CreationTimeSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.creationTimeFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.creationTimeFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string MessageReferenceNumber
|
|
{
|
|
get
|
|
{
|
|
return this.messageReferenceNumberField;
|
|
}
|
|
set
|
|
{
|
|
this.messageReferenceNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public Participant MessageSender
|
|
{
|
|
get
|
|
{
|
|
return this.messageSenderField;
|
|
}
|
|
set
|
|
{
|
|
this.messageSenderField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public Participant MessageRecipient
|
|
{
|
|
get
|
|
{
|
|
return this.messageRecipientField;
|
|
}
|
|
set
|
|
{
|
|
this.messageRecipientField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public enum EdiResponseType
|
|
{
|
|
|
|
/// <remarks/>
|
|
ACCEPTED,
|
|
|
|
/// <remarks/>
|
|
ERROR,
|
|
|
|
/// <remarks/>
|
|
PART_ACCEPTED,
|
|
|
|
/// <remarks/>
|
|
RECEIVED,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public enum EdiResponseSubType
|
|
{
|
|
|
|
/// <remarks/>
|
|
FUNCTIONAL,
|
|
|
|
/// <remarks/>
|
|
TECHNICAL,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class ResetNotification
|
|
{
|
|
|
|
private NotificationType notificationTypeField;
|
|
|
|
/// <remarks/>
|
|
public NotificationType NotificationType
|
|
{
|
|
get
|
|
{
|
|
return this.notificationTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.notificationTypeField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public enum NotificationType
|
|
{
|
|
|
|
/// <remarks/>
|
|
ATA,
|
|
|
|
/// <remarks/>
|
|
ATD,
|
|
|
|
/// <remarks/>
|
|
BKRA,
|
|
|
|
/// <remarks/>
|
|
BKRD,
|
|
|
|
/// <remarks/>
|
|
BPOL,
|
|
|
|
/// <remarks/>
|
|
CREW,
|
|
|
|
/// <remarks/>
|
|
INFO,
|
|
|
|
/// <remarks/>
|
|
LADG,
|
|
|
|
/// <remarks/>
|
|
MDH,
|
|
|
|
/// <remarks/>
|
|
NAME,
|
|
|
|
/// <remarks/>
|
|
NOA_NOD,
|
|
|
|
/// <remarks/>
|
|
PAS,
|
|
|
|
/// <remarks/>
|
|
PRE72H,
|
|
|
|
/// <remarks/>
|
|
PoBA,
|
|
|
|
/// <remarks/>
|
|
PoBD,
|
|
|
|
/// <remarks/>
|
|
SEC,
|
|
|
|
/// <remarks/>
|
|
SERV,
|
|
|
|
/// <remarks/>
|
|
STAT,
|
|
|
|
/// <remarks/>
|
|
TIEFA,
|
|
|
|
/// <remarks/>
|
|
TIEFD,
|
|
|
|
/// <remarks/>
|
|
TOWA,
|
|
|
|
/// <remarks/>
|
|
TOWD,
|
|
|
|
/// <remarks/>
|
|
WAS,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class AGNT
|
|
{
|
|
|
|
private string companyNameField;
|
|
|
|
private string streetNameField;
|
|
|
|
private string streetNumberField;
|
|
|
|
private string postalCodeField;
|
|
|
|
private string cityField;
|
|
|
|
private string countryField;
|
|
|
|
private string lastNameField;
|
|
|
|
private string firstNameField;
|
|
|
|
private string phoneField;
|
|
|
|
private string faxField;
|
|
|
|
private string eMailField;
|
|
|
|
/// <remarks/>
|
|
public string CompanyName
|
|
{
|
|
get
|
|
{
|
|
return this.companyNameField;
|
|
}
|
|
set
|
|
{
|
|
this.companyNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string StreetName
|
|
{
|
|
get
|
|
{
|
|
return this.streetNameField;
|
|
}
|
|
set
|
|
{
|
|
this.streetNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string StreetNumber
|
|
{
|
|
get
|
|
{
|
|
return this.streetNumberField;
|
|
}
|
|
set
|
|
{
|
|
this.streetNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string PostalCode
|
|
{
|
|
get
|
|
{
|
|
return this.postalCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.postalCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string City
|
|
{
|
|
get
|
|
{
|
|
return this.cityField;
|
|
}
|
|
set
|
|
{
|
|
this.cityField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string Country
|
|
{
|
|
get
|
|
{
|
|
return this.countryField;
|
|
}
|
|
set
|
|
{
|
|
this.countryField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string LastName
|
|
{
|
|
get
|
|
{
|
|
return this.lastNameField;
|
|
}
|
|
set
|
|
{
|
|
this.lastNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string FirstName
|
|
{
|
|
get
|
|
{
|
|
return this.firstNameField;
|
|
}
|
|
set
|
|
{
|
|
this.firstNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string Phone
|
|
{
|
|
get
|
|
{
|
|
return this.phoneField;
|
|
}
|
|
set
|
|
{
|
|
this.phoneField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string Fax
|
|
{
|
|
get
|
|
{
|
|
return this.faxField;
|
|
}
|
|
set
|
|
{
|
|
this.faxField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string EMail
|
|
{
|
|
get
|
|
{
|
|
return this.eMailField;
|
|
}
|
|
set
|
|
{
|
|
this.eMailField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class Waste
|
|
{
|
|
|
|
private WasteType wasteTypeField;
|
|
|
|
private string descriptionField;
|
|
|
|
private double disposalAmountMTQField;
|
|
|
|
private bool disposalAmountMTQFieldSpecified;
|
|
|
|
private double capacityMTQField;
|
|
|
|
private bool capacityMTQFieldSpecified;
|
|
|
|
private double amountRetainedMTQField;
|
|
|
|
private bool amountRetainedMTQFieldSpecified;
|
|
|
|
private string disposalPortField;
|
|
|
|
private double amountGeneratedTillNextPortMTQField;
|
|
|
|
private bool amountGeneratedTillNextPortMTQFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
public WasteType WasteType
|
|
{
|
|
get
|
|
{
|
|
return this.wasteTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.wasteTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string Description
|
|
{
|
|
get
|
|
{
|
|
return this.descriptionField;
|
|
}
|
|
set
|
|
{
|
|
this.descriptionField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public double DisposalAmountMTQ
|
|
{
|
|
get
|
|
{
|
|
return this.disposalAmountMTQField;
|
|
}
|
|
set
|
|
{
|
|
this.disposalAmountMTQField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool DisposalAmountMTQSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.disposalAmountMTQFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.disposalAmountMTQFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public double CapacityMTQ
|
|
{
|
|
get
|
|
{
|
|
return this.capacityMTQField;
|
|
}
|
|
set
|
|
{
|
|
this.capacityMTQField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool CapacityMTQSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.capacityMTQFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.capacityMTQFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public double AmountRetainedMTQ
|
|
{
|
|
get
|
|
{
|
|
return this.amountRetainedMTQField;
|
|
}
|
|
set
|
|
{
|
|
this.amountRetainedMTQField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool AmountRetainedMTQSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.amountRetainedMTQFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.amountRetainedMTQFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string DisposalPort
|
|
{
|
|
get
|
|
{
|
|
return this.disposalPortField;
|
|
}
|
|
set
|
|
{
|
|
this.disposalPortField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public double AmountGeneratedTillNextPortMTQ
|
|
{
|
|
get
|
|
{
|
|
return this.amountGeneratedTillNextPortMTQField;
|
|
}
|
|
set
|
|
{
|
|
this.amountGeneratedTillNextPortMTQField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool AmountGeneratedTillNextPortMTQSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.amountGeneratedTillNextPortMTQFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.amountGeneratedTillNextPortMTQFieldSpecified = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public enum WasteType
|
|
{
|
|
|
|
/// <remarks/>
|
|
CARGO_ASSOCIATED_WASTE_8,
|
|
|
|
/// <remarks/>
|
|
CARGO_RESIDUES_9,
|
|
|
|
/// <remarks/>
|
|
GARBAGE_FOOD_WASTE_4,
|
|
|
|
/// <remarks/>
|
|
GARBAGE_OTHER_6,
|
|
|
|
/// <remarks/>
|
|
GARBAGE_PLASTIC_5,
|
|
|
|
/// <remarks/>
|
|
SEWAGE_7,
|
|
|
|
/// <remarks/>
|
|
WASTE_OILS_BILGE_WATER_2,
|
|
|
|
/// <remarks/>
|
|
WASTE_OILS_OTHERS_3,
|
|
|
|
/// <remarks/>
|
|
WASTE_OILS_SLUDGE_1,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class WasteDisposalServiceProviderName
|
|
{
|
|
|
|
private string serviceProviderNameField;
|
|
|
|
/// <remarks/>
|
|
public string ServiceProviderName
|
|
{
|
|
get
|
|
{
|
|
return this.serviceProviderNameField;
|
|
}
|
|
set
|
|
{
|
|
this.serviceProviderNameField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class WAS
|
|
{
|
|
|
|
private bool wasteDisposalValidExemptionField;
|
|
|
|
private bool wasteDisposalValidExemptionFieldSpecified;
|
|
|
|
private string lastWasteDisposalPortField;
|
|
|
|
private System.DateTime lastWasteDisposalDateField;
|
|
|
|
private bool lastWasteDisposalDateFieldSpecified;
|
|
|
|
private WasteDisposalServiceProviderName[] wasteDisposalServiceProviderNameField;
|
|
|
|
private WasteDisposalDeliveryType wasteDisposalDeliveryField;
|
|
|
|
private bool wasteDisposalDeliveryFieldSpecified;
|
|
|
|
private Waste[] wasteField;
|
|
|
|
private bool confirmationOfCorrectnessField;
|
|
|
|
private bool confirmationOfCorrectnessFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
public bool WasteDisposalValidExemption
|
|
{
|
|
get
|
|
{
|
|
return this.wasteDisposalValidExemptionField;
|
|
}
|
|
set
|
|
{
|
|
this.wasteDisposalValidExemptionField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool WasteDisposalValidExemptionSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.wasteDisposalValidExemptionFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.wasteDisposalValidExemptionFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string LastWasteDisposalPort
|
|
{
|
|
get
|
|
{
|
|
return this.lastWasteDisposalPortField;
|
|
}
|
|
set
|
|
{
|
|
this.lastWasteDisposalPortField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType = "date")]
|
|
public System.DateTime LastWasteDisposalDate
|
|
{
|
|
get
|
|
{
|
|
return this.lastWasteDisposalDateField;
|
|
}
|
|
set
|
|
{
|
|
this.lastWasteDisposalDateField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool LastWasteDisposalDateSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.lastWasteDisposalDateFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.lastWasteDisposalDateFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("WasteDisposalServiceProviderName")]
|
|
public WasteDisposalServiceProviderName[] WasteDisposalServiceProviderName
|
|
{
|
|
get
|
|
{
|
|
return this.wasteDisposalServiceProviderNameField;
|
|
}
|
|
set
|
|
{
|
|
this.wasteDisposalServiceProviderNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public WasteDisposalDeliveryType WasteDisposalDelivery
|
|
{
|
|
get
|
|
{
|
|
return this.wasteDisposalDeliveryField;
|
|
}
|
|
set
|
|
{
|
|
this.wasteDisposalDeliveryField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool WasteDisposalDeliverySpecified
|
|
{
|
|
get
|
|
{
|
|
return this.wasteDisposalDeliveryFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.wasteDisposalDeliveryFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("Waste")]
|
|
public Waste[] Waste
|
|
{
|
|
get
|
|
{
|
|
return this.wasteField;
|
|
}
|
|
set
|
|
{
|
|
this.wasteField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public bool ConfirmationOfCorrectness
|
|
{
|
|
get
|
|
{
|
|
return this.confirmationOfCorrectnessField;
|
|
}
|
|
set
|
|
{
|
|
this.confirmationOfCorrectnessField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool ConfirmationOfCorrectnessSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.confirmationOfCorrectnessFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.confirmationOfCorrectnessFieldSpecified = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public enum WasteDisposalDeliveryType
|
|
{
|
|
|
|
/// <remarks/>
|
|
ALL,
|
|
|
|
/// <remarks/>
|
|
NONE,
|
|
|
|
/// <remarks/>
|
|
SOME,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class ISMCompany
|
|
{
|
|
|
|
private string ismCompanyNameField;
|
|
|
|
private string ismCompanyIdField;
|
|
|
|
private string ismCompanyStreetNameField;
|
|
|
|
private string ismCompanyStreetNumberField;
|
|
|
|
private string ismCompanyPostalCodeField;
|
|
|
|
private string ismCompanyCityField;
|
|
|
|
private string ismCompanyCountryField;
|
|
|
|
/// <remarks/>
|
|
public string IsmCompanyName
|
|
{
|
|
get
|
|
{
|
|
return this.ismCompanyNameField;
|
|
}
|
|
set
|
|
{
|
|
this.ismCompanyNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string IsmCompanyId
|
|
{
|
|
get
|
|
{
|
|
return this.ismCompanyIdField;
|
|
}
|
|
set
|
|
{
|
|
this.ismCompanyIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string IsmCompanyStreetName
|
|
{
|
|
get
|
|
{
|
|
return this.ismCompanyStreetNameField;
|
|
}
|
|
set
|
|
{
|
|
this.ismCompanyStreetNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string IsmCompanyStreetNumber
|
|
{
|
|
get
|
|
{
|
|
return this.ismCompanyStreetNumberField;
|
|
}
|
|
set
|
|
{
|
|
this.ismCompanyStreetNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string IsmCompanyPostalCode
|
|
{
|
|
get
|
|
{
|
|
return this.ismCompanyPostalCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.ismCompanyPostalCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string IsmCompanyCity
|
|
{
|
|
get
|
|
{
|
|
return this.ismCompanyCityField;
|
|
}
|
|
set
|
|
{
|
|
this.ismCompanyCityField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string IsmCompanyCountry
|
|
{
|
|
get
|
|
{
|
|
return this.ismCompanyCountryField;
|
|
}
|
|
set
|
|
{
|
|
this.ismCompanyCountryField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class STAT
|
|
{
|
|
|
|
private string shipNameField;
|
|
|
|
private string callSignField;
|
|
|
|
private string mmsiNumberField;
|
|
|
|
private string flagField;
|
|
|
|
private double lengthOverallMTRField;
|
|
|
|
private bool lengthOverallMTRFieldSpecified;
|
|
|
|
private double beamMTRField;
|
|
|
|
private bool beamMTRFieldSpecified;
|
|
|
|
private int grossTonnageField;
|
|
|
|
private bool grossTonnageFieldSpecified;
|
|
|
|
private string portOfRegistryField;
|
|
|
|
private string inmarsatCallNumberField;
|
|
|
|
private TransportModeType transportModeField;
|
|
|
|
private bool transportModeFieldSpecified;
|
|
|
|
private string shipTypeField;
|
|
|
|
private ISMCompany iSMCompanyField;
|
|
|
|
/// <remarks/>
|
|
public string ShipName
|
|
{
|
|
get
|
|
{
|
|
return this.shipNameField;
|
|
}
|
|
set
|
|
{
|
|
this.shipNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string CallSign
|
|
{
|
|
get
|
|
{
|
|
return this.callSignField;
|
|
}
|
|
set
|
|
{
|
|
this.callSignField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string MmsiNumber
|
|
{
|
|
get
|
|
{
|
|
return this.mmsiNumberField;
|
|
}
|
|
set
|
|
{
|
|
this.mmsiNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string Flag
|
|
{
|
|
get
|
|
{
|
|
return this.flagField;
|
|
}
|
|
set
|
|
{
|
|
this.flagField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public double LengthOverallMTR
|
|
{
|
|
get
|
|
{
|
|
return this.lengthOverallMTRField;
|
|
}
|
|
set
|
|
{
|
|
this.lengthOverallMTRField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool LengthOverallMTRSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.lengthOverallMTRFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.lengthOverallMTRFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public double BeamMTR
|
|
{
|
|
get
|
|
{
|
|
return this.beamMTRField;
|
|
}
|
|
set
|
|
{
|
|
this.beamMTRField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool BeamMTRSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.beamMTRFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.beamMTRFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public int GrossTonnage
|
|
{
|
|
get
|
|
{
|
|
return this.grossTonnageField;
|
|
}
|
|
set
|
|
{
|
|
this.grossTonnageField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool GrossTonnageSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.grossTonnageFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.grossTonnageFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string PortOfRegistry
|
|
{
|
|
get
|
|
{
|
|
return this.portOfRegistryField;
|
|
}
|
|
set
|
|
{
|
|
this.portOfRegistryField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string InmarsatCallNumber
|
|
{
|
|
get
|
|
{
|
|
return this.inmarsatCallNumberField;
|
|
}
|
|
set
|
|
{
|
|
this.inmarsatCallNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public TransportModeType TransportMode
|
|
{
|
|
get
|
|
{
|
|
return this.transportModeField;
|
|
}
|
|
set
|
|
{
|
|
this.transportModeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool TransportModeSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.transportModeFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.transportModeFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string ShipType
|
|
{
|
|
get
|
|
{
|
|
return this.shipTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.shipTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ISMCompany ISMCompany
|
|
{
|
|
get
|
|
{
|
|
return this.iSMCompanyField;
|
|
}
|
|
set
|
|
{
|
|
this.iSMCompanyField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public enum TransportModeType
|
|
{
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("1")]
|
|
Item1,
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("8")]
|
|
Item8,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class TOWDOperator
|
|
{
|
|
|
|
private string operatorCompanyNameField;
|
|
|
|
private string operatorStreetAndNumberField;
|
|
|
|
private string operatorPostalCodeField;
|
|
|
|
private string operatorCityField;
|
|
|
|
private string operatorCountryField;
|
|
|
|
private string operatorPhoneField;
|
|
|
|
private string operatorFaxField;
|
|
|
|
private string operatorEMailField;
|
|
|
|
/// <remarks/>
|
|
public string OperatorCompanyName
|
|
{
|
|
get
|
|
{
|
|
return this.operatorCompanyNameField;
|
|
}
|
|
set
|
|
{
|
|
this.operatorCompanyNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string OperatorStreetAndNumber
|
|
{
|
|
get
|
|
{
|
|
return this.operatorStreetAndNumberField;
|
|
}
|
|
set
|
|
{
|
|
this.operatorStreetAndNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string OperatorPostalCode
|
|
{
|
|
get
|
|
{
|
|
return this.operatorPostalCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.operatorPostalCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string OperatorCity
|
|
{
|
|
get
|
|
{
|
|
return this.operatorCityField;
|
|
}
|
|
set
|
|
{
|
|
this.operatorCityField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string OperatorCountry
|
|
{
|
|
get
|
|
{
|
|
return this.operatorCountryField;
|
|
}
|
|
set
|
|
{
|
|
this.operatorCountryField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string OperatorPhone
|
|
{
|
|
get
|
|
{
|
|
return this.operatorPhoneField;
|
|
}
|
|
set
|
|
{
|
|
this.operatorPhoneField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string OperatorFax
|
|
{
|
|
get
|
|
{
|
|
return this.operatorFaxField;
|
|
}
|
|
set
|
|
{
|
|
this.operatorFaxField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string OperatorEMail
|
|
{
|
|
get
|
|
{
|
|
return this.operatorEMailField;
|
|
}
|
|
set
|
|
{
|
|
this.operatorEMailField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class TowageDeparture
|
|
{
|
|
|
|
private string nameField;
|
|
|
|
private string flagField;
|
|
|
|
private TOWDOperator tOWDOperatorField;
|
|
|
|
private double draughtDMTField;
|
|
|
|
private bool draughtDMTFieldSpecified;
|
|
|
|
private double overallMTRField;
|
|
|
|
private bool overallMTRFieldSpecified;
|
|
|
|
private double beamMTRField;
|
|
|
|
private bool beamMTRFieldSpecified;
|
|
|
|
private string remarksField;
|
|
|
|
/// <remarks/>
|
|
public string Name
|
|
{
|
|
get
|
|
{
|
|
return this.nameField;
|
|
}
|
|
set
|
|
{
|
|
this.nameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string Flag
|
|
{
|
|
get
|
|
{
|
|
return this.flagField;
|
|
}
|
|
set
|
|
{
|
|
this.flagField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public TOWDOperator TOWDOperator
|
|
{
|
|
get
|
|
{
|
|
return this.tOWDOperatorField;
|
|
}
|
|
set
|
|
{
|
|
this.tOWDOperatorField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public double DraughtDMT
|
|
{
|
|
get
|
|
{
|
|
return this.draughtDMTField;
|
|
}
|
|
set
|
|
{
|
|
this.draughtDMTField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool DraughtDMTSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.draughtDMTFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.draughtDMTFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public double OverallMTR
|
|
{
|
|
get
|
|
{
|
|
return this.overallMTRField;
|
|
}
|
|
set
|
|
{
|
|
this.overallMTRField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool OverallMTRSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.overallMTRFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.overallMTRFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public double BeamMTR
|
|
{
|
|
get
|
|
{
|
|
return this.beamMTRField;
|
|
}
|
|
set
|
|
{
|
|
this.beamMTRField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool BeamMTRSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.beamMTRFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.beamMTRFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string Remarks
|
|
{
|
|
get
|
|
{
|
|
return this.remarksField;
|
|
}
|
|
set
|
|
{
|
|
this.remarksField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class TOWAOperator
|
|
{
|
|
|
|
private string operatorCompanyNameField;
|
|
|
|
private string operatorStreetAndNumberField;
|
|
|
|
private string operatorPostalCodeField;
|
|
|
|
private string operatorCityField;
|
|
|
|
private string operatorCountryField;
|
|
|
|
private string operatorPhoneField;
|
|
|
|
private string operatorFaxField;
|
|
|
|
private string operatorEMailField;
|
|
|
|
/// <remarks/>
|
|
public string OperatorCompanyName
|
|
{
|
|
get
|
|
{
|
|
return this.operatorCompanyNameField;
|
|
}
|
|
set
|
|
{
|
|
this.operatorCompanyNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string OperatorStreetAndNumber
|
|
{
|
|
get
|
|
{
|
|
return this.operatorStreetAndNumberField;
|
|
}
|
|
set
|
|
{
|
|
this.operatorStreetAndNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string OperatorPostalCode
|
|
{
|
|
get
|
|
{
|
|
return this.operatorPostalCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.operatorPostalCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string OperatorCity
|
|
{
|
|
get
|
|
{
|
|
return this.operatorCityField;
|
|
}
|
|
set
|
|
{
|
|
this.operatorCityField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string OperatorCountry
|
|
{
|
|
get
|
|
{
|
|
return this.operatorCountryField;
|
|
}
|
|
set
|
|
{
|
|
this.operatorCountryField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string OperatorPhone
|
|
{
|
|
get
|
|
{
|
|
return this.operatorPhoneField;
|
|
}
|
|
set
|
|
{
|
|
this.operatorPhoneField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string OperatorFax
|
|
{
|
|
get
|
|
{
|
|
return this.operatorFaxField;
|
|
}
|
|
set
|
|
{
|
|
this.operatorFaxField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string OperatorEMail
|
|
{
|
|
get
|
|
{
|
|
return this.operatorEMailField;
|
|
}
|
|
set
|
|
{
|
|
this.operatorEMailField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class TowageArrival
|
|
{
|
|
|
|
private string nameField;
|
|
|
|
private string flagField;
|
|
|
|
private TOWAOperator tOWAOperatorField;
|
|
|
|
private int grossTonnageField;
|
|
|
|
private double lengthOverallMTRField;
|
|
|
|
private bool lengthOverallMTRFieldSpecified;
|
|
|
|
private double beamMTRField;
|
|
|
|
private bool beamMTRFieldSpecified;
|
|
|
|
private string purposeOfCallField;
|
|
|
|
private double draughtDMTField;
|
|
|
|
private bool draughtDMTFieldSpecified;
|
|
|
|
private string remarksField;
|
|
|
|
/// <remarks/>
|
|
public string Name
|
|
{
|
|
get
|
|
{
|
|
return this.nameField;
|
|
}
|
|
set
|
|
{
|
|
this.nameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string Flag
|
|
{
|
|
get
|
|
{
|
|
return this.flagField;
|
|
}
|
|
set
|
|
{
|
|
this.flagField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public TOWAOperator TOWAOperator
|
|
{
|
|
get
|
|
{
|
|
return this.tOWAOperatorField;
|
|
}
|
|
set
|
|
{
|
|
this.tOWAOperatorField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public int GrossTonnage
|
|
{
|
|
get
|
|
{
|
|
return this.grossTonnageField;
|
|
}
|
|
set
|
|
{
|
|
this.grossTonnageField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public double LengthOverallMTR
|
|
{
|
|
get
|
|
{
|
|
return this.lengthOverallMTRField;
|
|
}
|
|
set
|
|
{
|
|
this.lengthOverallMTRField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool LengthOverallMTRSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.lengthOverallMTRFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.lengthOverallMTRFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public double BeamMTR
|
|
{
|
|
get
|
|
{
|
|
return this.beamMTRField;
|
|
}
|
|
set
|
|
{
|
|
this.beamMTRField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool BeamMTRSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.beamMTRFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.beamMTRFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string PurposeOfCall
|
|
{
|
|
get
|
|
{
|
|
return this.purposeOfCallField;
|
|
}
|
|
set
|
|
{
|
|
this.purposeOfCallField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public double DraughtDMT
|
|
{
|
|
get
|
|
{
|
|
return this.draughtDMTField;
|
|
}
|
|
set
|
|
{
|
|
this.draughtDMTField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool DraughtDMTSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.draughtDMTFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.draughtDMTFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string Remarks
|
|
{
|
|
get
|
|
{
|
|
return this.remarksField;
|
|
}
|
|
set
|
|
{
|
|
this.remarksField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class Service
|
|
{
|
|
|
|
private string nameField;
|
|
|
|
private string beneficiaryField;
|
|
|
|
private string invoiceRecipientField;
|
|
|
|
/// <remarks/>
|
|
public string Name
|
|
{
|
|
get
|
|
{
|
|
return this.nameField;
|
|
}
|
|
set
|
|
{
|
|
this.nameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string Beneficiary
|
|
{
|
|
get
|
|
{
|
|
return this.beneficiaryField;
|
|
}
|
|
set
|
|
{
|
|
this.beneficiaryField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string InvoiceRecipient
|
|
{
|
|
get
|
|
{
|
|
return this.invoiceRecipientField;
|
|
}
|
|
set
|
|
{
|
|
this.invoiceRecipientField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class ShipToShipActivities
|
|
{
|
|
|
|
private string locationNameField;
|
|
|
|
private string locationCodeField;
|
|
|
|
private int locationCoordinatesLatitudeField;
|
|
|
|
private bool locationCoordinatesLatitudeFieldSpecified;
|
|
|
|
private int locationCoordinatesLongitudeField;
|
|
|
|
private bool locationCoordinatesLongitudeFieldSpecified;
|
|
|
|
private System.DateTime dateFromField;
|
|
|
|
private bool dateFromFieldSpecified;
|
|
|
|
private System.DateTime dateToField;
|
|
|
|
private bool dateToFieldSpecified;
|
|
|
|
private string activityTypeField;
|
|
|
|
private string securityMattersToReportField;
|
|
|
|
/// <remarks/>
|
|
public string LocationName
|
|
{
|
|
get
|
|
{
|
|
return this.locationNameField;
|
|
}
|
|
set
|
|
{
|
|
this.locationNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string LocationCode
|
|
{
|
|
get
|
|
{
|
|
return this.locationCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.locationCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public int LocationCoordinatesLatitude
|
|
{
|
|
get
|
|
{
|
|
return this.locationCoordinatesLatitudeField;
|
|
}
|
|
set
|
|
{
|
|
this.locationCoordinatesLatitudeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool LocationCoordinatesLatitudeSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.locationCoordinatesLatitudeFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.locationCoordinatesLatitudeFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public int LocationCoordinatesLongitude
|
|
{
|
|
get
|
|
{
|
|
return this.locationCoordinatesLongitudeField;
|
|
}
|
|
set
|
|
{
|
|
this.locationCoordinatesLongitudeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool LocationCoordinatesLongitudeSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.locationCoordinatesLongitudeFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.locationCoordinatesLongitudeFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType = "date")]
|
|
public System.DateTime DateFrom
|
|
{
|
|
get
|
|
{
|
|
return this.dateFromField;
|
|
}
|
|
set
|
|
{
|
|
this.dateFromField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool DateFromSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.dateFromFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.dateFromFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType = "date")]
|
|
public System.DateTime DateTo
|
|
{
|
|
get
|
|
{
|
|
return this.dateToField;
|
|
}
|
|
set
|
|
{
|
|
this.dateToField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool DateToSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.dateToFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.dateToFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string ActivityType
|
|
{
|
|
get
|
|
{
|
|
return this.activityTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.activityTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string SecurityMattersToReport
|
|
{
|
|
get
|
|
{
|
|
return this.securityMattersToReportField;
|
|
}
|
|
set
|
|
{
|
|
this.securityMattersToReportField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class ShipToShipActivitiesDuringLastTenPortFacilitiesCalled
|
|
{
|
|
|
|
private string locationNameField;
|
|
|
|
private string locationCodeField;
|
|
|
|
private int locationCoordinatesLatitudeField;
|
|
|
|
private bool locationCoordinatesLatitudeFieldSpecified;
|
|
|
|
private int locationCoordinatesLongitudeField;
|
|
|
|
private bool locationCoordinatesLongitudeFieldSpecified;
|
|
|
|
private System.DateTime dateFromField;
|
|
|
|
private bool dateFromFieldSpecified;
|
|
|
|
private System.DateTime dateToField;
|
|
|
|
private bool dateToFieldSpecified;
|
|
|
|
private string activityTypeField;
|
|
|
|
private string securityMattersToReportField;
|
|
|
|
/// <remarks/>
|
|
public string LocationName
|
|
{
|
|
get
|
|
{
|
|
return this.locationNameField;
|
|
}
|
|
set
|
|
{
|
|
this.locationNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string LocationCode
|
|
{
|
|
get
|
|
{
|
|
return this.locationCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.locationCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public int LocationCoordinatesLatitude
|
|
{
|
|
get
|
|
{
|
|
return this.locationCoordinatesLatitudeField;
|
|
}
|
|
set
|
|
{
|
|
this.locationCoordinatesLatitudeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool LocationCoordinatesLatitudeSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.locationCoordinatesLatitudeFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.locationCoordinatesLatitudeFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public int LocationCoordinatesLongitude
|
|
{
|
|
get
|
|
{
|
|
return this.locationCoordinatesLongitudeField;
|
|
}
|
|
set
|
|
{
|
|
this.locationCoordinatesLongitudeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool LocationCoordinatesLongitudeSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.locationCoordinatesLongitudeFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.locationCoordinatesLongitudeFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType = "date")]
|
|
public System.DateTime DateFrom
|
|
{
|
|
get
|
|
{
|
|
return this.dateFromField;
|
|
}
|
|
set
|
|
{
|
|
this.dateFromField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool DateFromSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.dateFromFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.dateFromFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType = "date")]
|
|
public System.DateTime DateTo
|
|
{
|
|
get
|
|
{
|
|
return this.dateToField;
|
|
}
|
|
set
|
|
{
|
|
this.dateToField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool DateToSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.dateToFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.dateToFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string ActivityType
|
|
{
|
|
get
|
|
{
|
|
return this.activityTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.activityTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string SecurityMattersToReport
|
|
{
|
|
get
|
|
{
|
|
return this.securityMattersToReportField;
|
|
}
|
|
set
|
|
{
|
|
this.securityMattersToReportField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class LastTenPortFacilitiesCalled
|
|
{
|
|
|
|
private string portNameField;
|
|
|
|
private string portCountryField;
|
|
|
|
private string portLoCodeField;
|
|
|
|
private System.DateTime dateOfArrivalField;
|
|
|
|
private bool dateOfArrivalFieldSpecified;
|
|
|
|
private System.DateTime dateOfDepartureField;
|
|
|
|
private bool dateOfDepartureFieldSpecified;
|
|
|
|
private int shipSecurityLevelField;
|
|
|
|
private bool shipSecurityLevelFieldSpecified;
|
|
|
|
private string securityMattersToReportField;
|
|
|
|
private string gISISCodeField;
|
|
|
|
/// <remarks/>
|
|
public string PortName
|
|
{
|
|
get
|
|
{
|
|
return this.portNameField;
|
|
}
|
|
set
|
|
{
|
|
this.portNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string PortCountry
|
|
{
|
|
get
|
|
{
|
|
return this.portCountryField;
|
|
}
|
|
set
|
|
{
|
|
this.portCountryField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string PortLoCode
|
|
{
|
|
get
|
|
{
|
|
return this.portLoCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.portLoCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType = "date")]
|
|
public System.DateTime DateOfArrival
|
|
{
|
|
get
|
|
{
|
|
return this.dateOfArrivalField;
|
|
}
|
|
set
|
|
{
|
|
this.dateOfArrivalField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool DateOfArrivalSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.dateOfArrivalFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.dateOfArrivalFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType = "date")]
|
|
public System.DateTime DateOfDeparture
|
|
{
|
|
get
|
|
{
|
|
return this.dateOfDepartureField;
|
|
}
|
|
set
|
|
{
|
|
this.dateOfDepartureField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool DateOfDepartureSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.dateOfDepartureFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.dateOfDepartureFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public int ShipSecurityLevel
|
|
{
|
|
get
|
|
{
|
|
return this.shipSecurityLevelField;
|
|
}
|
|
set
|
|
{
|
|
this.shipSecurityLevelField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool ShipSecurityLevelSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.shipSecurityLevelFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.shipSecurityLevelFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string SecurityMattersToReport
|
|
{
|
|
get
|
|
{
|
|
return this.securityMattersToReportField;
|
|
}
|
|
set
|
|
{
|
|
this.securityMattersToReportField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string GISISCode
|
|
{
|
|
get
|
|
{
|
|
return this.gISISCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.gISISCodeField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class SEC
|
|
{
|
|
|
|
private bool secSimplificationField;
|
|
|
|
private bool secSimplificationFieldSpecified;
|
|
|
|
private string portOfCallWhereCompleteSECNotifiedField;
|
|
|
|
private string csoLastNameField;
|
|
|
|
private string csoFirstNameField;
|
|
|
|
private string csoPhoneField;
|
|
|
|
private string csoFaxField;
|
|
|
|
private string csoeMailField;
|
|
|
|
private bool validISSCOnBoardField;
|
|
|
|
private bool validISSCOnBoardFieldSpecified;
|
|
|
|
private string reasonsForNoValidISSCField;
|
|
|
|
private IsscType isscTypeField;
|
|
|
|
private bool isscTypeFieldSpecified;
|
|
|
|
private IsscIssuerType isscIssuerTypeField;
|
|
|
|
private bool isscIssuerTypeFieldSpecified;
|
|
|
|
private string isscIssuerNameField;
|
|
|
|
private System.DateTime isscDateOfExpirationField;
|
|
|
|
private bool isscDateOfExpirationFieldSpecified;
|
|
|
|
private bool approvedSecurityPlanOnBoardField;
|
|
|
|
private bool approvedSecurityPlanOnBoardFieldSpecified;
|
|
|
|
private int currentShipSecurityLevelField;
|
|
|
|
private bool currentShipSecurityLevelFieldSpecified;
|
|
|
|
private string portFacilityOfArrivalField;
|
|
|
|
private GeneralCargoType generalDescriptionOfCargoField;
|
|
|
|
private bool generalDescriptionOfCargoFieldSpecified;
|
|
|
|
private LastTenPortFacilitiesCalled[] lastTenPortFacilitiesCalledField;
|
|
|
|
private ShipToShipActivitiesDuringLastTenPortFacilitiesCalled[] shipToShipActivitiesDuringLastTenPortFacilitiesCalledField;
|
|
|
|
private ShipToShipActivities[] shipToShipActivitiesField;
|
|
|
|
/// <remarks/>
|
|
public bool SecSimplification
|
|
{
|
|
get
|
|
{
|
|
return this.secSimplificationField;
|
|
}
|
|
set
|
|
{
|
|
this.secSimplificationField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool SecSimplificationSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.secSimplificationFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.secSimplificationFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string PortOfCallWhereCompleteSECNotified
|
|
{
|
|
get
|
|
{
|
|
return this.portOfCallWhereCompleteSECNotifiedField;
|
|
}
|
|
set
|
|
{
|
|
this.portOfCallWhereCompleteSECNotifiedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string CsoLastName
|
|
{
|
|
get
|
|
{
|
|
return this.csoLastNameField;
|
|
}
|
|
set
|
|
{
|
|
this.csoLastNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string CsoFirstName
|
|
{
|
|
get
|
|
{
|
|
return this.csoFirstNameField;
|
|
}
|
|
set
|
|
{
|
|
this.csoFirstNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string CsoPhone
|
|
{
|
|
get
|
|
{
|
|
return this.csoPhoneField;
|
|
}
|
|
set
|
|
{
|
|
this.csoPhoneField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string CsoFax
|
|
{
|
|
get
|
|
{
|
|
return this.csoFaxField;
|
|
}
|
|
set
|
|
{
|
|
this.csoFaxField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string CsoeMail
|
|
{
|
|
get
|
|
{
|
|
return this.csoeMailField;
|
|
}
|
|
set
|
|
{
|
|
this.csoeMailField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public bool ValidISSCOnBoard
|
|
{
|
|
get
|
|
{
|
|
return this.validISSCOnBoardField;
|
|
}
|
|
set
|
|
{
|
|
this.validISSCOnBoardField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool ValidISSCOnBoardSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.validISSCOnBoardFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.validISSCOnBoardFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string ReasonsForNoValidISSC
|
|
{
|
|
get
|
|
{
|
|
return this.reasonsForNoValidISSCField;
|
|
}
|
|
set
|
|
{
|
|
this.reasonsForNoValidISSCField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public IsscType IsscType
|
|
{
|
|
get
|
|
{
|
|
return this.isscTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.isscTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool IsscTypeSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.isscTypeFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.isscTypeFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public IsscIssuerType IsscIssuerType
|
|
{
|
|
get
|
|
{
|
|
return this.isscIssuerTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.isscIssuerTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool IsscIssuerTypeSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.isscIssuerTypeFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.isscIssuerTypeFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string IsscIssuerName
|
|
{
|
|
get
|
|
{
|
|
return this.isscIssuerNameField;
|
|
}
|
|
set
|
|
{
|
|
this.isscIssuerNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType = "date")]
|
|
public System.DateTime IsscDateOfExpiration
|
|
{
|
|
get
|
|
{
|
|
return this.isscDateOfExpirationField;
|
|
}
|
|
set
|
|
{
|
|
this.isscDateOfExpirationField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool IsscDateOfExpirationSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.isscDateOfExpirationFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.isscDateOfExpirationFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public bool ApprovedSecurityPlanOnBoard
|
|
{
|
|
get
|
|
{
|
|
return this.approvedSecurityPlanOnBoardField;
|
|
}
|
|
set
|
|
{
|
|
this.approvedSecurityPlanOnBoardField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool ApprovedSecurityPlanOnBoardSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.approvedSecurityPlanOnBoardFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.approvedSecurityPlanOnBoardFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public int CurrentShipSecurityLevel
|
|
{
|
|
get
|
|
{
|
|
return this.currentShipSecurityLevelField;
|
|
}
|
|
set
|
|
{
|
|
this.currentShipSecurityLevelField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool CurrentShipSecurityLevelSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.currentShipSecurityLevelFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.currentShipSecurityLevelFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string PortFacilityOfArrival
|
|
{
|
|
get
|
|
{
|
|
return this.portFacilityOfArrivalField;
|
|
}
|
|
set
|
|
{
|
|
this.portFacilityOfArrivalField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public GeneralCargoType GeneralDescriptionOfCargo
|
|
{
|
|
get
|
|
{
|
|
return this.generalDescriptionOfCargoField;
|
|
}
|
|
set
|
|
{
|
|
this.generalDescriptionOfCargoField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool GeneralDescriptionOfCargoSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.generalDescriptionOfCargoFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.generalDescriptionOfCargoFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("LastTenPortFacilitiesCalled")]
|
|
public LastTenPortFacilitiesCalled[] LastTenPortFacilitiesCalled
|
|
{
|
|
get
|
|
{
|
|
return this.lastTenPortFacilitiesCalledField;
|
|
}
|
|
set
|
|
{
|
|
this.lastTenPortFacilitiesCalledField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("ShipToShipActivitiesDuringLastTenPortFacilitiesCalled")]
|
|
public ShipToShipActivitiesDuringLastTenPortFacilitiesCalled[] ShipToShipActivitiesDuringLastTenPortFacilitiesCalled
|
|
{
|
|
get
|
|
{
|
|
return this.shipToShipActivitiesDuringLastTenPortFacilitiesCalledField;
|
|
}
|
|
set
|
|
{
|
|
this.shipToShipActivitiesDuringLastTenPortFacilitiesCalledField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("ShipToShipActivities")]
|
|
public ShipToShipActivities[] ShipToShipActivities
|
|
{
|
|
get
|
|
{
|
|
return this.shipToShipActivitiesField;
|
|
}
|
|
set
|
|
{
|
|
this.shipToShipActivitiesField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public enum IsscType
|
|
{
|
|
|
|
/// <remarks/>
|
|
FULL,
|
|
|
|
/// <remarks/>
|
|
INTERIM,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public enum IsscIssuerType
|
|
{
|
|
|
|
/// <remarks/>
|
|
ADMINISTRATION,
|
|
|
|
/// <remarks/>
|
|
RSO,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public enum GeneralCargoType
|
|
{
|
|
|
|
/// <remarks/>
|
|
CONTAINER,
|
|
|
|
/// <remarks/>
|
|
CONVENTIONAL_GENERAL_CARGO,
|
|
|
|
/// <remarks/>
|
|
DRY_CARGO_IN_BULK,
|
|
|
|
/// <remarks/>
|
|
EMPTY,
|
|
|
|
/// <remarks/>
|
|
LIQUID_CARGO_IN_BULK,
|
|
|
|
/// <remarks/>
|
|
VEHICLES,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class TankerDetails
|
|
{
|
|
|
|
private TankerHullConfigurationType tankerHullConfigurationField;
|
|
|
|
private ConditionCargoBallastTanksType conditionCargoBallastTanksField;
|
|
|
|
private string natureOfCargoField;
|
|
|
|
private double volumeOfCargoTNEField;
|
|
|
|
private bool volumeOfCargoTNEFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
public TankerHullConfigurationType TankerHullConfiguration
|
|
{
|
|
get
|
|
{
|
|
return this.tankerHullConfigurationField;
|
|
}
|
|
set
|
|
{
|
|
this.tankerHullConfigurationField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ConditionCargoBallastTanksType ConditionCargoBallastTanks
|
|
{
|
|
get
|
|
{
|
|
return this.conditionCargoBallastTanksField;
|
|
}
|
|
set
|
|
{
|
|
this.conditionCargoBallastTanksField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string NatureOfCargo
|
|
{
|
|
get
|
|
{
|
|
return this.natureOfCargoField;
|
|
}
|
|
set
|
|
{
|
|
this.natureOfCargoField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public double VolumeOfCargoTNE
|
|
{
|
|
get
|
|
{
|
|
return this.volumeOfCargoTNEField;
|
|
}
|
|
set
|
|
{
|
|
this.volumeOfCargoTNEField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool VolumeOfCargoTNESpecified
|
|
{
|
|
get
|
|
{
|
|
return this.volumeOfCargoTNEFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.volumeOfCargoTNEFieldSpecified = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public enum TankerHullConfigurationType
|
|
{
|
|
|
|
/// <remarks/>
|
|
DOUBLE_HULL,
|
|
|
|
/// <remarks/>
|
|
SINGLE_HULL,
|
|
|
|
/// <remarks/>
|
|
SINGLE_HULL_WITH_SBT,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public enum ConditionCargoBallastTanksType
|
|
{
|
|
|
|
/// <remarks/>
|
|
EMPTY,
|
|
|
|
/// <remarks/>
|
|
FULL,
|
|
|
|
/// <remarks/>
|
|
INERTED,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class PRE72H
|
|
{
|
|
|
|
private bool tankerField;
|
|
|
|
private TankerDetails tankerDetailsField;
|
|
|
|
private string plannedOperationsField;
|
|
|
|
private string plannedWorksField;
|
|
|
|
private System.DateTime dateOfLastExpandedInspectionField;
|
|
|
|
private double plannedPeriodOfStayHURField;
|
|
|
|
/// <remarks/>
|
|
public bool Tanker
|
|
{
|
|
get
|
|
{
|
|
return this.tankerField;
|
|
}
|
|
set
|
|
{
|
|
this.tankerField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public TankerDetails TankerDetails
|
|
{
|
|
get
|
|
{
|
|
return this.tankerDetailsField;
|
|
}
|
|
set
|
|
{
|
|
this.tankerDetailsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string PlannedOperations
|
|
{
|
|
get
|
|
{
|
|
return this.plannedOperationsField;
|
|
}
|
|
set
|
|
{
|
|
this.plannedOperationsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string PlannedWorks
|
|
{
|
|
get
|
|
{
|
|
return this.plannedWorksField;
|
|
}
|
|
set
|
|
{
|
|
this.plannedWorksField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType = "date")]
|
|
public System.DateTime DateOfLastExpandedInspection
|
|
{
|
|
get
|
|
{
|
|
return this.dateOfLastExpandedInspectionField;
|
|
}
|
|
set
|
|
{
|
|
this.dateOfLastExpandedInspectionField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public double PlannedPeriodOfStayHUR
|
|
{
|
|
get
|
|
{
|
|
return this.plannedPeriodOfStayHURField;
|
|
}
|
|
set
|
|
{
|
|
this.plannedPeriodOfStayHURField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class PoBD
|
|
{
|
|
|
|
private int totalPersonsOnBoardUponDepartureField;
|
|
|
|
private bool totalPersonsOnBoardUponDepartureFieldSpecified;
|
|
|
|
private int totalCrewMembersOnBoardUponDepartureField;
|
|
|
|
private int totalPassengersOnBoardUponDepartureField;
|
|
|
|
private int totalStowawaysOnBoardUponDepartureField;
|
|
|
|
/// <remarks/>
|
|
public int TotalPersonsOnBoardUponDeparture
|
|
{
|
|
get
|
|
{
|
|
return this.totalPersonsOnBoardUponDepartureField;
|
|
}
|
|
set
|
|
{
|
|
this.totalPersonsOnBoardUponDepartureField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool TotalPersonsOnBoardUponDepartureSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.totalPersonsOnBoardUponDepartureFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.totalPersonsOnBoardUponDepartureFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public int TotalCrewMembersOnBoardUponDeparture
|
|
{
|
|
get
|
|
{
|
|
return this.totalCrewMembersOnBoardUponDepartureField;
|
|
}
|
|
set
|
|
{
|
|
this.totalCrewMembersOnBoardUponDepartureField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public int TotalPassengersOnBoardUponDeparture
|
|
{
|
|
get
|
|
{
|
|
return this.totalPassengersOnBoardUponDepartureField;
|
|
}
|
|
set
|
|
{
|
|
this.totalPassengersOnBoardUponDepartureField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public int TotalStowawaysOnBoardUponDeparture
|
|
{
|
|
get
|
|
{
|
|
return this.totalStowawaysOnBoardUponDepartureField;
|
|
}
|
|
set
|
|
{
|
|
this.totalStowawaysOnBoardUponDepartureField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class PoBA
|
|
{
|
|
|
|
private int totalPersonsOnBoardUponArrivalField;
|
|
|
|
private bool totalPersonsOnBoardUponArrivalFieldSpecified;
|
|
|
|
private int totalCrewMembersOnBoardUponArrivalField;
|
|
|
|
private int totalPassengersOnBoardUponArrivalField;
|
|
|
|
private int totalStowawaysOnBoardUponArrivalField;
|
|
|
|
/// <remarks/>
|
|
public int TotalPersonsOnBoardUponArrival
|
|
{
|
|
get
|
|
{
|
|
return this.totalPersonsOnBoardUponArrivalField;
|
|
}
|
|
set
|
|
{
|
|
this.totalPersonsOnBoardUponArrivalField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool TotalPersonsOnBoardUponArrivalSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.totalPersonsOnBoardUponArrivalFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.totalPersonsOnBoardUponArrivalFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public int TotalCrewMembersOnBoardUponArrival
|
|
{
|
|
get
|
|
{
|
|
return this.totalCrewMembersOnBoardUponArrivalField;
|
|
}
|
|
set
|
|
{
|
|
this.totalCrewMembersOnBoardUponArrivalField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public int TotalPassengersOnBoardUponArrival
|
|
{
|
|
get
|
|
{
|
|
return this.totalPassengersOnBoardUponArrivalField;
|
|
}
|
|
set
|
|
{
|
|
this.totalPassengersOnBoardUponArrivalField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public int TotalStowawaysOnBoardUponArrival
|
|
{
|
|
get
|
|
{
|
|
return this.totalStowawaysOnBoardUponArrivalField;
|
|
}
|
|
set
|
|
{
|
|
this.totalStowawaysOnBoardUponArrivalField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class Passenger
|
|
{
|
|
|
|
private string lastNameField;
|
|
|
|
private string firstNameField;
|
|
|
|
private string placeOfBirthField;
|
|
|
|
private System.DateTime dateOfBirthField;
|
|
|
|
private bool dateOfBirthFieldSpecified;
|
|
|
|
private GenderType genderField;
|
|
|
|
private bool genderFieldSpecified;
|
|
|
|
private string nationalityField;
|
|
|
|
private IdentityDocumentType identityDocumentTypeField;
|
|
|
|
private bool identityDocumentTypeFieldSpecified;
|
|
|
|
private string identityDocumentIdField;
|
|
|
|
private string visaNumberField;
|
|
|
|
private string portOfEmbarkationField;
|
|
|
|
private string portOfDisembarkationField;
|
|
|
|
private bool inTransitField;
|
|
|
|
private bool inTransitFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
public string LastName
|
|
{
|
|
get
|
|
{
|
|
return this.lastNameField;
|
|
}
|
|
set
|
|
{
|
|
this.lastNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string FirstName
|
|
{
|
|
get
|
|
{
|
|
return this.firstNameField;
|
|
}
|
|
set
|
|
{
|
|
this.firstNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string PlaceOfBirth
|
|
{
|
|
get
|
|
{
|
|
return this.placeOfBirthField;
|
|
}
|
|
set
|
|
{
|
|
this.placeOfBirthField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType = "date")]
|
|
public System.DateTime DateOfBirth
|
|
{
|
|
get
|
|
{
|
|
return this.dateOfBirthField;
|
|
}
|
|
set
|
|
{
|
|
this.dateOfBirthField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool DateOfBirthSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.dateOfBirthFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.dateOfBirthFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public GenderType Gender
|
|
{
|
|
get
|
|
{
|
|
return this.genderField;
|
|
}
|
|
set
|
|
{
|
|
this.genderField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool GenderSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.genderFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.genderFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string Nationality
|
|
{
|
|
get
|
|
{
|
|
return this.nationalityField;
|
|
}
|
|
set
|
|
{
|
|
this.nationalityField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public IdentityDocumentType IdentityDocumentType
|
|
{
|
|
get
|
|
{
|
|
return this.identityDocumentTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.identityDocumentTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool IdentityDocumentTypeSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.identityDocumentTypeFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.identityDocumentTypeFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string IdentityDocumentId
|
|
{
|
|
get
|
|
{
|
|
return this.identityDocumentIdField;
|
|
}
|
|
set
|
|
{
|
|
this.identityDocumentIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string VisaNumber
|
|
{
|
|
get
|
|
{
|
|
return this.visaNumberField;
|
|
}
|
|
set
|
|
{
|
|
this.visaNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string PortOfEmbarkation
|
|
{
|
|
get
|
|
{
|
|
return this.portOfEmbarkationField;
|
|
}
|
|
set
|
|
{
|
|
this.portOfEmbarkationField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string PortOfDisembarkation
|
|
{
|
|
get
|
|
{
|
|
return this.portOfDisembarkationField;
|
|
}
|
|
set
|
|
{
|
|
this.portOfDisembarkationField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public bool InTransit
|
|
{
|
|
get
|
|
{
|
|
return this.inTransitField;
|
|
}
|
|
set
|
|
{
|
|
this.inTransitField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool InTransitSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.inTransitFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.inTransitFieldSpecified = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public enum GenderType
|
|
{
|
|
|
|
/// <remarks/>
|
|
FEMALE,
|
|
|
|
/// <remarks/>
|
|
MALE,
|
|
|
|
/// <remarks/>
|
|
OTHER,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public enum IdentityDocumentType
|
|
{
|
|
|
|
/// <remarks/>
|
|
IDENTITY_CARD,
|
|
|
|
/// <remarks/>
|
|
MUSTER_BOOK,
|
|
|
|
/// <remarks/>
|
|
OTHER_LEGAL_IDENTITY_DOCUMENT,
|
|
|
|
/// <remarks/>
|
|
PASSPORT,
|
|
|
|
/// <remarks/>
|
|
PICTURE_ID,
|
|
|
|
/// <remarks/>
|
|
RESIDENTAL_PERMIT,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class NAME
|
|
{
|
|
|
|
private string nameOfMasterField;
|
|
|
|
/// <remarks/>
|
|
public string NameOfMaster
|
|
{
|
|
get
|
|
{
|
|
return this.nameOfMasterField;
|
|
}
|
|
set
|
|
{
|
|
this.nameOfMasterField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class CrewJoinedShipName
|
|
{
|
|
|
|
private string nameField;
|
|
|
|
/// <remarks/>
|
|
public string Name
|
|
{
|
|
get
|
|
{
|
|
return this.nameField;
|
|
}
|
|
set
|
|
{
|
|
this.nameField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class PortOfCallLast30Days
|
|
{
|
|
|
|
private string locodeField;
|
|
|
|
private System.DateTime dateOfDepartureField;
|
|
|
|
private bool crewMembersJoinedField;
|
|
|
|
private CrewJoinedShipName[] crewJoinedShipNameField;
|
|
|
|
/// <remarks/>
|
|
public string Locode
|
|
{
|
|
get
|
|
{
|
|
return this.locodeField;
|
|
}
|
|
set
|
|
{
|
|
this.locodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType = "date")]
|
|
public System.DateTime DateOfDeparture
|
|
{
|
|
get
|
|
{
|
|
return this.dateOfDepartureField;
|
|
}
|
|
set
|
|
{
|
|
this.dateOfDepartureField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public bool CrewMembersJoined
|
|
{
|
|
get
|
|
{
|
|
return this.crewMembersJoinedField;
|
|
}
|
|
set
|
|
{
|
|
this.crewMembersJoinedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("CrewJoinedShipName")]
|
|
public CrewJoinedShipName[] CrewJoinedShipName
|
|
{
|
|
get
|
|
{
|
|
return this.crewJoinedShipNameField;
|
|
}
|
|
set
|
|
{
|
|
this.crewJoinedShipNameField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class InfectedArea
|
|
{
|
|
|
|
private string infectedAreaPortField;
|
|
|
|
private System.DateTime infectedAreaDateField;
|
|
|
|
/// <remarks/>
|
|
public string InfectedAreaPort
|
|
{
|
|
get
|
|
{
|
|
return this.infectedAreaPortField;
|
|
}
|
|
set
|
|
{
|
|
this.infectedAreaPortField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType = "date")]
|
|
public System.DateTime InfectedAreaDate
|
|
{
|
|
get
|
|
{
|
|
return this.infectedAreaDateField;
|
|
}
|
|
set
|
|
{
|
|
this.infectedAreaDateField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class ValidSanitaryControlExemptionOrCertificate
|
|
{
|
|
|
|
private string placeOfIssueField;
|
|
|
|
private System.DateTime dateOfIssueField;
|
|
|
|
/// <remarks/>
|
|
public string PlaceOfIssue
|
|
{
|
|
get
|
|
{
|
|
return this.placeOfIssueField;
|
|
}
|
|
set
|
|
{
|
|
this.placeOfIssueField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType = "date")]
|
|
public System.DateTime DateOfIssue
|
|
{
|
|
get
|
|
{
|
|
return this.dateOfIssueField;
|
|
}
|
|
set
|
|
{
|
|
this.dateOfIssueField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class StowawaysJoiningLocations
|
|
{
|
|
|
|
private string stowawaysJoiningLocationField;
|
|
|
|
/// <remarks/>
|
|
public string StowawaysJoiningLocation
|
|
{
|
|
get
|
|
{
|
|
return this.stowawaysJoiningLocationField;
|
|
}
|
|
set
|
|
{
|
|
this.stowawaysJoiningLocationField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class SanitaryMeasuresDetails
|
|
{
|
|
|
|
private string sanitaryMeasuresTypeField;
|
|
|
|
private string sanitaryMeasuresLocationField;
|
|
|
|
private System.DateTime sanitaryMeasuresDateField;
|
|
|
|
/// <remarks/>
|
|
public string SanitaryMeasuresType
|
|
{
|
|
get
|
|
{
|
|
return this.sanitaryMeasuresTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.sanitaryMeasuresTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string SanitaryMeasuresLocation
|
|
{
|
|
get
|
|
{
|
|
return this.sanitaryMeasuresLocationField;
|
|
}
|
|
set
|
|
{
|
|
this.sanitaryMeasuresLocationField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType = "date")]
|
|
public System.DateTime SanitaryMeasuresDate
|
|
{
|
|
get
|
|
{
|
|
return this.sanitaryMeasuresDateField;
|
|
}
|
|
set
|
|
{
|
|
this.sanitaryMeasuresDateField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class MDH
|
|
{
|
|
|
|
private bool mdhSimplificationField;
|
|
|
|
private bool mdhSimplificationFieldSpecified;
|
|
|
|
private string portOfCallWhereCompleteMDHNotifiedField;
|
|
|
|
private bool nonAccidentialDeathsDuringVoyageField;
|
|
|
|
private bool nonAccidentialDeathsDuringVoyageFieldSpecified;
|
|
|
|
private int nonAccidentialDeathsDuringVoyageCountField;
|
|
|
|
private bool nonAccidentialDeathsDuringVoyageCountFieldSpecified;
|
|
|
|
private bool suspisionInfectiousNatureField;
|
|
|
|
private bool suspisionInfectiousNatureFieldSpecified;
|
|
|
|
private bool numberOfIllPersonsHigherThanExpectedField;
|
|
|
|
private bool numberOfIllPersonsHigherThanExpectedFieldSpecified;
|
|
|
|
private int numberOfIllPersonsField;
|
|
|
|
private bool numberOfIllPersonsFieldSpecified;
|
|
|
|
private bool sickPersonsOnBoardField;
|
|
|
|
private bool sickPersonsOnBoardFieldSpecified;
|
|
|
|
private bool medicalConsultedField;
|
|
|
|
private bool medicalConsultedFieldSpecified;
|
|
|
|
private bool awareOfConditionsForFurtherInfectionsField;
|
|
|
|
private bool awareOfConditionsForFurtherInfectionsFieldSpecified;
|
|
|
|
private bool sanitaryMeasuresAppliedField;
|
|
|
|
private bool sanitaryMeasuresAppliedFieldSpecified;
|
|
|
|
private SanitaryMeasuresDetails[] sanitaryMeasuresDetailsField;
|
|
|
|
private bool stowawaysDetectedField;
|
|
|
|
private bool stowawaysDetectedFieldSpecified;
|
|
|
|
private string stowawaysJoiningLocationField;
|
|
|
|
private StowawaysJoiningLocations[] stowawaysJoiningLocationsField;
|
|
|
|
private bool sickAnimalOrPetOnBoardField;
|
|
|
|
private bool sickAnimalOrPetOnBoardFieldSpecified;
|
|
|
|
private bool validSanitaryControlExemptionOrCertificateOnBoardField;
|
|
|
|
private bool validSanitaryControlExemptionOrCertificateOnBoardFieldSpecified;
|
|
|
|
private ValidSanitaryControlExemptionOrCertificate validSanitaryControlExemptionOrCertificateField;
|
|
|
|
private bool sanitaryControlReinspectionRequiredField;
|
|
|
|
private bool sanitaryControlReinspectionRequiredFieldSpecified;
|
|
|
|
private bool infectedAreaVisitedField;
|
|
|
|
private bool infectedAreaVisitedFieldSpecified;
|
|
|
|
private InfectedArea[] infectedAreaField;
|
|
|
|
private PortOfCallLast30Days[] portsOfCallLast30DaysField;
|
|
|
|
/// <remarks/>
|
|
public bool MdhSimplification
|
|
{
|
|
get
|
|
{
|
|
return this.mdhSimplificationField;
|
|
}
|
|
set
|
|
{
|
|
this.mdhSimplificationField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool MdhSimplificationSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.mdhSimplificationFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.mdhSimplificationFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string PortOfCallWhereCompleteMDHNotified
|
|
{
|
|
get
|
|
{
|
|
return this.portOfCallWhereCompleteMDHNotifiedField;
|
|
}
|
|
set
|
|
{
|
|
this.portOfCallWhereCompleteMDHNotifiedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public bool NonAccidentialDeathsDuringVoyage
|
|
{
|
|
get
|
|
{
|
|
return this.nonAccidentialDeathsDuringVoyageField;
|
|
}
|
|
set
|
|
{
|
|
this.nonAccidentialDeathsDuringVoyageField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool NonAccidentialDeathsDuringVoyageSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.nonAccidentialDeathsDuringVoyageFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.nonAccidentialDeathsDuringVoyageFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public int NonAccidentialDeathsDuringVoyageCount
|
|
{
|
|
get
|
|
{
|
|
return this.nonAccidentialDeathsDuringVoyageCountField;
|
|
}
|
|
set
|
|
{
|
|
this.nonAccidentialDeathsDuringVoyageCountField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool NonAccidentialDeathsDuringVoyageCountSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.nonAccidentialDeathsDuringVoyageCountFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.nonAccidentialDeathsDuringVoyageCountFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public bool SuspisionInfectiousNature
|
|
{
|
|
get
|
|
{
|
|
return this.suspisionInfectiousNatureField;
|
|
}
|
|
set
|
|
{
|
|
this.suspisionInfectiousNatureField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool SuspisionInfectiousNatureSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.suspisionInfectiousNatureFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.suspisionInfectiousNatureFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public bool NumberOfIllPersonsHigherThanExpected
|
|
{
|
|
get
|
|
{
|
|
return this.numberOfIllPersonsHigherThanExpectedField;
|
|
}
|
|
set
|
|
{
|
|
this.numberOfIllPersonsHigherThanExpectedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool NumberOfIllPersonsHigherThanExpectedSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.numberOfIllPersonsHigherThanExpectedFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.numberOfIllPersonsHigherThanExpectedFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public int NumberOfIllPersons
|
|
{
|
|
get
|
|
{
|
|
return this.numberOfIllPersonsField;
|
|
}
|
|
set
|
|
{
|
|
this.numberOfIllPersonsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool NumberOfIllPersonsSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.numberOfIllPersonsFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.numberOfIllPersonsFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public bool SickPersonsOnBoard
|
|
{
|
|
get
|
|
{
|
|
return this.sickPersonsOnBoardField;
|
|
}
|
|
set
|
|
{
|
|
this.sickPersonsOnBoardField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool SickPersonsOnBoardSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.sickPersonsOnBoardFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.sickPersonsOnBoardFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public bool MedicalConsulted
|
|
{
|
|
get
|
|
{
|
|
return this.medicalConsultedField;
|
|
}
|
|
set
|
|
{
|
|
this.medicalConsultedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool MedicalConsultedSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.medicalConsultedFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.medicalConsultedFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public bool AwareOfConditionsForFurtherInfections
|
|
{
|
|
get
|
|
{
|
|
return this.awareOfConditionsForFurtherInfectionsField;
|
|
}
|
|
set
|
|
{
|
|
this.awareOfConditionsForFurtherInfectionsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool AwareOfConditionsForFurtherInfectionsSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.awareOfConditionsForFurtherInfectionsFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.awareOfConditionsForFurtherInfectionsFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public bool SanitaryMeasuresApplied
|
|
{
|
|
get
|
|
{
|
|
return this.sanitaryMeasuresAppliedField;
|
|
}
|
|
set
|
|
{
|
|
this.sanitaryMeasuresAppliedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool SanitaryMeasuresAppliedSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.sanitaryMeasuresAppliedFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.sanitaryMeasuresAppliedFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("SanitaryMeasuresDetails")]
|
|
public SanitaryMeasuresDetails[] SanitaryMeasuresDetails
|
|
{
|
|
get
|
|
{
|
|
return this.sanitaryMeasuresDetailsField;
|
|
}
|
|
set
|
|
{
|
|
this.sanitaryMeasuresDetailsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public bool StowawaysDetected
|
|
{
|
|
get
|
|
{
|
|
return this.stowawaysDetectedField;
|
|
}
|
|
set
|
|
{
|
|
this.stowawaysDetectedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool StowawaysDetectedSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.stowawaysDetectedFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.stowawaysDetectedFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string StowawaysJoiningLocation
|
|
{
|
|
get
|
|
{
|
|
return this.stowawaysJoiningLocationField;
|
|
}
|
|
set
|
|
{
|
|
this.stowawaysJoiningLocationField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("StowawaysJoiningLocations")]
|
|
public StowawaysJoiningLocations[] StowawaysJoiningLocations
|
|
{
|
|
get
|
|
{
|
|
return this.stowawaysJoiningLocationsField;
|
|
}
|
|
set
|
|
{
|
|
this.stowawaysJoiningLocationsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public bool SickAnimalOrPetOnBoard
|
|
{
|
|
get
|
|
{
|
|
return this.sickAnimalOrPetOnBoardField;
|
|
}
|
|
set
|
|
{
|
|
this.sickAnimalOrPetOnBoardField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool SickAnimalOrPetOnBoardSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.sickAnimalOrPetOnBoardFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.sickAnimalOrPetOnBoardFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public bool ValidSanitaryControlExemptionOrCertificateOnBoard
|
|
{
|
|
get
|
|
{
|
|
return this.validSanitaryControlExemptionOrCertificateOnBoardField;
|
|
}
|
|
set
|
|
{
|
|
this.validSanitaryControlExemptionOrCertificateOnBoardField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool ValidSanitaryControlExemptionOrCertificateOnBoardSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.validSanitaryControlExemptionOrCertificateOnBoardFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.validSanitaryControlExemptionOrCertificateOnBoardFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ValidSanitaryControlExemptionOrCertificate ValidSanitaryControlExemptionOrCertificate
|
|
{
|
|
get
|
|
{
|
|
return this.validSanitaryControlExemptionOrCertificateField;
|
|
}
|
|
set
|
|
{
|
|
this.validSanitaryControlExemptionOrCertificateField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public bool SanitaryControlReinspectionRequired
|
|
{
|
|
get
|
|
{
|
|
return this.sanitaryControlReinspectionRequiredField;
|
|
}
|
|
set
|
|
{
|
|
this.sanitaryControlReinspectionRequiredField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool SanitaryControlReinspectionRequiredSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.sanitaryControlReinspectionRequiredFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.sanitaryControlReinspectionRequiredFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public bool InfectedAreaVisited
|
|
{
|
|
get
|
|
{
|
|
return this.infectedAreaVisitedField;
|
|
}
|
|
set
|
|
{
|
|
this.infectedAreaVisitedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool InfectedAreaVisitedSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.infectedAreaVisitedFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.infectedAreaVisitedFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("InfectedArea")]
|
|
public InfectedArea[] InfectedArea
|
|
{
|
|
get
|
|
{
|
|
return this.infectedAreaField;
|
|
}
|
|
set
|
|
{
|
|
this.infectedAreaField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("PortsOfCallLast30Days")]
|
|
public PortOfCallLast30Days[] PortsOfCallLast30Days
|
|
{
|
|
get
|
|
{
|
|
return this.portsOfCallLast30DaysField;
|
|
}
|
|
set
|
|
{
|
|
this.portsOfCallLast30DaysField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
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 bool fumigatedBulkCargoField;
|
|
|
|
private bool fumigatedBulkCargoFieldSpecified;
|
|
|
|
private double deadWeightSummerTNEField;
|
|
|
|
private bool deadWeightSummerTNEFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
public ShippingAreaType ShippingArea
|
|
{
|
|
get
|
|
{
|
|
return this.shippingAreaField;
|
|
}
|
|
set
|
|
{
|
|
this.shippingAreaField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string PortArea
|
|
{
|
|
get
|
|
{
|
|
return this.portAreaField;
|
|
}
|
|
set
|
|
{
|
|
this.portAreaField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string RequestedPositionInPortOfCall
|
|
{
|
|
get
|
|
{
|
|
return this.requestedPositionInPortOfCallField;
|
|
}
|
|
set
|
|
{
|
|
this.requestedPositionInPortOfCallField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string SpecialRequirementsOfShipAtBerth
|
|
{
|
|
get
|
|
{
|
|
return this.specialRequirementsOfShipAtBerthField;
|
|
}
|
|
set
|
|
{
|
|
this.specialRequirementsOfShipAtBerthField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string ConstructionCharacteristicsOfShip
|
|
{
|
|
get
|
|
{
|
|
return this.constructionCharacteristicsOfShipField;
|
|
}
|
|
set
|
|
{
|
|
this.constructionCharacteristicsOfShipField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string BowThrusterPower
|
|
{
|
|
get
|
|
{
|
|
return this.bowThrusterPowerField;
|
|
}
|
|
set
|
|
{
|
|
this.bowThrusterPowerField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string SternThrusterPower
|
|
{
|
|
get
|
|
{
|
|
return this.sternThrusterPowerField;
|
|
}
|
|
set
|
|
{
|
|
this.sternThrusterPowerField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public bool FumigatedBulkCargo
|
|
{
|
|
get
|
|
{
|
|
return this.fumigatedBulkCargoField;
|
|
}
|
|
set
|
|
{
|
|
this.fumigatedBulkCargoField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool FumigatedBulkCargoSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.fumigatedBulkCargoFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.fumigatedBulkCargoFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public double DeadWeightSummerTNE
|
|
{
|
|
get
|
|
{
|
|
return this.deadWeightSummerTNEField;
|
|
}
|
|
set
|
|
{
|
|
this.deadWeightSummerTNEField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool DeadWeightSummerTNESpecified
|
|
{
|
|
get
|
|
{
|
|
return this.deadWeightSummerTNEFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.deadWeightSummerTNEFieldSpecified = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public enum ShippingAreaType
|
|
{
|
|
|
|
/// <remarks/>
|
|
EUROPE,
|
|
|
|
/// <remarks/>
|
|
NORTH_BALTIC_SEA,
|
|
|
|
/// <remarks/>
|
|
OVERSEAS,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class TIEFD
|
|
{
|
|
|
|
private double draughtUponDepartureDMTField;
|
|
|
|
/// <remarks/>
|
|
public double draughtUponDepartureDMT
|
|
{
|
|
get
|
|
{
|
|
return this.draughtUponDepartureDMTField;
|
|
}
|
|
set
|
|
{
|
|
this.draughtUponDepartureDMTField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class TIEFA
|
|
{
|
|
|
|
private double draughtUponArrivalDMTField;
|
|
|
|
/// <remarks/>
|
|
public double DraughtUponArrivalDMT
|
|
{
|
|
get
|
|
{
|
|
return this.draughtUponArrivalDMTField;
|
|
}
|
|
set
|
|
{
|
|
this.draughtUponArrivalDMTField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class CrewMember
|
|
{
|
|
|
|
private string lastNameField;
|
|
|
|
private string firstNameField;
|
|
|
|
private string placeOfBirthField;
|
|
|
|
private System.DateTime dateOfBirthField;
|
|
|
|
private bool dateOfBirthFieldSpecified;
|
|
|
|
private GenderType genderField;
|
|
|
|
private bool genderFieldSpecified;
|
|
|
|
private string nationalityField;
|
|
|
|
private IdentityDocumentType identityDocumentTypeField;
|
|
|
|
private bool identityDocumentTypeFieldSpecified;
|
|
|
|
private string identityDocumentIdField;
|
|
|
|
private string visaNumberField;
|
|
|
|
private string dutyField;
|
|
|
|
/// <remarks/>
|
|
public string LastName
|
|
{
|
|
get
|
|
{
|
|
return this.lastNameField;
|
|
}
|
|
set
|
|
{
|
|
this.lastNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string FirstName
|
|
{
|
|
get
|
|
{
|
|
return this.firstNameField;
|
|
}
|
|
set
|
|
{
|
|
this.firstNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string PlaceOfBirth
|
|
{
|
|
get
|
|
{
|
|
return this.placeOfBirthField;
|
|
}
|
|
set
|
|
{
|
|
this.placeOfBirthField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType = "date")]
|
|
public System.DateTime DateOfBirth
|
|
{
|
|
get
|
|
{
|
|
return this.dateOfBirthField;
|
|
}
|
|
set
|
|
{
|
|
this.dateOfBirthField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool DateOfBirthSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.dateOfBirthFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.dateOfBirthFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public GenderType Gender
|
|
{
|
|
get
|
|
{
|
|
return this.genderField;
|
|
}
|
|
set
|
|
{
|
|
this.genderField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool GenderSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.genderFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.genderFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string Nationality
|
|
{
|
|
get
|
|
{
|
|
return this.nationalityField;
|
|
}
|
|
set
|
|
{
|
|
this.nationalityField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public IdentityDocumentType IdentityDocumentType
|
|
{
|
|
get
|
|
{
|
|
return this.identityDocumentTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.identityDocumentTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool IdentityDocumentTypeSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.identityDocumentTypeFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.identityDocumentTypeFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string IdentityDocumentId
|
|
{
|
|
get
|
|
{
|
|
return this.identityDocumentIdField;
|
|
}
|
|
set
|
|
{
|
|
this.identityDocumentIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string VisaNumber
|
|
{
|
|
get
|
|
{
|
|
return this.visaNumberField;
|
|
}
|
|
set
|
|
{
|
|
this.visaNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string Duty
|
|
{
|
|
get
|
|
{
|
|
return this.dutyField;
|
|
}
|
|
set
|
|
{
|
|
this.dutyField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class CargoCode
|
|
{
|
|
|
|
private string codeTypeField;
|
|
|
|
private string valueField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string CodeType
|
|
{
|
|
get
|
|
{
|
|
return this.codeTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.codeTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlTextAttribute()]
|
|
public string Value
|
|
{
|
|
get
|
|
{
|
|
return this.valueField;
|
|
}
|
|
set
|
|
{
|
|
this.valueField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class Cargo
|
|
{
|
|
|
|
private CargoHandlingType cargoHandlingTypeField;
|
|
|
|
private bool cargoHandlingTypeFieldSpecified;
|
|
|
|
private CargoCode cargoCodeField;
|
|
|
|
private int cargoNumberOfItemsField;
|
|
|
|
private bool cargoNumberOfItemsFieldSpecified;
|
|
|
|
private double cargoGrossQuantityTNEField;
|
|
|
|
private bool cargoGrossQuantityTNEFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
public CargoHandlingType CargoHandlingType
|
|
{
|
|
get
|
|
{
|
|
return this.cargoHandlingTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.cargoHandlingTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool CargoHandlingTypeSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.cargoHandlingTypeFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.cargoHandlingTypeFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public CargoCode CargoCode
|
|
{
|
|
get
|
|
{
|
|
return this.cargoCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.cargoCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public int CargoNumberOfItems
|
|
{
|
|
get
|
|
{
|
|
return this.cargoNumberOfItemsField;
|
|
}
|
|
set
|
|
{
|
|
this.cargoNumberOfItemsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool CargoNumberOfItemsSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.cargoNumberOfItemsFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.cargoNumberOfItemsFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public double CargoGrossQuantityTNE
|
|
{
|
|
get
|
|
{
|
|
return this.cargoGrossQuantityTNEField;
|
|
}
|
|
set
|
|
{
|
|
this.cargoGrossQuantityTNEField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool CargoGrossQuantityTNESpecified
|
|
{
|
|
get
|
|
{
|
|
return this.cargoGrossQuantityTNEFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.cargoGrossQuantityTNEFieldSpecified = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public enum CargoHandlingType
|
|
{
|
|
|
|
/// <remarks/>
|
|
DISCHARGE,
|
|
|
|
/// <remarks/>
|
|
LOAD,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class BunkerFuel
|
|
{
|
|
|
|
private string bunkerFuelTypeField;
|
|
|
|
private double bunkerFuelQuantityTNEField;
|
|
|
|
private bool bunkerFuelQuantityTNEFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
public string BunkerFuelType
|
|
{
|
|
get
|
|
{
|
|
return this.bunkerFuelTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.bunkerFuelTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public double BunkerFuelQuantityTNE
|
|
{
|
|
get
|
|
{
|
|
return this.bunkerFuelQuantityTNEField;
|
|
}
|
|
set
|
|
{
|
|
this.bunkerFuelQuantityTNEField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool BunkerFuelQuantityTNESpecified
|
|
{
|
|
get
|
|
{
|
|
return this.bunkerFuelQuantityTNEFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.bunkerFuelQuantityTNEFieldSpecified = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class PortOfItinerary
|
|
{
|
|
|
|
private string portOfItineraryNameField;
|
|
|
|
private System.DateTime portOfItineraryETAField;
|
|
|
|
/// <remarks/>
|
|
public string PortOfItineraryName
|
|
{
|
|
get
|
|
{
|
|
return this.portOfItineraryNameField;
|
|
}
|
|
set
|
|
{
|
|
this.portOfItineraryNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.DateTime PortOfItineraryETA
|
|
{
|
|
get
|
|
{
|
|
return this.portOfItineraryETAField;
|
|
}
|
|
set
|
|
{
|
|
this.portOfItineraryETAField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class BPOL
|
|
{
|
|
|
|
private bool stowawayOnBoardField;
|
|
|
|
private PortOfItinerary[] portOfItineraryField;
|
|
|
|
/// <remarks/>
|
|
public bool StowawayOnBoard
|
|
{
|
|
get
|
|
{
|
|
return this.stowawayOnBoardField;
|
|
}
|
|
set
|
|
{
|
|
this.stowawayOnBoardField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("PortOfItinerary")]
|
|
public PortOfItinerary[] PortOfItinerary
|
|
{
|
|
get
|
|
{
|
|
return this.portOfItineraryField;
|
|
}
|
|
set
|
|
{
|
|
this.portOfItineraryField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class ATD
|
|
{
|
|
|
|
private System.DateTime atdPortOfCallField;
|
|
|
|
/// <remarks/>
|
|
public System.DateTime AtdPortOfCall
|
|
{
|
|
get
|
|
{
|
|
return this.atdPortOfCallField;
|
|
}
|
|
set
|
|
{
|
|
this.atdPortOfCallField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class ATA
|
|
{
|
|
|
|
private System.DateTime ataPortOfCallField;
|
|
|
|
/// <remarks/>
|
|
public System.DateTime AtaPortOfCall
|
|
{
|
|
get
|
|
{
|
|
return this.ataPortOfCallField;
|
|
}
|
|
set
|
|
{
|
|
this.ataPortOfCallField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class CallPurpose
|
|
{
|
|
|
|
private int callPurposeCodeField;
|
|
|
|
private string callPurposeDescriptionField;
|
|
|
|
/// <remarks/>
|
|
public int CallPurposeCode
|
|
{
|
|
get
|
|
{
|
|
return this.callPurposeCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.callPurposeCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string CallPurposeDescription
|
|
{
|
|
get
|
|
{
|
|
return this.callPurposeDescriptionField;
|
|
}
|
|
set
|
|
{
|
|
this.callPurposeDescriptionField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class NOA_NOD
|
|
{
|
|
|
|
private System.DateTime etaToPortOfCallField;
|
|
|
|
private bool etaToPortOfCallFieldSpecified;
|
|
|
|
private System.DateTime etdFromPortOfCallField;
|
|
|
|
private bool etdFromPortOfCallFieldSpecified;
|
|
|
|
private CallPurpose[] callPurposeField;
|
|
|
|
private System.DateTime etaToKielCanalField;
|
|
|
|
private bool etaToKielCanalFieldSpecified;
|
|
|
|
private System.DateTime etdFromKielCanalField;
|
|
|
|
private bool etdFromKielCanalFieldSpecified;
|
|
|
|
private string lastPortField;
|
|
|
|
private System.DateTime etdFromLastPortField;
|
|
|
|
private bool etdFromLastPortFieldSpecified;
|
|
|
|
private string nextPortField;
|
|
|
|
private System.DateTime etaToNextPortField;
|
|
|
|
private bool etaToNextPortFieldSpecified;
|
|
|
|
/// <remarks/>
|
|
public System.DateTime EtaToPortOfCall
|
|
{
|
|
get
|
|
{
|
|
return this.etaToPortOfCallField;
|
|
}
|
|
set
|
|
{
|
|
this.etaToPortOfCallField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool EtaToPortOfCallSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.etaToPortOfCallFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.etaToPortOfCallFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.DateTime EtdFromPortOfCall
|
|
{
|
|
get
|
|
{
|
|
return this.etdFromPortOfCallField;
|
|
}
|
|
set
|
|
{
|
|
this.etdFromPortOfCallField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool EtdFromPortOfCallSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.etdFromPortOfCallFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.etdFromPortOfCallFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("CallPurpose")]
|
|
public CallPurpose[] CallPurpose
|
|
{
|
|
get
|
|
{
|
|
return this.callPurposeField;
|
|
}
|
|
set
|
|
{
|
|
this.callPurposeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.DateTime EtaToKielCanal
|
|
{
|
|
get
|
|
{
|
|
return this.etaToKielCanalField;
|
|
}
|
|
set
|
|
{
|
|
this.etaToKielCanalField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool EtaToKielCanalSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.etaToKielCanalFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.etaToKielCanalFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.DateTime EtdFromKielCanal
|
|
{
|
|
get
|
|
{
|
|
return this.etdFromKielCanalField;
|
|
}
|
|
set
|
|
{
|
|
this.etdFromKielCanalField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool EtdFromKielCanalSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.etdFromKielCanalFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.etdFromKielCanalFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string LastPort
|
|
{
|
|
get
|
|
{
|
|
return this.lastPortField;
|
|
}
|
|
set
|
|
{
|
|
this.lastPortField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
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/>
|
|
public string NextPort
|
|
{
|
|
get
|
|
{
|
|
return this.nextPortField;
|
|
}
|
|
set
|
|
{
|
|
this.nextPortField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
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.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class Visit
|
|
{
|
|
|
|
private MessageHeaderType messageHeaderField;
|
|
|
|
private MessageType messageTypeField;
|
|
|
|
private string visitIDField;
|
|
|
|
private bool registerAndAddVisitIdField;
|
|
|
|
private bool registerAndAddVisitIdFieldSpecified;
|
|
|
|
private string transitIDField;
|
|
|
|
private bool registerAndAddTransitIdField;
|
|
|
|
private bool registerAndAddTransitIdFieldSpecified;
|
|
|
|
private string imoNumberField;
|
|
|
|
private string eniNumberField;
|
|
|
|
private string portOfCallField;
|
|
|
|
private string originatorsVoyageNumberField;
|
|
|
|
private string localReferenceNumberField;
|
|
|
|
private bool cancelledField;
|
|
|
|
private bool cancelledFieldSpecified;
|
|
|
|
private bool regularFerryRouteField;
|
|
|
|
private bool regularFerryRouteFieldSpecified;
|
|
|
|
private Participant vesselOperatorField;
|
|
|
|
private ReportingParty reportingPartyField;
|
|
|
|
private NOA_NOD nOA_NODField;
|
|
|
|
private ATA aTAField;
|
|
|
|
private ATD aTDField;
|
|
|
|
private BPOL bPOLField;
|
|
|
|
private BunkerFuel[] bKRAField;
|
|
|
|
private BunkerFuel[] bKRDField;
|
|
|
|
private Cargo[] lADGField;
|
|
|
|
private CrewMember[] cREWField;
|
|
|
|
private TIEFA tIEFAField;
|
|
|
|
private TIEFD tIEFDField;
|
|
|
|
private INFO iNFOField;
|
|
|
|
private MDH mDHField;
|
|
|
|
private NAME nAMEField;
|
|
|
|
private Passenger[] pASField;
|
|
|
|
private PoBA poBAField;
|
|
|
|
private PoBD poBDField;
|
|
|
|
private PRE72H pRE72HField;
|
|
|
|
private SEC sECField;
|
|
|
|
private Service[] sERVField;
|
|
|
|
private TowageArrival[] tOWAField;
|
|
|
|
private TowageDeparture[] tOWDField;
|
|
|
|
private STAT sTATField;
|
|
|
|
private WAS wASField;
|
|
|
|
private REG_VISIT rEG_VISITField;
|
|
|
|
private REG_TRANSIT rEG_TRANSITField;
|
|
|
|
private AGNT aGNTField;
|
|
|
|
private ResetNotification[] rESETField;
|
|
|
|
/// <remarks/>
|
|
public MessageHeaderType MessageHeader
|
|
{
|
|
get
|
|
{
|
|
return this.messageHeaderField;
|
|
}
|
|
set
|
|
{
|
|
this.messageHeaderField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public MessageType MessageType
|
|
{
|
|
get
|
|
{
|
|
return this.messageTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.messageTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string VisitID
|
|
{
|
|
get
|
|
{
|
|
return this.visitIDField;
|
|
}
|
|
set
|
|
{
|
|
this.visitIDField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public bool RegisterAndAddVisitId
|
|
{
|
|
get
|
|
{
|
|
return this.registerAndAddVisitIdField;
|
|
}
|
|
set
|
|
{
|
|
this.registerAndAddVisitIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool RegisterAndAddVisitIdSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.registerAndAddVisitIdFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.registerAndAddVisitIdFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string TransitID
|
|
{
|
|
get
|
|
{
|
|
return this.transitIDField;
|
|
}
|
|
set
|
|
{
|
|
this.transitIDField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public bool RegisterAndAddTransitId
|
|
{
|
|
get
|
|
{
|
|
return this.registerAndAddTransitIdField;
|
|
}
|
|
set
|
|
{
|
|
this.registerAndAddTransitIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool RegisterAndAddTransitIdSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.registerAndAddTransitIdFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.registerAndAddTransitIdFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string ImoNumber
|
|
{
|
|
get
|
|
{
|
|
return this.imoNumberField;
|
|
}
|
|
set
|
|
{
|
|
this.imoNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string EniNumber
|
|
{
|
|
get
|
|
{
|
|
return this.eniNumberField;
|
|
}
|
|
set
|
|
{
|
|
this.eniNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string PortOfCall
|
|
{
|
|
get
|
|
{
|
|
return this.portOfCallField;
|
|
}
|
|
set
|
|
{
|
|
this.portOfCallField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string OriginatorsVoyageNumber
|
|
{
|
|
get
|
|
{
|
|
return this.originatorsVoyageNumberField;
|
|
}
|
|
set
|
|
{
|
|
this.originatorsVoyageNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string LocalReferenceNumber
|
|
{
|
|
get
|
|
{
|
|
return this.localReferenceNumberField;
|
|
}
|
|
set
|
|
{
|
|
this.localReferenceNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public bool Cancelled
|
|
{
|
|
get
|
|
{
|
|
return this.cancelledField;
|
|
}
|
|
set
|
|
{
|
|
this.cancelledField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool CancelledSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.cancelledFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.cancelledFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public bool RegularFerryRoute
|
|
{
|
|
get
|
|
{
|
|
return this.regularFerryRouteField;
|
|
}
|
|
set
|
|
{
|
|
this.regularFerryRouteField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool RegularFerryRouteSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.regularFerryRouteFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.regularFerryRouteFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public Participant VesselOperator
|
|
{
|
|
get
|
|
{
|
|
return this.vesselOperatorField;
|
|
}
|
|
set
|
|
{
|
|
this.vesselOperatorField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ReportingParty ReportingParty
|
|
{
|
|
get
|
|
{
|
|
return this.reportingPartyField;
|
|
}
|
|
set
|
|
{
|
|
this.reportingPartyField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public NOA_NOD NOA_NOD
|
|
{
|
|
get
|
|
{
|
|
return this.nOA_NODField;
|
|
}
|
|
set
|
|
{
|
|
this.nOA_NODField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ATA ATA
|
|
{
|
|
get
|
|
{
|
|
return this.aTAField;
|
|
}
|
|
set
|
|
{
|
|
this.aTAField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ATD ATD
|
|
{
|
|
get
|
|
{
|
|
return this.aTDField;
|
|
}
|
|
set
|
|
{
|
|
this.aTDField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public BPOL BPOL
|
|
{
|
|
get
|
|
{
|
|
return this.bPOLField;
|
|
}
|
|
set
|
|
{
|
|
this.bPOLField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItemAttribute("BunkerFuelArrival", IsNullable = false)]
|
|
public BunkerFuel[] BKRA
|
|
{
|
|
get
|
|
{
|
|
return this.bKRAField;
|
|
}
|
|
set
|
|
{
|
|
this.bKRAField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItemAttribute("BunkerFuelDeparture", IsNullable = false)]
|
|
public BunkerFuel[] BKRD
|
|
{
|
|
get
|
|
{
|
|
return this.bKRDField;
|
|
}
|
|
set
|
|
{
|
|
this.bKRDField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
|
|
public Cargo[] LADG
|
|
{
|
|
get
|
|
{
|
|
return this.lADGField;
|
|
}
|
|
set
|
|
{
|
|
this.lADGField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
|
|
public CrewMember[] CREW
|
|
{
|
|
get
|
|
{
|
|
return this.cREWField;
|
|
}
|
|
set
|
|
{
|
|
this.cREWField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public TIEFA TIEFA
|
|
{
|
|
get
|
|
{
|
|
return this.tIEFAField;
|
|
}
|
|
set
|
|
{
|
|
this.tIEFAField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public TIEFD TIEFD
|
|
{
|
|
get
|
|
{
|
|
return this.tIEFDField;
|
|
}
|
|
set
|
|
{
|
|
this.tIEFDField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public INFO INFO
|
|
{
|
|
get
|
|
{
|
|
return this.iNFOField;
|
|
}
|
|
set
|
|
{
|
|
this.iNFOField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public MDH MDH
|
|
{
|
|
get
|
|
{
|
|
return this.mDHField;
|
|
}
|
|
set
|
|
{
|
|
this.mDHField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public NAME NAME
|
|
{
|
|
get
|
|
{
|
|
return this.nAMEField;
|
|
}
|
|
set
|
|
{
|
|
this.nAMEField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
|
|
public Passenger[] PAS
|
|
{
|
|
get
|
|
{
|
|
return this.pASField;
|
|
}
|
|
set
|
|
{
|
|
this.pASField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public PoBA PoBA
|
|
{
|
|
get
|
|
{
|
|
return this.poBAField;
|
|
}
|
|
set
|
|
{
|
|
this.poBAField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public PoBD PoBD
|
|
{
|
|
get
|
|
{
|
|
return this.poBDField;
|
|
}
|
|
set
|
|
{
|
|
this.poBDField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public PRE72H PRE72H
|
|
{
|
|
get
|
|
{
|
|
return this.pRE72HField;
|
|
}
|
|
set
|
|
{
|
|
this.pRE72HField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public SEC SEC
|
|
{
|
|
get
|
|
{
|
|
return this.sECField;
|
|
}
|
|
set
|
|
{
|
|
this.sECField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
|
|
public Service[] SERV
|
|
{
|
|
get
|
|
{
|
|
return this.sERVField;
|
|
}
|
|
set
|
|
{
|
|
this.sERVField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
|
|
public TowageArrival[] TOWA
|
|
{
|
|
get
|
|
{
|
|
return this.tOWAField;
|
|
}
|
|
set
|
|
{
|
|
this.tOWAField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItemAttribute("TowageOnDeparture", IsNullable = false)]
|
|
public TowageDeparture[] TOWD
|
|
{
|
|
get
|
|
{
|
|
return this.tOWDField;
|
|
}
|
|
set
|
|
{
|
|
this.tOWDField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public STAT STAT
|
|
{
|
|
get
|
|
{
|
|
return this.sTATField;
|
|
}
|
|
set
|
|
{
|
|
this.sTATField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public WAS WAS
|
|
{
|
|
get
|
|
{
|
|
return this.wASField;
|
|
}
|
|
set
|
|
{
|
|
this.wASField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public REG_VISIT REG_VISIT
|
|
{
|
|
get
|
|
{
|
|
return this.rEG_VISITField;
|
|
}
|
|
set
|
|
{
|
|
this.rEG_VISITField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public REG_TRANSIT REG_TRANSIT
|
|
{
|
|
get
|
|
{
|
|
return this.rEG_TRANSITField;
|
|
}
|
|
set
|
|
{
|
|
this.rEG_TRANSITField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public AGNT AGNT
|
|
{
|
|
get
|
|
{
|
|
return this.aGNTField;
|
|
}
|
|
set
|
|
{
|
|
this.aGNTField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItemAttribute(IsNullable = false)]
|
|
public ResetNotification[] RESET
|
|
{
|
|
get
|
|
{
|
|
return this.rESETField;
|
|
}
|
|
set
|
|
{
|
|
this.rESETField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public enum MessageType
|
|
{
|
|
|
|
/// <remarks/>
|
|
DRAFT,
|
|
|
|
/// <remarks/>
|
|
FULL,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class ReportingParty
|
|
{
|
|
|
|
private ReportingPartyType typeField;
|
|
|
|
private bool typeFieldSpecified;
|
|
|
|
private string nameField;
|
|
|
|
private string streetNameField;
|
|
|
|
private string streetNumberField;
|
|
|
|
private string postalCodeField;
|
|
|
|
private string cityField;
|
|
|
|
private string countryField;
|
|
|
|
private string lastNameField;
|
|
|
|
private string firstNameField;
|
|
|
|
private string phoneField;
|
|
|
|
private string faxField;
|
|
|
|
private string eMailField;
|
|
|
|
/// <remarks/>
|
|
public ReportingPartyType Type
|
|
{
|
|
get
|
|
{
|
|
return this.typeField;
|
|
}
|
|
set
|
|
{
|
|
this.typeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool TypeSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.typeFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.typeFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string Name
|
|
{
|
|
get
|
|
{
|
|
return this.nameField;
|
|
}
|
|
set
|
|
{
|
|
this.nameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string StreetName
|
|
{
|
|
get
|
|
{
|
|
return this.streetNameField;
|
|
}
|
|
set
|
|
{
|
|
this.streetNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string StreetNumber
|
|
{
|
|
get
|
|
{
|
|
return this.streetNumberField;
|
|
}
|
|
set
|
|
{
|
|
this.streetNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string PostalCode
|
|
{
|
|
get
|
|
{
|
|
return this.postalCodeField;
|
|
}
|
|
set
|
|
{
|
|
this.postalCodeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string City
|
|
{
|
|
get
|
|
{
|
|
return this.cityField;
|
|
}
|
|
set
|
|
{
|
|
this.cityField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string Country
|
|
{
|
|
get
|
|
{
|
|
return this.countryField;
|
|
}
|
|
set
|
|
{
|
|
this.countryField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string LastName
|
|
{
|
|
get
|
|
{
|
|
return this.lastNameField;
|
|
}
|
|
set
|
|
{
|
|
this.lastNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string FirstName
|
|
{
|
|
get
|
|
{
|
|
return this.firstNameField;
|
|
}
|
|
set
|
|
{
|
|
this.firstNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string Phone
|
|
{
|
|
get
|
|
{
|
|
return this.phoneField;
|
|
}
|
|
set
|
|
{
|
|
this.phoneField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string Fax
|
|
{
|
|
get
|
|
{
|
|
return this.faxField;
|
|
}
|
|
set
|
|
{
|
|
this.faxField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string EMail
|
|
{
|
|
get
|
|
{
|
|
return this.eMailField;
|
|
}
|
|
set
|
|
{
|
|
this.eMailField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public enum ReportingPartyType
|
|
{
|
|
|
|
/// <remarks/>
|
|
AGENT,
|
|
|
|
/// <remarks/>
|
|
CARRIER,
|
|
|
|
/// <remarks/>
|
|
CHARTERER,
|
|
|
|
/// <remarks/>
|
|
MASTER,
|
|
|
|
/// <remarks/>
|
|
OTHERS,
|
|
|
|
/// <remarks/>
|
|
PORT_AUTHORITY,
|
|
|
|
/// <remarks/>
|
|
SHIPOWNER,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class REG_VISIT
|
|
{
|
|
|
|
private string imoNumberField;
|
|
|
|
private string eniNumberField;
|
|
|
|
private string portOfCallField;
|
|
|
|
private System.DateTime etaPortOfCallField;
|
|
|
|
/// <remarks/>
|
|
public string ImoNumber
|
|
{
|
|
get
|
|
{
|
|
return this.imoNumberField;
|
|
}
|
|
set
|
|
{
|
|
this.imoNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string EniNumber
|
|
{
|
|
get
|
|
{
|
|
return this.eniNumberField;
|
|
}
|
|
set
|
|
{
|
|
this.eniNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string PortOfCall
|
|
{
|
|
get
|
|
{
|
|
return this.portOfCallField;
|
|
}
|
|
set
|
|
{
|
|
this.portOfCallField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType = "date")]
|
|
public System.DateTime EtaPortOfCall
|
|
{
|
|
get
|
|
{
|
|
return this.etaPortOfCallField;
|
|
}
|
|
set
|
|
{
|
|
this.etaPortOfCallField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class REG_TRANSIT
|
|
{
|
|
|
|
private string imoNumberField;
|
|
|
|
private string eniNumberField;
|
|
|
|
private System.DateTime etaKielCanalField;
|
|
|
|
/// <remarks/>
|
|
public string ImoNumber
|
|
{
|
|
get
|
|
{
|
|
return this.imoNumberField;
|
|
}
|
|
set
|
|
{
|
|
this.imoNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string EniNumber
|
|
{
|
|
get
|
|
{
|
|
return this.eniNumberField;
|
|
}
|
|
set
|
|
{
|
|
this.eniNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(DataType = "date")]
|
|
public System.DateTime EtaKielCanal
|
|
{
|
|
get
|
|
{
|
|
return this.etaKielCanalField;
|
|
}
|
|
set
|
|
{
|
|
this.etaKielCanalField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class RequestId
|
|
{
|
|
|
|
private MessageHeaderType messageHeaderField;
|
|
|
|
private string originatorsVoyageNumberField;
|
|
|
|
private string localReferenceNumberField;
|
|
|
|
private ReportingParty reportingPartyField;
|
|
|
|
private REG_VISIT rEG_VISITField;
|
|
|
|
private REG_TRANSIT rEG_TRANSITField;
|
|
|
|
/// <remarks/>
|
|
public MessageHeaderType MessageHeader
|
|
{
|
|
get
|
|
{
|
|
return this.messageHeaderField;
|
|
}
|
|
set
|
|
{
|
|
this.messageHeaderField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string OriginatorsVoyageNumber
|
|
{
|
|
get
|
|
{
|
|
return this.originatorsVoyageNumberField;
|
|
}
|
|
set
|
|
{
|
|
this.originatorsVoyageNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string LocalReferenceNumber
|
|
{
|
|
get
|
|
{
|
|
return this.localReferenceNumberField;
|
|
}
|
|
set
|
|
{
|
|
this.localReferenceNumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public ReportingParty ReportingParty
|
|
{
|
|
get
|
|
{
|
|
return this.reportingPartyField;
|
|
}
|
|
set
|
|
{
|
|
this.reportingPartyField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public REG_VISIT REG_VISIT
|
|
{
|
|
get
|
|
{
|
|
return this.rEG_VISITField;
|
|
}
|
|
set
|
|
{
|
|
this.rEG_VISITField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public REG_TRANSIT REG_TRANSIT
|
|
{
|
|
get
|
|
{
|
|
return this.rEG_TRANSITField;
|
|
}
|
|
set
|
|
{
|
|
this.rEG_TRANSITField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class eDeclarationMessageInterchangeBody
|
|
{
|
|
|
|
private object itemField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("EdiResponseList", typeof(eDeclarationMessageInterchangeBodyEdiResponseList))]
|
|
[System.Xml.Serialization.XmlElementAttribute("RequestIdList", typeof(eDeclarationMessageInterchangeBodyRequestIdList))]
|
|
[System.Xml.Serialization.XmlElementAttribute("VisitList", typeof(eDeclarationMessageInterchangeBodyVisitList))]
|
|
public object Item
|
|
{
|
|
get
|
|
{
|
|
return this.itemField;
|
|
}
|
|
set
|
|
{
|
|
this.itemField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class eDeclarationMessageInterchangeBodyEdiResponseList
|
|
{
|
|
|
|
private EdiResponse[] ediResponseField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("EdiResponse")]
|
|
public EdiResponse[] EdiResponse
|
|
{
|
|
get
|
|
{
|
|
return this.ediResponseField;
|
|
}
|
|
set
|
|
{
|
|
this.ediResponseField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class eDeclarationMessageInterchangeBodyRequestIdList
|
|
{
|
|
|
|
private RequestId[] requestIdField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("RequestId")]
|
|
public RequestId[] RequestId
|
|
{
|
|
get
|
|
{
|
|
return this.requestIdField;
|
|
}
|
|
set
|
|
{
|
|
this.requestIdField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.6.1055.0")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true, Namespace = "http://e-declaration.dakosy.de/EdiMessages")]
|
|
public partial class eDeclarationMessageInterchangeBodyVisitList
|
|
{
|
|
|
|
private Visit[] visitField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("Visit")]
|
|
public Visit[] Visit
|
|
{
|
|
get
|
|
{
|
|
return this.visitField;
|
|
}
|
|
set
|
|
{
|
|
this.visitField = value;
|
|
}
|
|
}
|
|
}
|
|
} |