//------------------------------------------------------------------------------
//
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.34209
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
//
//------------------------------------------------------------------------------
using System.Xml.Serialization;
//
// This source code was auto-generated by xsd, Version=4.0.30319.33440.
//
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
[System.Xml.Serialization.XmlRootAttribute(Namespace="", IsNullable=false)]
public partial class Root {
private string versionField;
private string messageIdField;
private string visitIdField;
private string transitIdField;
private System.DateTime timestampField;
private RootType typeField;
private RootReportingClassesFull reportingClassesFullField;
private RootReportingClassesPartial reportingClassesPartialField;
private RootReportingClassesResetted reportingClassesResettedField;
private RootMessage[] messagesField;
///
public string Version {
get {
return this.versionField;
}
set {
this.versionField = value;
}
}
///
public string MessageId {
get {
return this.messageIdField;
}
set {
this.messageIdField = value;
}
}
///
public string VisitId {
get {
return this.visitIdField;
}
set {
this.visitIdField = value;
}
}
///
public string TransitId {
get {
return this.transitIdField;
}
set {
this.transitIdField = value;
}
}
///
public System.DateTime Timestamp {
get {
return this.timestampField;
}
set {
this.timestampField = value;
}
}
///
public RootType Type {
get {
return this.typeField;
}
set {
this.typeField = value;
}
}
///
public RootReportingClassesFull ReportingClassesFull {
get {
return this.reportingClassesFullField;
}
set {
this.reportingClassesFullField = value;
}
}
///
public RootReportingClassesPartial ReportingClassesPartial {
get {
return this.reportingClassesPartialField;
}
set {
this.reportingClassesPartialField = value;
}
}
///
public RootReportingClassesResetted ReportingClassesResetted {
get {
return this.reportingClassesResettedField;
}
set {
this.reportingClassesResettedField = value;
}
}
///
[System.Xml.Serialization.XmlArrayItemAttribute("Message", IsNullable=false)]
public RootMessage[] Messages {
get {
return this.messagesField;
}
set {
this.messagesField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
public enum RootType {
///
VISIT,
///
TRANSIT,
///
DATA,
///
RESET,
///
CANCEL,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
public partial class RootReportingClassesFull {
private RootReportingClassesFullReportingClass[] reportingClassField;
///
[System.Xml.Serialization.XmlElementAttribute("ReportingClass")]
public RootReportingClassesFullReportingClass[] ReportingClass {
get {
return this.reportingClassField;
}
set {
this.reportingClassField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
public enum RootReportingClassesFullReportingClass {
///
NOA_NOD,
///
ATA,
///
ATD,
///
SEC,
///
POBA,
///
POBD,
///
NAME,
///
TIEFA,
///
TIEFD,
///
BKRA,
///
BKRD,
///
STAT,
///
LADG,
///
INFO,
///
SERV,
///
PRE72H,
///
MDH,
///
WAS,
///
CREW,
///
PAS,
///
BPOL,
///
TOWA,
///
TOWD,
///
HAZA,
///
HAZD,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
public partial class RootReportingClassesPartial {
private RootReportingClassesPartialReportingClass[] reportingClassField;
///
[System.Xml.Serialization.XmlElementAttribute("ReportingClass")]
public RootReportingClassesPartialReportingClass[] ReportingClass {
get {
return this.reportingClassField;
}
set {
this.reportingClassField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
public enum RootReportingClassesPartialReportingClass {
///
NOA_NOD,
///
ATA,
///
ATD,
///
SEC,
///
POBA,
///
POBD,
///
NAME,
///
TIEFA,
///
TIEFD,
///
BKRA,
///
BKRD,
///
STAT,
///
LADG,
///
INFO,
///
SERV,
///
PRE72H,
///
MDH,
///
WAS,
///
CREW,
///
PAS,
///
BPOL,
///
TOWA,
///
TOWD,
///
HAZA,
///
HAZD,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
public partial class RootReportingClassesResetted {
private RootReportingClassesResettedReportingClass[] reportingClassField;
///
[System.Xml.Serialization.XmlElementAttribute("ReportingClass")]
public RootReportingClassesResettedReportingClass[] ReportingClass {
get {
return this.reportingClassField;
}
set {
this.reportingClassField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
public enum RootReportingClassesResettedReportingClass {
///
NOA_NOD,
///
ATA,
///
ATD,
///
SEC,
///
POBA,
///
POBD,
///
NAME,
///
TIEFA,
///
TIEFD,
///
BKRA,
///
BKRD,
///
STAT,
///
LADG,
///
INFO,
///
SERV,
///
PRE72H,
///
MDH,
///
WAS,
///
CREW,
///
PAS,
///
BPOL,
///
TOWA,
///
TOWD,
///
HAZA,
///
HAZD,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
public partial class RootMessage {
private string idField;
private RootMessageType typeField;
private string locationField;
private string messageField;
///
public string ID {
get {
return this.idField;
}
set {
this.idField = value;
}
}
///
public RootMessageType Type {
get {
return this.typeField;
}
set {
this.typeField = value;
}
}
///
public string Location {
get {
return this.locationField;
}
set {
this.locationField = value;
}
}
///
public string Message {
get {
return this.messageField;
}
set {
this.messageField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
public enum RootMessageType {
///
FUNCTIONAL,
///
PROCESS_ERROR_REPORT,
///
PROCESS_ERROR_MESSAGE_BASKET,
///
PROCESS_ERROR_STATUS_REQUEST,
///
VIOLATION,
}