605 lines
14 KiB
C#
605 lines
14 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// Dieser Code wurde von einem Tool generiert.
|
|
// Laufzeitversion:2.0.50727.9151
|
|
//
|
|
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
|
// der Code erneut generiert wird.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
using System.Xml.Serialization;
|
|
|
|
//
|
|
// This source code was auto-generated by xsd, Version=2.0.50727.312.
|
|
//
|
|
|
|
namespace bsmd.dbh.Response
|
|
{
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
|
[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 RootVersion versionField;
|
|
|
|
private bool versionFieldSpecified;
|
|
|
|
private string messageIdField;
|
|
|
|
private string visitIdField;
|
|
|
|
private string transitIdField;
|
|
|
|
private string[] sisNumbersField;
|
|
|
|
private System.DateTime timestampField;
|
|
|
|
private string senderReferenceField;
|
|
|
|
private RootType typeField;
|
|
|
|
private RootReportingClassesFull reportingClassesFullField;
|
|
|
|
private RootReportingClassesPartial reportingClassesPartialField;
|
|
|
|
private RootReportingClassesError reportingClassesErrorField;
|
|
|
|
private RootReportingClassesResetted reportingClassesResettedField;
|
|
|
|
private RootReportingClassesNoChanges reportingClassesNoChangesField;
|
|
|
|
private RootMessage[] messagesField;
|
|
|
|
/// <remarks/>
|
|
public RootVersion Version
|
|
{
|
|
get
|
|
{
|
|
return this.versionField;
|
|
}
|
|
set
|
|
{
|
|
this.versionField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlIgnoreAttribute()]
|
|
public bool VersionSpecified
|
|
{
|
|
get
|
|
{
|
|
return this.versionFieldSpecified;
|
|
}
|
|
set
|
|
{
|
|
this.versionFieldSpecified = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string MessageId
|
|
{
|
|
get
|
|
{
|
|
return this.messageIdField;
|
|
}
|
|
set
|
|
{
|
|
this.messageIdField = 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/>
|
|
[System.Xml.Serialization.XmlArrayItemAttribute("SisNumber", IsNullable = false)]
|
|
public string[] SisNumbers
|
|
{
|
|
get
|
|
{
|
|
return this.sisNumbersField;
|
|
}
|
|
set
|
|
{
|
|
this.sisNumbersField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public System.DateTime Timestamp
|
|
{
|
|
get
|
|
{
|
|
return this.timestampField;
|
|
}
|
|
set
|
|
{
|
|
this.timestampField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string SenderReference
|
|
{
|
|
get
|
|
{
|
|
return this.senderReferenceField;
|
|
}
|
|
set
|
|
{
|
|
this.senderReferenceField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public RootType Type
|
|
{
|
|
get
|
|
{
|
|
return this.typeField;
|
|
}
|
|
set
|
|
{
|
|
this.typeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public RootReportingClassesFull ReportingClassesFull
|
|
{
|
|
get
|
|
{
|
|
return this.reportingClassesFullField;
|
|
}
|
|
set
|
|
{
|
|
this.reportingClassesFullField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public RootReportingClassesPartial ReportingClassesPartial
|
|
{
|
|
get
|
|
{
|
|
return this.reportingClassesPartialField;
|
|
}
|
|
set
|
|
{
|
|
this.reportingClassesPartialField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public RootReportingClassesError ReportingClassesError
|
|
{
|
|
get
|
|
{
|
|
return this.reportingClassesErrorField;
|
|
}
|
|
set
|
|
{
|
|
this.reportingClassesErrorField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public RootReportingClassesResetted ReportingClassesResetted
|
|
{
|
|
get
|
|
{
|
|
return this.reportingClassesResettedField;
|
|
}
|
|
set
|
|
{
|
|
this.reportingClassesResettedField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public RootReportingClassesNoChanges ReportingClassesNoChanges
|
|
{
|
|
get
|
|
{
|
|
return this.reportingClassesNoChangesField;
|
|
}
|
|
set
|
|
{
|
|
this.reportingClassesNoChangesField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItemAttribute("Message", IsNullable = false)]
|
|
public RootMessage[] Messages
|
|
{
|
|
get
|
|
{
|
|
return this.messagesField;
|
|
}
|
|
set
|
|
{
|
|
this.messagesField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public enum RootVersion
|
|
{
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlEnumAttribute("1.0")]
|
|
Item70,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public enum RootType
|
|
{
|
|
|
|
/// <remarks/>
|
|
VISIT,
|
|
|
|
/// <remarks/>
|
|
TRANSIT,
|
|
|
|
/// <remarks/>
|
|
DATA,
|
|
|
|
/// <remarks/>
|
|
RESET,
|
|
|
|
/// <remarks/>
|
|
CANCEL,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class RootReportingClassesFull
|
|
{
|
|
|
|
private ReportingClassCode[] reportingClassField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("ReportingClass")]
|
|
public ReportingClassCode[] ReportingClass
|
|
{
|
|
get
|
|
{
|
|
return this.reportingClassField;
|
|
}
|
|
set
|
|
{
|
|
this.reportingClassField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
|
[System.SerializableAttribute()]
|
|
public enum ReportingClassCode
|
|
{
|
|
|
|
/// <remarks/>
|
|
NOA_NOD,
|
|
|
|
/// <remarks/>
|
|
ATA,
|
|
|
|
/// <remarks/>
|
|
ATD,
|
|
|
|
/// <remarks/>
|
|
SEC,
|
|
|
|
/// <remarks/>
|
|
AGNT,
|
|
|
|
/// <remarks/>
|
|
POBA,
|
|
|
|
/// <remarks/>
|
|
POBD,
|
|
|
|
/// <remarks/>
|
|
NAME,
|
|
|
|
/// <remarks/>
|
|
TIEFA,
|
|
|
|
/// <remarks/>
|
|
TIEFD,
|
|
|
|
/// <remarks/>
|
|
BKRA,
|
|
|
|
/// <remarks/>
|
|
BKRD,
|
|
|
|
/// <remarks/>
|
|
STAT,
|
|
|
|
/// <remarks/>
|
|
LADG,
|
|
|
|
/// <remarks/>
|
|
INFO,
|
|
|
|
/// <remarks/>
|
|
SERV,
|
|
|
|
/// <remarks/>
|
|
PRE72H,
|
|
|
|
/// <remarks/>
|
|
MDH,
|
|
|
|
/// <remarks/>
|
|
WAS,
|
|
|
|
/// <remarks/>
|
|
WAS_RCPT,
|
|
|
|
/// <remarks/>
|
|
CREW,
|
|
|
|
/// <remarks/>
|
|
PAS,
|
|
|
|
/// <remarks/>
|
|
BPOL,
|
|
|
|
/// <remarks/>
|
|
TOWA,
|
|
|
|
/// <remarks/>
|
|
TOWD,
|
|
|
|
/// <remarks/>
|
|
HAZA,
|
|
|
|
/// <remarks/>
|
|
HAZD,
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class RootReportingClassesPartial
|
|
{
|
|
|
|
private ReportingClassCode[] reportingClassField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("ReportingClass")]
|
|
public ReportingClassCode[] ReportingClass
|
|
{
|
|
get
|
|
{
|
|
return this.reportingClassField;
|
|
}
|
|
set
|
|
{
|
|
this.reportingClassField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class RootReportingClassesError
|
|
{
|
|
|
|
private ReportingClassCode[] reportingClassField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("ReportingClass")]
|
|
public ReportingClassCode[] ReportingClass
|
|
{
|
|
get
|
|
{
|
|
return this.reportingClassField;
|
|
}
|
|
set
|
|
{
|
|
this.reportingClassField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class RootReportingClassesResetted
|
|
{
|
|
|
|
private ReportingClassCode[] reportingClassField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("ReportingClass")]
|
|
public ReportingClassCode[] ReportingClass
|
|
{
|
|
get
|
|
{
|
|
return this.reportingClassField;
|
|
}
|
|
set
|
|
{
|
|
this.reportingClassField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
|
[System.SerializableAttribute()]
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public partial class RootReportingClassesNoChanges
|
|
{
|
|
|
|
private ReportingClassCode[] reportingClassField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("ReportingClass")]
|
|
public ReportingClassCode[] ReportingClass
|
|
{
|
|
get
|
|
{
|
|
return this.reportingClassField;
|
|
}
|
|
set
|
|
{
|
|
this.reportingClassField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
|
[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 textField;
|
|
|
|
/// <remarks/>
|
|
public string ID
|
|
{
|
|
get
|
|
{
|
|
return this.idField;
|
|
}
|
|
set
|
|
{
|
|
this.idField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public RootMessageType Type
|
|
{
|
|
get
|
|
{
|
|
return this.typeField;
|
|
}
|
|
set
|
|
{
|
|
this.typeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string Location
|
|
{
|
|
get
|
|
{
|
|
return this.locationField;
|
|
}
|
|
set
|
|
{
|
|
this.locationField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string Text
|
|
{
|
|
get
|
|
{
|
|
return this.textField;
|
|
}
|
|
set
|
|
{
|
|
this.textField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.312")]
|
|
[System.SerializableAttribute()]
|
|
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType = true)]
|
|
public enum RootMessageType
|
|
{
|
|
|
|
/// <remarks/>
|
|
INFO,
|
|
|
|
/// <remarks/>
|
|
WARNING,
|
|
|
|
/// <remarks/>
|
|
VIOLATION,
|
|
|
|
/// <remarks/>
|
|
ERROR,
|
|
|
|
/// <remarks/>
|
|
XSD_ERROR,
|
|
}
|
|
}
|