1124 lines
34 KiB
C#
1124 lines
34 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.hisnord
|
|
{
|
|
|
|
/// <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)]
|
|
[System.Xml.Serialization.XmlRootAttribute(Namespace = "", IsNullable = false)]
|
|
public partial class dataset
|
|
{
|
|
|
|
private object[] itemsField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("Envelope", typeof(Envelope), Namespace = "http://schemas.xmlsoap.org/soap/envelope/")]
|
|
[System.Xml.Serialization.XmlElementAttribute("InclusiveNamespaces", typeof(InclusiveNamespaces), Namespace = "http://www.w3.org/2001/10/xml-exc-c14n#")]
|
|
public object[] Items
|
|
{
|
|
get
|
|
{
|
|
return this.itemsField;
|
|
}
|
|
set
|
|
{
|
|
this.itemsField = 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://schemas.xmlsoap.org/soap/envelope/")]
|
|
[System.Xml.Serialization.XmlRootAttribute(Namespace = "http://schemas.xmlsoap.org/soap/envelope/", IsNullable = false)]
|
|
public partial class Envelope
|
|
{
|
|
|
|
private EnvelopeHeader[] headerField;
|
|
|
|
private EnvelopeBody[] bodyField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("Header")]
|
|
public EnvelopeHeader[] Header
|
|
{
|
|
get
|
|
{
|
|
return this.headerField;
|
|
}
|
|
set
|
|
{
|
|
this.headerField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("Body")]
|
|
public EnvelopeBody[] Body
|
|
{
|
|
get
|
|
{
|
|
return this.bodyField;
|
|
}
|
|
set
|
|
{
|
|
this.bodyField = 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://schemas.xmlsoap.org/soap/envelope/")]
|
|
public partial class EnvelopeHeader
|
|
{
|
|
|
|
private Security securityField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" +
|
|
"")]
|
|
public Security Security
|
|
{
|
|
get
|
|
{
|
|
return this.securityField;
|
|
}
|
|
set
|
|
{
|
|
this.securityField = 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://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" +
|
|
"")]
|
|
[System.Xml.Serialization.XmlRootAttribute(Namespace = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" +
|
|
"", IsNullable = false)]
|
|
public partial class Security
|
|
{
|
|
|
|
private Signature signatureField;
|
|
|
|
private string mustUnderstandField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://www.w3.org/2000/09/xmldsig#")]
|
|
public Signature Signature
|
|
{
|
|
get
|
|
{
|
|
return this.signatureField;
|
|
}
|
|
set
|
|
{
|
|
this.signatureField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute(Form = System.Xml.Schema.XmlSchemaForm.Qualified, Namespace = "http://schemas.xmlsoap.org/soap/envelope/")]
|
|
public string mustUnderstand
|
|
{
|
|
get
|
|
{
|
|
return this.mustUnderstandField;
|
|
}
|
|
set
|
|
{
|
|
this.mustUnderstandField = 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://www.w3.org/2000/09/xmldsig#")]
|
|
[System.Xml.Serialization.XmlRootAttribute(Namespace = "http://www.w3.org/2000/09/xmldsig#", IsNullable = false)]
|
|
public partial class Signature
|
|
{
|
|
|
|
private string signatureValueField;
|
|
|
|
private SignatureSignedInfo[] signedInfoField;
|
|
|
|
private SignatureKeyInfo[] keyInfoField;
|
|
|
|
private string idField;
|
|
|
|
/// <remarks/>
|
|
public string SignatureValue
|
|
{
|
|
get
|
|
{
|
|
return this.signatureValueField;
|
|
}
|
|
set
|
|
{
|
|
this.signatureValueField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("SignedInfo")]
|
|
public SignatureSignedInfo[] SignedInfo
|
|
{
|
|
get
|
|
{
|
|
return this.signedInfoField;
|
|
}
|
|
set
|
|
{
|
|
this.signedInfoField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("KeyInfo")]
|
|
public SignatureKeyInfo[] KeyInfo
|
|
{
|
|
get
|
|
{
|
|
return this.keyInfoField;
|
|
}
|
|
set
|
|
{
|
|
this.keyInfoField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string Id
|
|
{
|
|
get
|
|
{
|
|
return this.idField;
|
|
}
|
|
set
|
|
{
|
|
this.idField = 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://www.w3.org/2000/09/xmldsig#")]
|
|
public partial class SignatureSignedInfo
|
|
{
|
|
|
|
private SignatureSignedInfoCanonicalizationMethod[] canonicalizationMethodField;
|
|
|
|
private SignatureSignedInfoSignatureMethod[] signatureMethodField;
|
|
|
|
private SignatureSignedInfoReference[] referenceField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("CanonicalizationMethod")]
|
|
public SignatureSignedInfoCanonicalizationMethod[] CanonicalizationMethod
|
|
{
|
|
get
|
|
{
|
|
return this.canonicalizationMethodField;
|
|
}
|
|
set
|
|
{
|
|
this.canonicalizationMethodField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("SignatureMethod")]
|
|
public SignatureSignedInfoSignatureMethod[] SignatureMethod
|
|
{
|
|
get
|
|
{
|
|
return this.signatureMethodField;
|
|
}
|
|
set
|
|
{
|
|
this.signatureMethodField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("Reference")]
|
|
public SignatureSignedInfoReference[] Reference
|
|
{
|
|
get
|
|
{
|
|
return this.referenceField;
|
|
}
|
|
set
|
|
{
|
|
this.referenceField = 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://www.w3.org/2000/09/xmldsig#")]
|
|
public partial class SignatureSignedInfoCanonicalizationMethod
|
|
{
|
|
|
|
private InclusiveNamespaces inclusiveNamespacesField;
|
|
|
|
private string algorithmField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://www.w3.org/2001/10/xml-exc-c14n#")]
|
|
public InclusiveNamespaces InclusiveNamespaces
|
|
{
|
|
get
|
|
{
|
|
return this.inclusiveNamespacesField;
|
|
}
|
|
set
|
|
{
|
|
this.inclusiveNamespacesField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string Algorithm
|
|
{
|
|
get
|
|
{
|
|
return this.algorithmField;
|
|
}
|
|
set
|
|
{
|
|
this.algorithmField = 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://www.w3.org/2001/10/xml-exc-c14n#")]
|
|
[System.Xml.Serialization.XmlRootAttribute(Namespace = "http://www.w3.org/2001/10/xml-exc-c14n#", IsNullable = false)]
|
|
public partial class InclusiveNamespaces
|
|
{
|
|
|
|
private string prefixListField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string PrefixList
|
|
{
|
|
get
|
|
{
|
|
return this.prefixListField;
|
|
}
|
|
set
|
|
{
|
|
this.prefixListField = 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://www.w3.org/2000/09/xmldsig#")]
|
|
public partial class SignatureSignedInfoSignatureMethod
|
|
{
|
|
|
|
private string algorithmField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string Algorithm
|
|
{
|
|
get
|
|
{
|
|
return this.algorithmField;
|
|
}
|
|
set
|
|
{
|
|
this.algorithmField = 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://www.w3.org/2000/09/xmldsig#")]
|
|
public partial class SignatureSignedInfoReference
|
|
{
|
|
|
|
private string digestValueField;
|
|
|
|
private SignatureSignedInfoReferenceTransformsTransform[][] transformsField;
|
|
|
|
private SignatureSignedInfoReferenceDigestMethod[] digestMethodField;
|
|
|
|
private string uRIField;
|
|
|
|
/// <remarks/>
|
|
public string DigestValue
|
|
{
|
|
get
|
|
{
|
|
return this.digestValueField;
|
|
}
|
|
set
|
|
{
|
|
this.digestValueField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayItemAttribute("Transform", typeof(SignatureSignedInfoReferenceTransformsTransform), IsNullable = false)]
|
|
public SignatureSignedInfoReferenceTransformsTransform[][] Transforms
|
|
{
|
|
get
|
|
{
|
|
return this.transformsField;
|
|
}
|
|
set
|
|
{
|
|
this.transformsField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("DigestMethod")]
|
|
public SignatureSignedInfoReferenceDigestMethod[] DigestMethod
|
|
{
|
|
get
|
|
{
|
|
return this.digestMethodField;
|
|
}
|
|
set
|
|
{
|
|
this.digestMethodField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string URI
|
|
{
|
|
get
|
|
{
|
|
return this.uRIField;
|
|
}
|
|
set
|
|
{
|
|
this.uRIField = 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://www.w3.org/2000/09/xmldsig#")]
|
|
public partial class SignatureSignedInfoReferenceTransformsTransform
|
|
{
|
|
|
|
private InclusiveNamespaces inclusiveNamespacesField;
|
|
|
|
private string algorithmField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://www.w3.org/2001/10/xml-exc-c14n#")]
|
|
public InclusiveNamespaces InclusiveNamespaces
|
|
{
|
|
get
|
|
{
|
|
return this.inclusiveNamespacesField;
|
|
}
|
|
set
|
|
{
|
|
this.inclusiveNamespacesField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string Algorithm
|
|
{
|
|
get
|
|
{
|
|
return this.algorithmField;
|
|
}
|
|
set
|
|
{
|
|
this.algorithmField = 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://www.w3.org/2000/09/xmldsig#")]
|
|
public partial class SignatureSignedInfoReferenceDigestMethod
|
|
{
|
|
|
|
private string algorithmField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string Algorithm
|
|
{
|
|
get
|
|
{
|
|
return this.algorithmField;
|
|
}
|
|
set
|
|
{
|
|
this.algorithmField = 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://www.w3.org/2000/09/xmldsig#")]
|
|
public partial class SignatureKeyInfo
|
|
{
|
|
|
|
private SecurityTokenReference securityTokenReferenceField;
|
|
|
|
private string idField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" +
|
|
"")]
|
|
public SecurityTokenReference SecurityTokenReference
|
|
{
|
|
get
|
|
{
|
|
return this.securityTokenReferenceField;
|
|
}
|
|
set
|
|
{
|
|
this.securityTokenReferenceField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute()]
|
|
public string Id
|
|
{
|
|
get
|
|
{
|
|
return this.idField;
|
|
}
|
|
set
|
|
{
|
|
this.idField = 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://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" +
|
|
"")]
|
|
[System.Xml.Serialization.XmlRootAttribute(Namespace = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" +
|
|
"", IsNullable = false)]
|
|
public partial class SecurityTokenReference
|
|
{
|
|
|
|
private X509DataX509IssuerSerial[] x509DataField;
|
|
|
|
private string idField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlArrayAttribute(Namespace = "http://www.w3.org/2000/09/xmldsig#")]
|
|
[System.Xml.Serialization.XmlArrayItemAttribute("X509IssuerSerial", IsNullable = false)]
|
|
public X509DataX509IssuerSerial[] X509Data
|
|
{
|
|
get
|
|
{
|
|
return this.x509DataField;
|
|
}
|
|
set
|
|
{
|
|
this.x509DataField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute(Form = System.Xml.Schema.XmlSchemaForm.Qualified, Namespace = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xs" +
|
|
"d")]
|
|
public string Id
|
|
{
|
|
get
|
|
{
|
|
return this.idField;
|
|
}
|
|
set
|
|
{
|
|
this.idField = 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://www.w3.org/2000/09/xmldsig#")]
|
|
public partial class X509DataX509IssuerSerial
|
|
{
|
|
|
|
private string x509IssuerNameField;
|
|
|
|
private string x509SerialNumberField;
|
|
|
|
/// <remarks/>
|
|
public string X509IssuerName
|
|
{
|
|
get
|
|
{
|
|
return this.x509IssuerNameField;
|
|
}
|
|
set
|
|
{
|
|
this.x509IssuerNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string X509SerialNumber
|
|
{
|
|
get
|
|
{
|
|
return this.x509SerialNumberField;
|
|
}
|
|
set
|
|
{
|
|
this.x509SerialNumberField = 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://schemas.xmlsoap.org/soap/envelope/")]
|
|
public partial class EnvelopeBody
|
|
{
|
|
|
|
private VisitIdResponse visitIdResponseField;
|
|
|
|
private VisitIdRequest visitIdRequestField;
|
|
|
|
private string idField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://api.national-single-window.de/visitIdResponse")]
|
|
public VisitIdResponse VisitIdResponse
|
|
{
|
|
get
|
|
{
|
|
return this.visitIdResponseField;
|
|
}
|
|
set
|
|
{
|
|
this.visitIdResponseField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://api.national-single-window.de/visitIdRequest")]
|
|
public VisitIdRequest VisitIdRequest
|
|
{
|
|
get
|
|
{
|
|
return this.visitIdRequestField;
|
|
}
|
|
set
|
|
{
|
|
this.visitIdRequestField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlAttributeAttribute(Form = System.Xml.Schema.XmlSchemaForm.Qualified, Namespace = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xs" +
|
|
"d")]
|
|
public string Id
|
|
{
|
|
get
|
|
{
|
|
return this.idField;
|
|
}
|
|
set
|
|
{
|
|
this.idField = 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://api.national-single-window.de/visitIdResponse")]
|
|
[System.Xml.Serialization.XmlRootAttribute(Namespace = "http://api.national-single-window.de/visitIdResponse", IsNullable = false)]
|
|
public partial class VisitIdResponse
|
|
{
|
|
|
|
private string clientRequestIdField;
|
|
|
|
private string receivedAtField;
|
|
|
|
private string visitIdField;
|
|
|
|
private string notificationIdField;
|
|
|
|
private string statusField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://api.national-single-window.de/receipt")]
|
|
public string ClientRequestId
|
|
{
|
|
get
|
|
{
|
|
return this.clientRequestIdField;
|
|
}
|
|
set
|
|
{
|
|
this.clientRequestIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://api.national-single-window.de/receipt")]
|
|
public string ReceivedAt
|
|
{
|
|
get
|
|
{
|
|
return this.receivedAtField;
|
|
}
|
|
set
|
|
{
|
|
this.receivedAtField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://api.national-single-window.de/receipt")]
|
|
public string VisitId
|
|
{
|
|
get
|
|
{
|
|
return this.visitIdField;
|
|
}
|
|
set
|
|
{
|
|
this.visitIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://api.national-single-window.de/receipt")]
|
|
public string NotificationId
|
|
{
|
|
get
|
|
{
|
|
return this.notificationIdField;
|
|
}
|
|
set
|
|
{
|
|
this.notificationIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://api.national-single-window.de/receipt")]
|
|
public string Status
|
|
{
|
|
get
|
|
{
|
|
return this.statusField;
|
|
}
|
|
set
|
|
{
|
|
this.statusField = 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://api.national-single-window.de/visitIdRequest")]
|
|
[System.Xml.Serialization.XmlRootAttribute(Namespace = "http://api.national-single-window.de/visitIdRequest", IsNullable = false)]
|
|
public partial class VisitIdRequest
|
|
{
|
|
|
|
private string clientRequestIdField;
|
|
|
|
private VisitIdRequestNotification[] notificationField;
|
|
|
|
/// <remarks/>
|
|
public string ClientRequestId
|
|
{
|
|
get
|
|
{
|
|
return this.clientRequestIdField;
|
|
}
|
|
set
|
|
{
|
|
this.clientRequestIdField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("Notification")]
|
|
public VisitIdRequestNotification[] Notification
|
|
{
|
|
get
|
|
{
|
|
return this.notificationField;
|
|
}
|
|
set
|
|
{
|
|
this.notificationField = 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://api.national-single-window.de/visitIdRequest")]
|
|
public partial class VisitIdRequestNotification
|
|
{
|
|
|
|
private VisitIdRequestNotificationHeader[] headerField;
|
|
|
|
private VisitIdRequestNotificationReportingParty[] reportingPartyField;
|
|
|
|
private VisitIdRequestNotificationDetails[] detailsField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("Header")]
|
|
public VisitIdRequestNotificationHeader[] Header
|
|
{
|
|
get
|
|
{
|
|
return this.headerField;
|
|
}
|
|
set
|
|
{
|
|
this.headerField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("ReportingParty")]
|
|
public VisitIdRequestNotificationReportingParty[] ReportingParty
|
|
{
|
|
get
|
|
{
|
|
return this.reportingPartyField;
|
|
}
|
|
set
|
|
{
|
|
this.reportingPartyField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("Details")]
|
|
public VisitIdRequestNotificationDetails[] Details
|
|
{
|
|
get
|
|
{
|
|
return this.detailsField;
|
|
}
|
|
set
|
|
{
|
|
this.detailsField = 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://api.national-single-window.de/visitIdRequest")]
|
|
public partial class VisitIdRequestNotificationHeader
|
|
{
|
|
|
|
private string sentAtField;
|
|
|
|
/// <remarks/>
|
|
public string SentAt
|
|
{
|
|
get
|
|
{
|
|
return this.sentAtField;
|
|
}
|
|
set
|
|
{
|
|
this.sentAtField = 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://api.national-single-window.de/visitIdRequest")]
|
|
public partial class VisitIdRequestNotificationReportingParty
|
|
{
|
|
|
|
private string rPTypeField;
|
|
|
|
private string rPNameField;
|
|
|
|
private string rPCountryField;
|
|
|
|
private string rPLastNameField;
|
|
|
|
private string rPPhoneField;
|
|
|
|
private string rPEMailField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://api.national-single-window.de/rp")]
|
|
public string RPType
|
|
{
|
|
get
|
|
{
|
|
return this.rPTypeField;
|
|
}
|
|
set
|
|
{
|
|
this.rPTypeField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://api.national-single-window.de/rp")]
|
|
public string RPName
|
|
{
|
|
get
|
|
{
|
|
return this.rPNameField;
|
|
}
|
|
set
|
|
{
|
|
this.rPNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://api.national-single-window.de/rp")]
|
|
public string RPCountry
|
|
{
|
|
get
|
|
{
|
|
return this.rPCountryField;
|
|
}
|
|
set
|
|
{
|
|
this.rPCountryField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://api.national-single-window.de/rp")]
|
|
public string RPLastName
|
|
{
|
|
get
|
|
{
|
|
return this.rPLastNameField;
|
|
}
|
|
set
|
|
{
|
|
this.rPLastNameField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://api.national-single-window.de/rp")]
|
|
public string RPPhone
|
|
{
|
|
get
|
|
{
|
|
return this.rPPhoneField;
|
|
}
|
|
set
|
|
{
|
|
this.rPPhoneField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Namespace = "http://api.national-single-window.de/rp")]
|
|
public string RPEMail
|
|
{
|
|
get
|
|
{
|
|
return this.rPEMailField;
|
|
}
|
|
set
|
|
{
|
|
this.rPEMailField = 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://api.national-single-window.de/visitIdRequest")]
|
|
public partial class VisitIdRequestNotificationDetails
|
|
{
|
|
|
|
private string iMONumberField;
|
|
|
|
private string portOfCallField;
|
|
|
|
private string eTAPortOfCallField;
|
|
|
|
/// <remarks/>
|
|
public string IMONumber
|
|
{
|
|
get
|
|
{
|
|
return this.iMONumberField;
|
|
}
|
|
set
|
|
{
|
|
this.iMONumberField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string PortOfCall
|
|
{
|
|
get
|
|
{
|
|
return this.portOfCallField;
|
|
}
|
|
set
|
|
{
|
|
this.portOfCallField = value;
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
public string 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(AnonymousType = true, Namespace = "http://www.w3.org/2000/09/xmldsig#")]
|
|
[System.Xml.Serialization.XmlRootAttribute(Namespace = "http://www.w3.org/2000/09/xmldsig#", IsNullable = false)]
|
|
public partial class X509Data
|
|
{
|
|
|
|
private X509DataX509IssuerSerial[] x509IssuerSerialField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute("X509IssuerSerial")]
|
|
public X509DataX509IssuerSerial[] X509IssuerSerial
|
|
{
|
|
get
|
|
{
|
|
return this.x509IssuerSerialField;
|
|
}
|
|
set
|
|
{
|
|
this.x509IssuerSerialField = value;
|
|
}
|
|
}
|
|
}
|
|
|
|
} |