245 lines
8.1 KiB
C#
245 lines
8.1 KiB
C#
#nullable disable
|
|
#pragma warning disable CS8603
|
|
#pragma warning disable CS8632
|
|
#pragma warning disable IDE1006
|
|
|
|
namespace IFX.Shared.PasteSpecialXml.EAF.XML.API.Envelope;
|
|
|
|
// NOTE: Generated code may require at least .NET Framework 4.5 or .NET Core/Standard 2.0.
|
|
/// <remarks/>
|
|
[Serializable()]
|
|
[System.ComponentModel.DesignerCategory("code")]
|
|
[System.Xml.Serialization.XmlType(AnonymousType = true, Namespace = "http://www.w3.org/2003/05/soap-envelope")]
|
|
[System.Xml.Serialization.XmlRoot(Namespace = "http://www.w3.org/2003/05/soap-envelope", IsNullable = false)]
|
|
public partial class Envelope {
|
|
|
|
private EnvelopeHeader? headerField;
|
|
|
|
private EnvelopeBody? bodyField;
|
|
|
|
/// <remarks/>
|
|
public EnvelopeHeader Header {
|
|
get => headerField;
|
|
set => headerField = value;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public EnvelopeBody Body {
|
|
get => bodyField;
|
|
set => bodyField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[Serializable()]
|
|
[System.ComponentModel.DesignerCategory("code")]
|
|
[System.Xml.Serialization.XmlType(AnonymousType = true, Namespace = "http://www.w3.org/2003/05/soap-envelope")]
|
|
public partial class EnvelopeHeader {
|
|
|
|
private Sequence? sequenceField;
|
|
private SequenceAcknowledgement? sequenceAcknowledgementField;
|
|
private Action? actionField;
|
|
|
|
private string? relatesToField;
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElement(Namespace = "http://schemas.xmlsoap.org/ws/2005/02/rm")]
|
|
public Sequence Sequence {
|
|
get => sequenceField;
|
|
set => sequenceField = value;
|
|
}
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElement(Namespace = "http://schemas.xmlsoap.org/ws/2005/02/rm")]
|
|
public SequenceAcknowledgement SequenceAcknowledgement {
|
|
get => sequenceAcknowledgementField;
|
|
set => sequenceAcknowledgementField = value;
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElement(Namespace = "http://www.w3.org/2005/08/addressing")]
|
|
public Action Action {
|
|
get => actionField;
|
|
set => actionField = value;
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElement(Namespace = "http://www.w3.org/2005/08/addressing")]
|
|
public string RelatesTo {
|
|
get => relatesToField;
|
|
set => relatesToField = value;
|
|
}
|
|
}
|
|
/// <remarks/>
|
|
[Serializable()]
|
|
[System.ComponentModel.DesignerCategory("code")]
|
|
[System.Xml.Serialization.XmlType(AnonymousType = true, Namespace = "http://schemas.xmlsoap.org/ws/2005/02/rm")]
|
|
[System.Xml.Serialization.XmlRoot(Namespace = "http://schemas.xmlsoap.org/ws/2005/02/rm", IsNullable = false)]
|
|
public partial class Sequence {
|
|
private string? identifierField;
|
|
private byte messageNumberField;
|
|
private object? lastMessageField;
|
|
private byte mustUnderstandField;
|
|
/// <remarks/>
|
|
public string Identifier {
|
|
get => identifierField;
|
|
set => identifierField = value;
|
|
}
|
|
/// <remarks/>
|
|
public byte MessageNumber {
|
|
get => messageNumberField;
|
|
set => messageNumberField = value;
|
|
}
|
|
/// <remarks/>
|
|
public object LastMessage {
|
|
get => lastMessageField;
|
|
set => lastMessageField = value;
|
|
}
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttribute(Form = System.Xml.Schema.XmlSchemaForm.Qualified, Namespace = "http://www.w3.org/2003/05/soap-envelope")]
|
|
public byte mustUnderstand {
|
|
get => mustUnderstandField;
|
|
set => mustUnderstandField = value;
|
|
}
|
|
}
|
|
/// <remarks/>
|
|
[Serializable()]
|
|
[System.ComponentModel.DesignerCategory("code")]
|
|
[System.Xml.Serialization.XmlType(AnonymousType = true, Namespace = "http://schemas.xmlsoap.org/ws/2005/02/rm")]
|
|
[System.Xml.Serialization.XmlRoot(Namespace = "http://schemas.xmlsoap.org/ws/2005/02/rm", IsNullable = false)]
|
|
public partial class SequenceAcknowledgement {
|
|
private string? identifierField;
|
|
private SequenceAcknowledgementAcknowledgementRange? acknowledgementRangeField;
|
|
private byte bufferRemainingField;
|
|
/// <remarks/>
|
|
public string Identifier {
|
|
get => identifierField;
|
|
set => identifierField = value;
|
|
}
|
|
/// <remarks/>
|
|
public SequenceAcknowledgementAcknowledgementRange AcknowledgementRange {
|
|
get => acknowledgementRangeField;
|
|
set => acknowledgementRangeField = value;
|
|
}
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElement(Namespace = "http://schemas.microsoft.com/ws/2006/05/rm")]
|
|
public byte BufferRemaining {
|
|
get => bufferRemainingField;
|
|
set => bufferRemainingField = value;
|
|
}
|
|
}
|
|
/// <remarks/>
|
|
[Serializable()]
|
|
[System.ComponentModel.DesignerCategory("code")]
|
|
[System.Xml.Serialization.XmlType(AnonymousType = true, Namespace = "http://schemas.xmlsoap.org/ws/2005/02/rm")]
|
|
public partial class SequenceAcknowledgementAcknowledgementRange {
|
|
private byte lowerField;
|
|
private byte upperField;
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttribute()]
|
|
public byte Lower {
|
|
get => lowerField;
|
|
set => lowerField = value;
|
|
}
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttribute()]
|
|
public byte Upper {
|
|
get => upperField;
|
|
set => upperField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[Serializable()]
|
|
[System.ComponentModel.DesignerCategory("code")]
|
|
[System.Xml.Serialization.XmlType(AnonymousType = true, Namespace = "http://www.w3.org/2005/08/addressing")]
|
|
[System.Xml.Serialization.XmlRoot(Namespace = "http://www.w3.org/2005/08/addressing", IsNullable = false)]
|
|
public partial class Action {
|
|
|
|
private byte mustUnderstandField;
|
|
|
|
private string? valueField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttribute(Form = System.Xml.Schema.XmlSchemaForm.Qualified, Namespace = "http://www.w3.org/2003/05/soap-envelope")]
|
|
public byte mustUnderstand {
|
|
get => mustUnderstandField;
|
|
set => mustUnderstandField = value;
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlText()]
|
|
public string Value {
|
|
get => valueField;
|
|
set => valueField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[Serializable()]
|
|
[System.ComponentModel.DesignerCategory("code")]
|
|
[System.Xml.Serialization.XmlType(AnonymousType = true, Namespace = "http://www.w3.org/2003/05/soap-envelope")]
|
|
public partial class EnvelopeBody {
|
|
|
|
private CreateSequenceResponse? createSequenceResponseField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElement(Namespace = "http://schemas.xmlsoap.org/ws/2005/02/rm")]
|
|
public CreateSequenceResponse CreateSequenceResponse {
|
|
get => createSequenceResponseField;
|
|
set => createSequenceResponseField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[Serializable()]
|
|
[System.ComponentModel.DesignerCategory("code")]
|
|
[System.Xml.Serialization.XmlType(AnonymousType = true, Namespace = "http://schemas.xmlsoap.org/ws/2005/02/rm")]
|
|
[System.Xml.Serialization.XmlRoot(Namespace = "http://schemas.xmlsoap.org/ws/2005/02/rm", IsNullable = false)]
|
|
public partial class CreateSequenceResponse {
|
|
|
|
private string? identifierField;
|
|
|
|
private CreateSequenceResponseAccept? acceptField;
|
|
|
|
/// <remarks/>
|
|
public string Identifier {
|
|
get => identifierField;
|
|
set => identifierField = value;
|
|
}
|
|
|
|
/// <remarks/>
|
|
public CreateSequenceResponseAccept Accept {
|
|
get => acceptField;
|
|
set => acceptField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[Serializable()]
|
|
[System.ComponentModel.DesignerCategory("code")]
|
|
[System.Xml.Serialization.XmlType(AnonymousType = true, Namespace = "http://schemas.xmlsoap.org/ws/2005/02/rm")]
|
|
public partial class CreateSequenceResponseAccept {
|
|
|
|
private CreateSequenceResponseAcceptAcksTo? acksToField;
|
|
|
|
/// <remarks/>
|
|
public CreateSequenceResponseAcceptAcksTo AcksTo {
|
|
get => acksToField;
|
|
set => acksToField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[Serializable()]
|
|
[System.ComponentModel.DesignerCategory("code")]
|
|
[System.Xml.Serialization.XmlType(AnonymousType = true, Namespace = "http://schemas.xmlsoap.org/ws/2005/02/rm")]
|
|
public partial class CreateSequenceResponseAcceptAcksTo {
|
|
|
|
private string? addressField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElement(Namespace = "http://www.w3.org/2005/08/addressing")]
|
|
public string Address {
|
|
get => addressField;
|
|
set => addressField = value;
|
|
}
|
|
} |