//------------------------------------------------------------------------------
//
// Этот код создан программой.
// Исполняемая версия:4.0.30319.42000
//
// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
// повторной генерации кода.
//
//------------------------------------------------------------------------------
namespace Hcs.Service.Async.DebtRequests.v15_7_0_1 {
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public partial class Fault : object, System.ComponentModel.INotifyPropertyChanged {
private string errorCodeField;
private string errorMessageField;
private string stackTraceField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public string ErrorCode {
get {
return this.errorCodeField;
}
set {
this.errorCodeField = value;
this.RaisePropertyChanged("ErrorCode");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public string ErrorMessage {
get {
return this.errorMessageField;
}
set {
this.errorMessageField = value;
this.RaisePropertyChanged("ErrorMessage");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public string StackTrace {
get {
return this.stackTraceField;
}
set {
this.stackTraceField = value;
this.RaisePropertyChanged("StackTrace");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class ImportHousingFundObjectInfoType : object, System.ComponentModel.INotifyPropertyChanged {
private string[] itemsField;
private ItemsChoiceType3[] itemsElementNameField;
///
[System.Xml.Serialization.XmlElementAttribute("AddressType", typeof(string), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("HMObjectGUID", typeof(string), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("addressDetails", typeof(string), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("fiasHouseGUID", typeof(string), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("houseGUID", typeof(string), Order=0)]
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
public string[] Items {
get {
return this.itemsField;
}
set {
this.itemsField = value;
this.RaisePropertyChanged("Items");
}
}
///
[System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)]
[System.Xml.Serialization.XmlIgnoreAttribute()]
public ItemsChoiceType3[] ItemsElementName {
get {
return this.itemsElementNameField;
}
set {
this.itemsElementNameField = value;
this.RaisePropertyChanged("ItemsElementName");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/", IncludeInSchema=false)]
public enum ItemsChoiceType3 {
///
AddressType,
///
HMObjectGUID,
///
addressDetails,
///
fiasHouseGUID,
///
houseGUID,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/nsi-base/")]
public partial class nsiRef : object, System.ComponentModel.INotifyPropertyChanged {
private string codeField;
private string gUIDField;
private string nameField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public string Code {
get {
return this.codeField;
}
set {
this.codeField = value;
this.RaisePropertyChanged("Code");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public string GUID {
get {
return this.gUIDField;
}
set {
this.gUIDField = value;
this.RaisePropertyChanged("GUID");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public string Name {
get {
return this.nameField;
}
set {
this.nameField = value;
this.RaisePropertyChanged("Name");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class DocumentType : object, System.ComponentModel.INotifyPropertyChanged {
private nsiRef typeField;
private string seriesField;
private string numberField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public nsiRef type {
get {
return this.typeField;
}
set {
this.typeField = value;
this.RaisePropertyChanged("type");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public string series {
get {
return this.seriesField;
}
set {
this.seriesField = value;
this.RaisePropertyChanged("series");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public string number {
get {
return this.numberField;
}
set {
this.numberField = value;
this.RaisePropertyChanged("number");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class ApplicantInfoType : object, System.ComponentModel.INotifyPropertyChanged {
private string firstNameField;
private string lastNameField;
private string middleNameField;
private string snilsField;
private DocumentType documentField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public string firstName {
get {
return this.firstNameField;
}
set {
this.firstNameField = value;
this.RaisePropertyChanged("firstName");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public string lastName {
get {
return this.lastNameField;
}
set {
this.lastNameField = value;
this.RaisePropertyChanged("lastName");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public string middleName {
get {
return this.middleNameField;
}
set {
this.middleNameField = value;
this.RaisePropertyChanged("middleName");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
public string snils {
get {
return this.snilsField;
}
set {
this.snilsField = value;
this.RaisePropertyChanged("snils");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
public DocumentType document {
get {
return this.documentField;
}
set {
this.documentField = value;
this.RaisePropertyChanged("document");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class ImportDRType : object, System.ComponentModel.INotifyPropertyChanged {
private ApplicantInfoType applicantInfoField;
private ImportHousingFundObjectInfoType housingFundObjectField;
private string executorGUIDField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public ApplicantInfoType applicantInfo {
get {
return this.applicantInfoField;
}
set {
this.applicantInfoField = value;
this.RaisePropertyChanged("applicantInfo");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public ImportHousingFundObjectInfoType housingFundObject {
get {
return this.housingFundObjectField;
}
set {
this.housingFundObjectField = value;
this.RaisePropertyChanged("housingFundObject");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public string executorGUID {
get {
return this.executorGUIDField;
}
set {
this.executorGUIDField = value;
this.RaisePropertyChanged("executorGUID");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
public partial class ObjectType : object, System.ComponentModel.INotifyPropertyChanged {
private System.Xml.XmlNode[] anyField;
private string idField;
private string mimeTypeField;
private string encodingField;
///
[System.Xml.Serialization.XmlTextAttribute()]
[System.Xml.Serialization.XmlAnyElementAttribute(Order=0)]
public System.Xml.XmlNode[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
this.RaisePropertyChanged("Any");
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")]
public string Id {
get {
return this.idField;
}
set {
this.idField = value;
this.RaisePropertyChanged("Id");
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string MimeType {
get {
return this.mimeTypeField;
}
set {
this.mimeTypeField = value;
this.RaisePropertyChanged("MimeType");
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")]
public string Encoding {
get {
return this.encodingField;
}
set {
this.encodingField = value;
this.RaisePropertyChanged("Encoding");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
public partial class SPKIDataType : object, System.ComponentModel.INotifyPropertyChanged {
private object[] itemsField;
///
[System.Xml.Serialization.XmlAnyElementAttribute(Order=0)]
[System.Xml.Serialization.XmlElementAttribute("SPKISexp", typeof(byte[]), DataType="base64Binary", Order=0)]
public object[] Items {
get {
return this.itemsField;
}
set {
this.itemsField = value;
this.RaisePropertyChanged("Items");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
public partial class PGPDataType : object, System.ComponentModel.INotifyPropertyChanged {
private object[] itemsField;
private ItemsChoiceType1[] itemsElementNameField;
///
[System.Xml.Serialization.XmlAnyElementAttribute(Order=0)]
[System.Xml.Serialization.XmlElementAttribute("PGPKeyID", typeof(byte[]), DataType="base64Binary", Order=0)]
[System.Xml.Serialization.XmlElementAttribute("PGPKeyPacket", typeof(byte[]), DataType="base64Binary", Order=0)]
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
public object[] Items {
get {
return this.itemsField;
}
set {
this.itemsField = value;
this.RaisePropertyChanged("Items");
}
}
///
[System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)]
[System.Xml.Serialization.XmlIgnoreAttribute()]
public ItemsChoiceType1[] ItemsElementName {
get {
return this.itemsElementNameField;
}
set {
this.itemsElementNameField = value;
this.RaisePropertyChanged("ItemsElementName");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)]
public enum ItemsChoiceType1 {
///
[System.Xml.Serialization.XmlEnumAttribute("##any:")]
Item,
///
PGPKeyID,
///
PGPKeyPacket,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
public partial class X509IssuerSerialType : object, System.ComponentModel.INotifyPropertyChanged {
private string x509IssuerNameField;
private string x509SerialNumberField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public string X509IssuerName {
get {
return this.x509IssuerNameField;
}
set {
this.x509IssuerNameField = value;
this.RaisePropertyChanged("X509IssuerName");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=1)]
public string X509SerialNumber {
get {
return this.x509SerialNumberField;
}
set {
this.x509SerialNumberField = value;
this.RaisePropertyChanged("X509SerialNumber");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
public partial class X509DataType : object, System.ComponentModel.INotifyPropertyChanged {
private object[] itemsField;
private ItemsChoiceType[] itemsElementNameField;
///
[System.Xml.Serialization.XmlAnyElementAttribute(Order=0)]
[System.Xml.Serialization.XmlElementAttribute("X509CRL", typeof(byte[]), DataType="base64Binary", Order=0)]
[System.Xml.Serialization.XmlElementAttribute("X509Certificate", typeof(byte[]), DataType="base64Binary", Order=0)]
[System.Xml.Serialization.XmlElementAttribute("X509IssuerSerial", typeof(X509IssuerSerialType), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("X509SKI", typeof(byte[]), DataType="base64Binary", Order=0)]
[System.Xml.Serialization.XmlElementAttribute("X509SubjectName", typeof(string), Order=0)]
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
public object[] Items {
get {
return this.itemsField;
}
set {
this.itemsField = value;
this.RaisePropertyChanged("Items");
}
}
///
[System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)]
[System.Xml.Serialization.XmlIgnoreAttribute()]
public ItemsChoiceType[] ItemsElementName {
get {
return this.itemsElementNameField;
}
set {
this.itemsElementNameField = value;
this.RaisePropertyChanged("ItemsElementName");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)]
public enum ItemsChoiceType {
///
[System.Xml.Serialization.XmlEnumAttribute("##any:")]
Item,
///
X509CRL,
///
X509Certificate,
///
X509IssuerSerial,
///
X509SKI,
///
X509SubjectName,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
public partial class RetrievalMethodType : object, System.ComponentModel.INotifyPropertyChanged {
private TransformType[] transformsField;
private string uRIField;
private string typeField;
///
[System.Xml.Serialization.XmlArrayAttribute(Order=0)]
[System.Xml.Serialization.XmlArrayItemAttribute("Transform", IsNullable=false)]
public TransformType[] Transforms {
get {
return this.transformsField;
}
set {
this.transformsField = value;
this.RaisePropertyChanged("Transforms");
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")]
public string URI {
get {
return this.uRIField;
}
set {
this.uRIField = value;
this.RaisePropertyChanged("URI");
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")]
public string Type {
get {
return this.typeField;
}
set {
this.typeField = value;
this.RaisePropertyChanged("Type");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
public partial class TransformType : object, System.ComponentModel.INotifyPropertyChanged {
private object[] itemsField;
private string[] textField;
private string algorithmField;
///
[System.Xml.Serialization.XmlAnyElementAttribute(Order=0)]
[System.Xml.Serialization.XmlElementAttribute("XPath", typeof(string), Order=0)]
public object[] Items {
get {
return this.itemsField;
}
set {
this.itemsField = value;
this.RaisePropertyChanged("Items");
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public string[] Text {
get {
return this.textField;
}
set {
this.textField = value;
this.RaisePropertyChanged("Text");
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")]
public string Algorithm {
get {
return this.algorithmField;
}
set {
this.algorithmField = value;
this.RaisePropertyChanged("Algorithm");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
public partial class RSAKeyValueType : object, System.ComponentModel.INotifyPropertyChanged {
private byte[] modulusField;
private byte[] exponentField;
///
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=0)]
public byte[] Modulus {
get {
return this.modulusField;
}
set {
this.modulusField = value;
this.RaisePropertyChanged("Modulus");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)]
public byte[] Exponent {
get {
return this.exponentField;
}
set {
this.exponentField = value;
this.RaisePropertyChanged("Exponent");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
public partial class DSAKeyValueType : object, System.ComponentModel.INotifyPropertyChanged {
private byte[] pField;
private byte[] qField;
private byte[] gField;
private byte[] yField;
private byte[] jField;
private byte[] seedField;
private byte[] pgenCounterField;
///
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=0)]
public byte[] P {
get {
return this.pField;
}
set {
this.pField = value;
this.RaisePropertyChanged("P");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=1)]
public byte[] Q {
get {
return this.qField;
}
set {
this.qField = value;
this.RaisePropertyChanged("Q");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=2)]
public byte[] G {
get {
return this.gField;
}
set {
this.gField = value;
this.RaisePropertyChanged("G");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=3)]
public byte[] Y {
get {
return this.yField;
}
set {
this.yField = value;
this.RaisePropertyChanged("Y");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=4)]
public byte[] J {
get {
return this.jField;
}
set {
this.jField = value;
this.RaisePropertyChanged("J");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=5)]
public byte[] Seed {
get {
return this.seedField;
}
set {
this.seedField = value;
this.RaisePropertyChanged("Seed");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=6)]
public byte[] PgenCounter {
get {
return this.pgenCounterField;
}
set {
this.pgenCounterField = value;
this.RaisePropertyChanged("PgenCounter");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
public partial class KeyValueType : object, System.ComponentModel.INotifyPropertyChanged {
private object itemField;
private string[] textField;
///
[System.Xml.Serialization.XmlAnyElementAttribute(Order=0)]
[System.Xml.Serialization.XmlElementAttribute("DSAKeyValue", typeof(DSAKeyValueType), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("RSAKeyValue", typeof(RSAKeyValueType), Order=0)]
public object Item {
get {
return this.itemField;
}
set {
this.itemField = value;
this.RaisePropertyChanged("Item");
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public string[] Text {
get {
return this.textField;
}
set {
this.textField = value;
this.RaisePropertyChanged("Text");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
public partial class KeyInfoType : object, System.ComponentModel.INotifyPropertyChanged {
private object[] itemsField;
private ItemsChoiceType2[] itemsElementNameField;
private string[] textField;
private string idField;
///
[System.Xml.Serialization.XmlAnyElementAttribute(Order=0)]
[System.Xml.Serialization.XmlElementAttribute("KeyName", typeof(string), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("KeyValue", typeof(KeyValueType), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("MgmtData", typeof(string), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("PGPData", typeof(PGPDataType), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("RetrievalMethod", typeof(RetrievalMethodType), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("SPKIData", typeof(SPKIDataType), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("X509Data", typeof(X509DataType), Order=0)]
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
public object[] Items {
get {
return this.itemsField;
}
set {
this.itemsField = value;
this.RaisePropertyChanged("Items");
}
}
///
[System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)]
[System.Xml.Serialization.XmlIgnoreAttribute()]
public ItemsChoiceType2[] ItemsElementName {
get {
return this.itemsElementNameField;
}
set {
this.itemsElementNameField = value;
this.RaisePropertyChanged("ItemsElementName");
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
public string[] Text {
get {
return this.textField;
}
set {
this.textField = value;
this.RaisePropertyChanged("Text");
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")]
public string Id {
get {
return this.idField;
}
set {
this.idField = value;
this.RaisePropertyChanged("Id");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", IncludeInSchema=false)]
public enum ItemsChoiceType2 {
///
[System.Xml.Serialization.XmlEnumAttribute("##any:")]
Item,
///
KeyName,
///
KeyValue,
///
MgmtData,
///
PGPData,
///
RetrievalMethod,
///
SPKIData,
///
X509Data,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
public partial class SignatureValueType : object, System.ComponentModel.INotifyPropertyChanged {
private string idField;
private byte[] valueField;
///
[System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")]
public string Id {
get {
return this.idField;
}
set {
this.idField = value;
this.RaisePropertyChanged("Id");
}
}
///
[System.Xml.Serialization.XmlTextAttribute(DataType="base64Binary")]
public byte[] Value {
get {
return this.valueField;
}
set {
this.valueField = value;
this.RaisePropertyChanged("Value");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
public partial class DigestMethodType : object, System.ComponentModel.INotifyPropertyChanged {
private System.Xml.XmlNode[] anyField;
private string algorithmField;
///
[System.Xml.Serialization.XmlTextAttribute()]
[System.Xml.Serialization.XmlAnyElementAttribute(Order=0)]
public System.Xml.XmlNode[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
this.RaisePropertyChanged("Any");
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")]
public string Algorithm {
get {
return this.algorithmField;
}
set {
this.algorithmField = value;
this.RaisePropertyChanged("Algorithm");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
public partial class ReferenceType : object, System.ComponentModel.INotifyPropertyChanged {
private TransformType[] transformsField;
private DigestMethodType digestMethodField;
private byte[] digestValueField;
private string idField;
private string uRIField;
private string typeField;
///
[System.Xml.Serialization.XmlArrayAttribute(Order=0)]
[System.Xml.Serialization.XmlArrayItemAttribute("Transform", IsNullable=false)]
public TransformType[] Transforms {
get {
return this.transformsField;
}
set {
this.transformsField = value;
this.RaisePropertyChanged("Transforms");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public DigestMethodType DigestMethod {
get {
return this.digestMethodField;
}
set {
this.digestMethodField = value;
this.RaisePropertyChanged("DigestMethod");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary", Order=2)]
public byte[] DigestValue {
get {
return this.digestValueField;
}
set {
this.digestValueField = value;
this.RaisePropertyChanged("DigestValue");
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")]
public string Id {
get {
return this.idField;
}
set {
this.idField = value;
this.RaisePropertyChanged("Id");
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")]
public string URI {
get {
return this.uRIField;
}
set {
this.uRIField = value;
this.RaisePropertyChanged("URI");
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")]
public string Type {
get {
return this.typeField;
}
set {
this.typeField = value;
this.RaisePropertyChanged("Type");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
public partial class SignatureMethodType : object, System.ComponentModel.INotifyPropertyChanged {
private string hMACOutputLengthField;
private System.Xml.XmlNode[] anyField;
private string algorithmField;
///
[System.Xml.Serialization.XmlElementAttribute(DataType="integer", Order=0)]
public string HMACOutputLength {
get {
return this.hMACOutputLengthField;
}
set {
this.hMACOutputLengthField = value;
this.RaisePropertyChanged("HMACOutputLength");
}
}
///
[System.Xml.Serialization.XmlTextAttribute()]
[System.Xml.Serialization.XmlAnyElementAttribute(Order=1)]
public System.Xml.XmlNode[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
this.RaisePropertyChanged("Any");
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")]
public string Algorithm {
get {
return this.algorithmField;
}
set {
this.algorithmField = value;
this.RaisePropertyChanged("Algorithm");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
public partial class CanonicalizationMethodType : object, System.ComponentModel.INotifyPropertyChanged {
private System.Xml.XmlNode[] anyField;
private string algorithmField;
///
[System.Xml.Serialization.XmlTextAttribute()]
[System.Xml.Serialization.XmlAnyElementAttribute(Order=0)]
public System.Xml.XmlNode[] Any {
get {
return this.anyField;
}
set {
this.anyField = value;
this.RaisePropertyChanged("Any");
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(DataType="anyURI")]
public string Algorithm {
get {
return this.algorithmField;
}
set {
this.algorithmField = value;
this.RaisePropertyChanged("Algorithm");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
public partial class SignedInfoType : object, System.ComponentModel.INotifyPropertyChanged {
private CanonicalizationMethodType canonicalizationMethodField;
private SignatureMethodType signatureMethodField;
private ReferenceType[] referenceField;
private string idField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public CanonicalizationMethodType CanonicalizationMethod {
get {
return this.canonicalizationMethodField;
}
set {
this.canonicalizationMethodField = value;
this.RaisePropertyChanged("CanonicalizationMethod");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public SignatureMethodType SignatureMethod {
get {
return this.signatureMethodField;
}
set {
this.signatureMethodField = value;
this.RaisePropertyChanged("SignatureMethod");
}
}
///
[System.Xml.Serialization.XmlElementAttribute("Reference", Order=2)]
public ReferenceType[] Reference {
get {
return this.referenceField;
}
set {
this.referenceField = value;
this.RaisePropertyChanged("Reference");
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")]
public string Id {
get {
return this.idField;
}
set {
this.idField = value;
this.RaisePropertyChanged("Id");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#")]
public partial class SignatureType : object, System.ComponentModel.INotifyPropertyChanged {
private SignedInfoType signedInfoField;
private SignatureValueType signatureValueField;
private KeyInfoType keyInfoField;
private ObjectType[] objectField;
private string idField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public SignedInfoType SignedInfo {
get {
return this.signedInfoField;
}
set {
this.signedInfoField = value;
this.RaisePropertyChanged("SignedInfo");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public SignatureValueType SignatureValue {
get {
return this.signatureValueField;
}
set {
this.signatureValueField = value;
this.RaisePropertyChanged("SignatureValue");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public KeyInfoType KeyInfo {
get {
return this.keyInfoField;
}
set {
this.keyInfoField = value;
this.RaisePropertyChanged("KeyInfo");
}
}
///
[System.Xml.Serialization.XmlElementAttribute("Object", Order=3)]
public ObjectType[] Object {
get {
return this.objectField;
}
set {
this.objectField = value;
this.RaisePropertyChanged("Object");
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(DataType="ID")]
public string Id {
get {
return this.idField;
}
set {
this.idField = value;
this.RaisePropertyChanged("Id");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(BaseAsyncResponseType))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public partial class BaseType : object, System.ComponentModel.INotifyPropertyChanged {
private SignatureType signatureField;
private string idField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.w3.org/2000/09/xmldsig#", Order=0)]
public SignatureType Signature {
get {
return this.signatureField;
}
set {
this.signatureField = value;
this.RaisePropertyChanged("Signature");
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute()]
public string Id {
get {
return this.idField;
}
set {
this.idField = value;
this.RaisePropertyChanged("Id");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public partial class BaseAsyncResponseType : BaseType {
private sbyte requestStateField;
private string messageGUIDField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public sbyte RequestState {
get {
return this.requestStateField;
}
set {
this.requestStateField = value;
this.RaisePropertyChanged("RequestState");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public string MessageGUID {
get {
return this.messageGUIDField;
}
set {
this.messageGUIDField = value;
this.RaisePropertyChanged("MessageGUID");
}
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ServiceModel.ServiceContractAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs-service-async", ConfigurationName="Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort")]
public interface DebtRequestsAsyncPort {
// CODEGEN: Контракт генерации сообщений с операцией importDebtRequests не является ни RPC, ни упакованным документом.
[System.ServiceModel.OperationContractAttribute(Action="urn:importDebtRequests", ReplyAction="*")]
[System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.DebtRequests.v15_7_0_1.Fault), Action="urn:importDebtRequests", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))]
Hcs.Service.Async.DebtRequests.v15_7_0_1.importDebtRequestsResponse importDebtRequests(Hcs.Service.Async.DebtRequests.v15_7_0_1.importDebtRequestsRequest request);
[System.ServiceModel.OperationContractAttribute(Action="urn:importDebtRequests", ReplyAction="*")]
System.Threading.Tasks.Task importDebtRequestsAsync(Hcs.Service.Async.DebtRequests.v15_7_0_1.importDebtRequestsRequest request);
// CODEGEN: Контракт генерации сообщений с операцией exportDebtSubrequests не является ни RPC, ни упакованным документом.
[System.ServiceModel.OperationContractAttribute(Action="urn:exportDebtSubrequests", ReplyAction="*")]
[System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.DebtRequests.v15_7_0_1.Fault), Action="urn:exportDebtSubrequests", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))]
Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtSubrequestsResponse exportDebtSubrequests(Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtSubrequestsRequest request);
[System.ServiceModel.OperationContractAttribute(Action="urn:exportDebtSubrequests", ReplyAction="*")]
System.Threading.Tasks.Task exportDebtSubrequestsAsync(Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtSubrequestsRequest request);
// CODEGEN: Контракт генерации сообщений с операцией importResponses не является ни RPC, ни упакованным документом.
[System.ServiceModel.OperationContractAttribute(Action="urn:importResponses", ReplyAction="*")]
[System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.DebtRequests.v15_7_0_1.Fault), Action="urn:importResponses", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))]
Hcs.Service.Async.DebtRequests.v15_7_0_1.importResponsesResponse importResponses(Hcs.Service.Async.DebtRequests.v15_7_0_1.importResponsesRequest request);
[System.ServiceModel.OperationContractAttribute(Action="urn:importResponses", ReplyAction="*")]
System.Threading.Tasks.Task importResponsesAsync(Hcs.Service.Async.DebtRequests.v15_7_0_1.importResponsesRequest request);
// CODEGEN: Контракт генерации сообщений с операцией exportDebtRequests не является ни RPC, ни упакованным документом.
[System.ServiceModel.OperationContractAttribute(Action="urn:exportDebtRequests", ReplyAction="*")]
[System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.DebtRequests.v15_7_0_1.Fault), Action="urn:exportDebtRequests", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))]
Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtRequestsResponse exportDebtRequests(Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtRequestsRequest request);
[System.ServiceModel.OperationContractAttribute(Action="urn:exportDebtRequests", ReplyAction="*")]
System.Threading.Tasks.Task exportDebtRequestsAsync(Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtRequestsRequest request);
// CODEGEN: Контракт генерации сообщений с операцией getState не является ни RPC, ни упакованным документом.
[System.ServiceModel.OperationContractAttribute(Action="urn:getState", ReplyAction="*")]
[System.ServiceModel.FaultContractAttribute(typeof(Hcs.Service.Async.DebtRequests.v15_7_0_1.Fault), Action="urn:getState", Name="Fault", Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
[System.ServiceModel.ServiceKnownTypeAttribute(typeof(BaseType))]
Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateResponse getState(Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateRequest1 request);
[System.ServiceModel.OperationContractAttribute(Action="urn:getState", ReplyAction="*")]
System.Threading.Tasks.Task getStateAsync(Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateRequest1 request);
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public partial class RequestHeader : HeaderType {
private object itemField;
private ItemChoiceType itemElementNameField;
private bool isOperatorSignatureField;
private bool isOperatorSignatureFieldSpecified;
private ISCreator[] iSCreatorField;
public RequestHeader() {
this.isOperatorSignatureField = true;
}
///
[System.Xml.Serialization.XmlElementAttribute("Citizen", typeof(RequestHeaderCitizen), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("SenderID", typeof(string), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("orgPPAGUID", typeof(string), Order=0)]
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemElementName")]
public object Item {
get {
return this.itemField;
}
set {
this.itemField = value;
this.RaisePropertyChanged("Item");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
[System.Xml.Serialization.XmlIgnoreAttribute()]
public ItemChoiceType ItemElementName {
get {
return this.itemElementNameField;
}
set {
this.itemElementNameField = value;
this.RaisePropertyChanged("ItemElementName");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public bool IsOperatorSignature {
get {
return this.isOperatorSignatureField;
}
set {
this.isOperatorSignatureField = value;
this.RaisePropertyChanged("IsOperatorSignature");
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool IsOperatorSignatureSpecified {
get {
return this.isOperatorSignatureFieldSpecified;
}
set {
this.isOperatorSignatureFieldSpecified = value;
this.RaisePropertyChanged("IsOperatorSignatureSpecified");
}
}
///
[System.Xml.Serialization.XmlElementAttribute("ISCreator", Order=3)]
public ISCreator[] ISCreator {
get {
return this.iSCreatorField;
}
set {
this.iSCreatorField = value;
this.RaisePropertyChanged("ISCreator");
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public partial class RequestHeaderCitizen : object, System.ComponentModel.INotifyPropertyChanged {
private object[] itemsField;
private ItemsChoiceType4[] itemsElementNameField;
///
[System.Xml.Serialization.XmlElementAttribute("CitizenPPAGUID", typeof(string), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("Document", typeof(RequestHeaderCitizenDocument), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("SNILS", typeof(string), Order=0)]
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
public object[] Items {
get {
return this.itemsField;
}
set {
this.itemsField = value;
this.RaisePropertyChanged("Items");
}
}
///
[System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)]
[System.Xml.Serialization.XmlIgnoreAttribute()]
public ItemsChoiceType4[] ItemsElementName {
get {
return this.itemsElementNameField;
}
set {
this.itemsElementNameField = value;
this.RaisePropertyChanged("ItemsElementName");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public partial class RequestHeaderCitizenDocument : object, System.ComponentModel.INotifyPropertyChanged {
private RequestHeaderCitizenDocumentDocumentType documentTypeField;
private string seriesField;
private string numberField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public RequestHeaderCitizenDocumentDocumentType DocumentType {
get {
return this.documentTypeField;
}
set {
this.documentTypeField = value;
this.RaisePropertyChanged("DocumentType");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public string Series {
get {
return this.seriesField;
}
set {
this.seriesField = value;
this.RaisePropertyChanged("Series");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public string Number {
get {
return this.numberField;
}
set {
this.numberField = value;
this.RaisePropertyChanged("Number");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public partial class RequestHeaderCitizenDocumentDocumentType : object, System.ComponentModel.INotifyPropertyChanged {
private string codeField;
private string gUIDField;
private string nameField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public string Code {
get {
return this.codeField;
}
set {
this.codeField = value;
this.RaisePropertyChanged("Code");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public string GUID {
get {
return this.gUIDField;
}
set {
this.gUIDField = value;
this.RaisePropertyChanged("GUID");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public string Name {
get {
return this.nameField;
}
set {
this.nameField = value;
this.RaisePropertyChanged("Name");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", IncludeInSchema=false)]
public enum ItemsChoiceType4 {
///
CitizenPPAGUID,
///
Document,
///
SNILS,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", IncludeInSchema=false)]
public enum ItemChoiceType {
///
Citizen,
///
SenderID,
///
orgPPAGUID,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public partial class ISCreator : object, System.ComponentModel.INotifyPropertyChanged {
private string iSNameField;
private string iSOperatorNameField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public string ISName {
get {
return this.iSNameField;
}
set {
this.iSNameField = value;
this.RaisePropertyChanged("ISName");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public string ISOperatorName {
get {
return this.iSOperatorNameField;
}
set {
this.iSOperatorNameField = value;
this.RaisePropertyChanged("ISOperatorName");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public partial class HeaderType : object, System.ComponentModel.INotifyPropertyChanged {
private System.DateTime dateField;
private string messageGUIDField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public System.DateTime Date {
get {
return this.dateField;
}
set {
this.dateField = value;
this.RaisePropertyChanged("Date");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public string MessageGUID {
get {
return this.messageGUIDField;
}
set {
this.messageGUIDField = value;
this.RaisePropertyChanged("MessageGUID");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class importDRsRequest : BaseType {
private importDRsRequestAction[] actionField;
private string versionField;
///
[System.Xml.Serialization.XmlElementAttribute("action", Order=0)]
public importDRsRequestAction[] action {
get {
return this.actionField;
}
set {
this.actionField = value;
this.RaisePropertyChanged("action");
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public string version {
get {
return this.versionField;
}
set {
this.versionField = value;
this.RaisePropertyChanged("version");
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class importDRsRequestAction : object, System.ComponentModel.INotifyPropertyChanged {
private string transportGUIDField;
private string requestGUIDField;
private DRActionType actionTypeField;
private ImportDRType requestDataField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)]
public string TransportGUID {
get {
return this.transportGUIDField;
}
set {
this.transportGUIDField = value;
this.RaisePropertyChanged("TransportGUID");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public string requestGUID {
get {
return this.requestGUIDField;
}
set {
this.requestGUIDField = value;
this.RaisePropertyChanged("requestGUID");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public DRActionType actionType {
get {
return this.actionTypeField;
}
set {
this.actionTypeField = value;
this.RaisePropertyChanged("actionType");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
public ImportDRType requestData {
get {
return this.requestDataField;
}
set {
this.requestDataField = value;
this.RaisePropertyChanged("requestData");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public enum DRActionType {
///
Send,
///
Revoke,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public partial class ResultHeader : HeaderType {
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public partial class AckRequest : object, System.ComponentModel.INotifyPropertyChanged {
private AckRequestAck ackField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public AckRequestAck Ack {
get {
return this.ackField;
}
set {
this.ackField = value;
this.RaisePropertyChanged("Ack");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public partial class AckRequestAck : object, System.ComponentModel.INotifyPropertyChanged {
private string messageGUIDField;
private string requesterMessageGUIDField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public string MessageGUID {
get {
return this.messageGUIDField;
}
set {
this.messageGUIDField = value;
this.RaisePropertyChanged("MessageGUID");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public string RequesterMessageGUID {
get {
return this.requesterMessageGUIDField;
}
set {
this.requesterMessageGUIDField = value;
this.RaisePropertyChanged("RequesterMessageGUID");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class importDebtRequestsRequest {
[System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader;
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/", Order=0)]
public Hcs.Service.Async.DebtRequests.v15_7_0_1.importDRsRequest importDRsRequest;
public importDebtRequestsRequest() {
}
public importDebtRequestsRequest(Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.importDRsRequest importDRsRequest) {
this.RequestHeader = RequestHeader;
this.importDRsRequest = importDRsRequest;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class importDebtRequestsResponse {
[System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader ResultHeader;
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)]
public Hcs.Service.Async.DebtRequests.v15_7_0_1.AckRequest AckRequest;
public importDebtRequestsResponse() {
}
public importDebtRequestsResponse(Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.AckRequest AckRequest) {
this.ResultHeader = ResultHeader;
this.AckRequest = AckRequest;
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class exportDSRsRequest : BaseType {
private object[] itemsField;
private ItemsChoiceType5[] itemsElementNameField;
private bool includeResponsesField;
private bool includeResponsesFieldSpecified;
private string versionField;
///
[System.Xml.Serialization.XmlElementAttribute("exportHMObjectGUID", typeof(ExportHMObjectInfoType), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("exportSubrequestGUID", typeof(string), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("houseGUID", typeof(string), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("periodOfSendingRequest", typeof(Period), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("requestNumber", typeof(string), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("requestStatus", typeof(RequestStatusType), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("responseStatus", typeof(ResponseStatusType), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("subrequestGUID", typeof(string), Order=0)]
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
public object[] Items {
get {
return this.itemsField;
}
set {
this.itemsField = value;
this.RaisePropertyChanged("Items");
}
}
///
[System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)]
[System.Xml.Serialization.XmlIgnoreAttribute()]
public ItemsChoiceType5[] ItemsElementName {
get {
return this.itemsElementNameField;
}
set {
this.itemsElementNameField = value;
this.RaisePropertyChanged("ItemsElementName");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public bool includeResponses {
get {
return this.includeResponsesField;
}
set {
this.includeResponsesField = value;
this.RaisePropertyChanged("includeResponses");
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool includeResponsesSpecified {
get {
return this.includeResponsesFieldSpecified;
}
set {
this.includeResponsesFieldSpecified = value;
this.RaisePropertyChanged("includeResponsesSpecified");
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public string version {
get {
return this.versionField;
}
set {
this.versionField = value;
this.RaisePropertyChanged("version");
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class ExportHMObjectInfoType : object, System.ComponentModel.INotifyPropertyChanged {
private string hMobjectGUIDField;
private string adressTypeField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public string HMobjectGUID {
get {
return this.hMobjectGUIDField;
}
set {
this.hMobjectGUIDField = value;
this.RaisePropertyChanged("HMobjectGUID");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public string adressType {
get {
return this.adressTypeField;
}
set {
this.adressTypeField = value;
this.RaisePropertyChanged("adressType");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public partial class Period : object, System.ComponentModel.INotifyPropertyChanged {
private System.DateTime startDateField;
private System.DateTime endDateField;
///
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)]
public System.DateTime startDate {
get {
return this.startDateField;
}
set {
this.startDateField = value;
this.RaisePropertyChanged("startDate");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)]
public System.DateTime endDate {
get {
return this.endDateField;
}
set {
this.endDateField = value;
this.RaisePropertyChanged("endDate");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public enum RequestStatusType {
///
Sent,
///
Processed,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public enum ResponseStatusType {
///
NotSent,
///
Sent,
///
AutoGenerated,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/", IncludeInSchema=false)]
public enum ItemsChoiceType5 {
///
exportHMObjectGUID,
///
exportSubrequestGUID,
///
houseGUID,
///
periodOfSendingRequest,
///
requestNumber,
///
requestStatus,
///
responseStatus,
///
subrequestGUID,
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class exportDebtSubrequestsRequest {
[System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader;
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/", Order=0)]
public Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDSRsRequest exportDSRsRequest;
public exportDebtSubrequestsRequest() {
}
public exportDebtSubrequestsRequest(Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDSRsRequest exportDSRsRequest) {
this.RequestHeader = RequestHeader;
this.exportDSRsRequest = exportDSRsRequest;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class exportDebtSubrequestsResponse {
[System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader ResultHeader;
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)]
public Hcs.Service.Async.DebtRequests.v15_7_0_1.AckRequest AckRequest;
public exportDebtSubrequestsResponse() {
}
public exportDebtSubrequestsResponse(Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.AckRequest AckRequest) {
this.ResultHeader = ResultHeader;
this.AckRequest = AckRequest;
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class importDSRResponsesRequest : BaseType {
private importDSRResponsesRequestAction[] actionField;
private string versionField;
public importDSRResponsesRequest() {
this.versionField = "14.0.0.0";
}
///
[System.Xml.Serialization.XmlElementAttribute("action", Order=0)]
public importDSRResponsesRequestAction[] action {
get {
return this.actionField;
}
set {
this.actionField = value;
this.RaisePropertyChanged("action");
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public string version {
get {
return this.versionField;
}
set {
this.versionField = value;
this.RaisePropertyChanged("version");
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class importDSRResponsesRequestAction : object, System.ComponentModel.INotifyPropertyChanged {
private string transportGUIDField;
private string subrequestGUIDField;
private DSRResponseActionType actionTypeField;
private ImportDSRResponseType responseDataField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)]
public string TransportGUID {
get {
return this.transportGUIDField;
}
set {
this.transportGUIDField = value;
this.RaisePropertyChanged("TransportGUID");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public string subrequestGUID {
get {
return this.subrequestGUIDField;
}
set {
this.subrequestGUIDField = value;
this.RaisePropertyChanged("subrequestGUID");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public DSRResponseActionType actionType {
get {
return this.actionTypeField;
}
set {
this.actionTypeField = value;
this.RaisePropertyChanged("actionType");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
public ImportDSRResponseType responseData {
get {
return this.responseDataField;
}
set {
this.responseDataField = value;
this.RaisePropertyChanged("responseData");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public enum DSRResponseActionType {
///
Send,
///
Revoke,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class ImportDSRResponseType : object, System.ComponentModel.INotifyPropertyChanged {
private bool hasDebtField;
private AttachmentType[] additionalFileField;
private string descriptionField;
private string executorGUIDField;
private object[] itemsField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public bool hasDebt {
get {
return this.hasDebtField;
}
set {
this.hasDebtField = value;
this.RaisePropertyChanged("hasDebt");
}
}
///
[System.Xml.Serialization.XmlElementAttribute("additionalFile", Order=1)]
public AttachmentType[] additionalFile {
get {
return this.additionalFileField;
}
set {
this.additionalFileField = value;
this.RaisePropertyChanged("additionalFile");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public string description {
get {
return this.descriptionField;
}
set {
this.descriptionField = value;
this.RaisePropertyChanged("description");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
public string executorGUID {
get {
return this.executorGUIDField;
}
set {
this.executorGUIDField = value;
this.RaisePropertyChanged("executorGUID");
}
}
///
[System.Xml.Serialization.XmlElementAttribute("debtGUID", typeof(string), Order=4)]
[System.Xml.Serialization.XmlElementAttribute("debtInfo", typeof(DebtInfoType), Order=4)]
public object[] Items {
get {
return this.itemsField;
}
set {
this.itemsField = value;
this.RaisePropertyChanged("Items");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public partial class AttachmentType : object, System.ComponentModel.INotifyPropertyChanged {
private string nameField;
private string descriptionField;
private Attachment attachmentField;
private string attachmentHASHField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public string Name {
get {
return this.nameField;
}
set {
this.nameField = value;
this.RaisePropertyChanged("Name");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public string Description {
get {
return this.descriptionField;
}
set {
this.descriptionField = value;
this.RaisePropertyChanged("Description");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public Attachment Attachment {
get {
return this.attachmentField;
}
set {
this.attachmentField = value;
this.RaisePropertyChanged("Attachment");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
public string AttachmentHASH {
get {
return this.attachmentHASHField;
}
set {
this.attachmentHASHField = value;
this.RaisePropertyChanged("AttachmentHASH");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public partial class Attachment : object, System.ComponentModel.INotifyPropertyChanged {
private string attachmentGUIDField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public string AttachmentGUID {
get {
return this.attachmentGUIDField;
}
set {
this.attachmentGUIDField = value;
this.RaisePropertyChanged("AttachmentGUID");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class DebtInfoType : object, System.ComponentModel.INotifyPropertyChanged {
private DebtInfoTypePerson personField;
private DebtInfoTypeDocument[] documentField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public DebtInfoTypePerson person {
get {
return this.personField;
}
set {
this.personField = value;
this.RaisePropertyChanged("person");
}
}
///
[System.Xml.Serialization.XmlElementAttribute("document", Order=1)]
public DebtInfoTypeDocument[] document {
get {
return this.documentField;
}
set {
this.documentField = value;
this.RaisePropertyChanged("document");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class DebtInfoTypePerson : object, System.ComponentModel.INotifyPropertyChanged {
private string firstNameField;
private string lastNameField;
private string middleNameField;
private string snilsField;
private DocumentType documentField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public string firstName {
get {
return this.firstNameField;
}
set {
this.firstNameField = value;
this.RaisePropertyChanged("firstName");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public string lastName {
get {
return this.lastNameField;
}
set {
this.lastNameField = value;
this.RaisePropertyChanged("lastName");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public string middleName {
get {
return this.middleNameField;
}
set {
this.middleNameField = value;
this.RaisePropertyChanged("middleName");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
public string snils {
get {
return this.snilsField;
}
set {
this.snilsField = value;
this.RaisePropertyChanged("snils");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
public DocumentType document {
get {
return this.documentField;
}
set {
this.documentField = value;
this.RaisePropertyChanged("document");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class DebtInfoTypeDocument : object, System.ComponentModel.INotifyPropertyChanged {
private nsiRef typeField;
private AttachmentType attachmentField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public nsiRef type {
get {
return this.typeField;
}
set {
this.typeField = value;
this.RaisePropertyChanged("type");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public AttachmentType attachment {
get {
return this.attachmentField;
}
set {
this.attachmentField = value;
this.RaisePropertyChanged("attachment");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class importResponsesRequest {
[System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader;
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/", Order=0)]
public Hcs.Service.Async.DebtRequests.v15_7_0_1.importDSRResponsesRequest importDSRResponsesRequest;
public importResponsesRequest() {
}
public importResponsesRequest(Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.importDSRResponsesRequest importDSRResponsesRequest) {
this.RequestHeader = RequestHeader;
this.importDSRResponsesRequest = importDSRResponsesRequest;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class importResponsesResponse {
[System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader ResultHeader;
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)]
public Hcs.Service.Async.DebtRequests.v15_7_0_1.AckRequest AckRequest;
public importResponsesResponse() {
}
public importResponsesResponse(Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.AckRequest AckRequest) {
this.ResultHeader = ResultHeader;
this.AckRequest = AckRequest;
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class exportDRsRequest : BaseType {
private object[] itemsField;
private ItemsChoiceType6[] itemsElementNameField;
private string versionField;
///
[System.Xml.Serialization.XmlElementAttribute("applicantInfo", typeof(ApplicantInfoRequestType), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("exportHMObjectGUID", typeof(ExportHMObjectInfoType), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("exportRequestGUID", typeof(string), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("houseGUID", typeof(string), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("periodOfResponseDate", typeof(PeriodOpen), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("periodOfSendingRequest", typeof(Period), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("requestCreationPeriod", typeof(Period), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("requestGUID", typeof(string), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("requestNumber", typeof(string), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("requestResult", typeof(nsiRef), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("requestStatus", typeof(AllRequestStatusesType), Order=0)]
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
public object[] Items {
get {
return this.itemsField;
}
set {
this.itemsField = value;
this.RaisePropertyChanged("Items");
}
}
///
[System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)]
[System.Xml.Serialization.XmlIgnoreAttribute()]
public ItemsChoiceType6[] ItemsElementName {
get {
return this.itemsElementNameField;
}
set {
this.itemsElementNameField = value;
this.RaisePropertyChanged("ItemsElementName");
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public string version {
get {
return this.versionField;
}
set {
this.versionField = value;
this.RaisePropertyChanged("version");
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class ApplicantInfoRequestType : object, System.ComponentModel.INotifyPropertyChanged {
private string firstNameField;
private string lastNameField;
private string middleNameField;
private string snilsField;
private DocumentType documentField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public string firstName {
get {
return this.firstNameField;
}
set {
this.firstNameField = value;
this.RaisePropertyChanged("firstName");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public string lastName {
get {
return this.lastNameField;
}
set {
this.lastNameField = value;
this.RaisePropertyChanged("lastName");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public string middleName {
get {
return this.middleNameField;
}
set {
this.middleNameField = value;
this.RaisePropertyChanged("middleName");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
public string snils {
get {
return this.snilsField;
}
set {
this.snilsField = value;
this.RaisePropertyChanged("snils");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
public DocumentType document {
get {
return this.documentField;
}
set {
this.documentField = value;
this.RaisePropertyChanged("document");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public partial class PeriodOpen : object, System.ComponentModel.INotifyPropertyChanged {
private System.DateTime startDateField;
private bool startDateFieldSpecified;
private System.DateTime endDateField;
private bool endDateFieldSpecified;
///
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=0)]
public System.DateTime startDate {
get {
return this.startDateField;
}
set {
this.startDateField = value;
this.RaisePropertyChanged("startDate");
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool startDateSpecified {
get {
return this.startDateFieldSpecified;
}
set {
this.startDateFieldSpecified = value;
this.RaisePropertyChanged("startDateSpecified");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)]
public System.DateTime endDate {
get {
return this.endDateField;
}
set {
this.endDateField = value;
this.RaisePropertyChanged("endDate");
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool endDateSpecified {
get {
return this.endDateFieldSpecified;
}
set {
this.endDateFieldSpecified = value;
this.RaisePropertyChanged("endDateSpecified");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public enum AllRequestStatusesType {
///
Draft,
///
Processing,
///
Sent,
///
Processed,
///
Revoked,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/", IncludeInSchema=false)]
public enum ItemsChoiceType6 {
///
applicantInfo,
///
exportHMObjectGUID,
///
exportRequestGUID,
///
houseGUID,
///
periodOfResponseDate,
///
periodOfSendingRequest,
///
requestCreationPeriod,
///
requestGUID,
///
requestNumber,
///
requestResult,
///
requestStatus,
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class exportDebtRequestsRequest {
[System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader;
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/", Order=0)]
public Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDRsRequest exportDRsRequest;
public exportDebtRequestsRequest() {
}
public exportDebtRequestsRequest(Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDRsRequest exportDRsRequest) {
this.RequestHeader = RequestHeader;
this.exportDRsRequest = exportDRsRequest;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class exportDebtRequestsResponse {
[System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader ResultHeader;
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)]
public Hcs.Service.Async.DebtRequests.v15_7_0_1.AckRequest AckRequest;
public exportDebtRequestsResponse() {
}
public exportDebtRequestsResponse(Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.AckRequest AckRequest) {
this.ResultHeader = ResultHeader;
this.AckRequest = AckRequest;
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public partial class getStateRequest : object, System.ComponentModel.INotifyPropertyChanged {
private string messageGUIDField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public string MessageGUID {
get {
return this.messageGUIDField;
}
set {
this.messageGUIDField = value;
this.RaisePropertyChanged("MessageGUID");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class getStateResult : BaseAsyncResponseType {
private object[] itemsField;
private string versionField;
///
[System.Xml.Serialization.XmlElementAttribute("ErrorMessage", typeof(ErrorMessageType), Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)]
[System.Xml.Serialization.XmlElementAttribute("exportDRsResult", typeof(exportDRsResultType), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("exportDSRsResult", typeof(exportDSRsResultType), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("importResult", typeof(CommonResultType), Order=0)]
public object[] Items {
get {
return this.itemsField;
}
set {
this.itemsField = value;
this.RaisePropertyChanged("Items");
}
}
///
[System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public string version {
get {
return this.versionField;
}
set {
this.versionField = value;
this.RaisePropertyChanged("version");
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public partial class ErrorMessageType : object, System.ComponentModel.INotifyPropertyChanged {
private string errorCodeField;
private string descriptionField;
private string stackTraceField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public string ErrorCode {
get {
return this.errorCodeField;
}
set {
this.errorCodeField = value;
this.RaisePropertyChanged("ErrorCode");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public string Description {
get {
return this.descriptionField;
}
set {
this.descriptionField = value;
this.RaisePropertyChanged("Description");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public string StackTrace {
get {
return this.stackTraceField;
}
set {
this.stackTraceField = value;
this.RaisePropertyChanged("StackTrace");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class exportDRsResultType : object, System.ComponentModel.INotifyPropertyChanged {
private ExportDRType[] requestDataField;
private exportDRsResultTypeNotFound notFoundField;
private exportDRsResultTypePagedOutput pagedOutputField;
///
[System.Xml.Serialization.XmlElementAttribute("requestData", Order=0)]
public ExportDRType[] requestData {
get {
return this.requestDataField;
}
set {
this.requestDataField = value;
this.RaisePropertyChanged("requestData");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public exportDRsResultTypeNotFound notFound {
get {
return this.notFoundField;
}
set {
this.notFoundField = value;
this.RaisePropertyChanged("notFound");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public exportDRsResultTypePagedOutput pagedOutput {
get {
return this.pagedOutputField;
}
set {
this.pagedOutputField = value;
this.RaisePropertyChanged("pagedOutput");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class ExportDRType : object, System.ComponentModel.INotifyPropertyChanged {
private string requestGUIDField;
private string requestNumberField;
private ApplicantInfoType applicantInfoField;
private ExportHousingFundObjectInfoType housingFundObjectField;
private Period periodField;
private OrganizationInfoType organizationField;
private ExecutorInfoType executorInfoField;
private AllRequestStatusesType statusField;
private nsiRef resultField;
private System.DateTime creationDateField;
private System.DateTime sentDateField;
private bool sentDateFieldSpecified;
private System.DateTime responseDateField;
private bool responseDateFieldSpecified;
private ExportDRTypeSubrequest[] subrequestField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public string requestGUID {
get {
return this.requestGUIDField;
}
set {
this.requestGUIDField = value;
this.RaisePropertyChanged("requestGUID");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public string requestNumber {
get {
return this.requestNumberField;
}
set {
this.requestNumberField = value;
this.RaisePropertyChanged("requestNumber");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public ApplicantInfoType applicantInfo {
get {
return this.applicantInfoField;
}
set {
this.applicantInfoField = value;
this.RaisePropertyChanged("applicantInfo");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
public ExportHousingFundObjectInfoType housingFundObject {
get {
return this.housingFundObjectField;
}
set {
this.housingFundObjectField = value;
this.RaisePropertyChanged("housingFundObject");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
public Period period {
get {
return this.periodField;
}
set {
this.periodField = value;
this.RaisePropertyChanged("period");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
public OrganizationInfoType organization {
get {
return this.organizationField;
}
set {
this.organizationField = value;
this.RaisePropertyChanged("organization");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=6)]
public ExecutorInfoType executorInfo {
get {
return this.executorInfoField;
}
set {
this.executorInfoField = value;
this.RaisePropertyChanged("executorInfo");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=7)]
public AllRequestStatusesType status {
get {
return this.statusField;
}
set {
this.statusField = value;
this.RaisePropertyChanged("status");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=8)]
public nsiRef result {
get {
return this.resultField;
}
set {
this.resultField = value;
this.RaisePropertyChanged("result");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=9)]
public System.DateTime creationDate {
get {
return this.creationDateField;
}
set {
this.creationDateField = value;
this.RaisePropertyChanged("creationDate");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=10)]
public System.DateTime sentDate {
get {
return this.sentDateField;
}
set {
this.sentDateField = value;
this.RaisePropertyChanged("sentDate");
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool sentDateSpecified {
get {
return this.sentDateFieldSpecified;
}
set {
this.sentDateFieldSpecified = value;
this.RaisePropertyChanged("sentDateSpecified");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=11)]
public System.DateTime responseDate {
get {
return this.responseDateField;
}
set {
this.responseDateField = value;
this.RaisePropertyChanged("responseDate");
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool responseDateSpecified {
get {
return this.responseDateFieldSpecified;
}
set {
this.responseDateFieldSpecified = value;
this.RaisePropertyChanged("responseDateSpecified");
}
}
///
[System.Xml.Serialization.XmlElementAttribute("subrequest", Order=12)]
public ExportDRTypeSubrequest[] subrequest {
get {
return this.subrequestField;
}
set {
this.subrequestField = value;
this.RaisePropertyChanged("subrequest");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class ExportHousingFundObjectInfoType : object, System.ComponentModel.INotifyPropertyChanged {
private string[] itemsField;
private ItemsChoiceType7[] itemsElementNameField;
private string fiasHouseGUIDField;
private string addressField;
///
[System.Xml.Serialization.XmlElementAttribute("HMobjectGUID", typeof(string), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("addressDetails", typeof(string), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("adressType", typeof(string), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("houseGUID", typeof(string), Order=0)]
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
public string[] Items {
get {
return this.itemsField;
}
set {
this.itemsField = value;
this.RaisePropertyChanged("Items");
}
}
///
[System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)]
[System.Xml.Serialization.XmlIgnoreAttribute()]
public ItemsChoiceType7[] ItemsElementName {
get {
return this.itemsElementNameField;
}
set {
this.itemsElementNameField = value;
this.RaisePropertyChanged("ItemsElementName");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public string fiasHouseGUID {
get {
return this.fiasHouseGUIDField;
}
set {
this.fiasHouseGUIDField = value;
this.RaisePropertyChanged("fiasHouseGUID");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
public string address {
get {
return this.addressField;
}
set {
this.addressField = value;
this.RaisePropertyChanged("address");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/", IncludeInSchema=false)]
public enum ItemsChoiceType7 {
///
HMobjectGUID,
///
addressDetails,
///
adressType,
///
houseGUID,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class OrganizationInfoType : object, System.ComponentModel.INotifyPropertyChanged {
private string orgRootGUIDField;
private string nameField;
private string telField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public string orgRootGUID {
get {
return this.orgRootGUIDField;
}
set {
this.orgRootGUIDField = value;
this.RaisePropertyChanged("orgRootGUID");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public string name {
get {
return this.nameField;
}
set {
this.nameField = value;
this.RaisePropertyChanged("name");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public string tel {
get {
return this.telField;
}
set {
this.telField = value;
this.RaisePropertyChanged("tel");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class ExecutorInfoType : object, System.ComponentModel.INotifyPropertyChanged {
private string gUIDField;
private string fioField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public string GUID {
get {
return this.gUIDField;
}
set {
this.gUIDField = value;
this.RaisePropertyChanged("GUID");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public string fio {
get {
return this.fioField;
}
set {
this.fioField = value;
this.RaisePropertyChanged("fio");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class ExportDRTypeSubrequest : object, System.ComponentModel.INotifyPropertyChanged {
private OrganizationInfoType organizationField;
private ExportDRTypeSubrequestResponse responseField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public OrganizationInfoType organization {
get {
return this.organizationField;
}
set {
this.organizationField = value;
this.RaisePropertyChanged("organization");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public ExportDRTypeSubrequestResponse response {
get {
return this.responseField;
}
set {
this.responseField = value;
this.RaisePropertyChanged("response");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class ExportDRTypeSubrequestResponse : object, System.ComponentModel.INotifyPropertyChanged {
private ResponseType typeField;
private bool hasDebtField;
private bool hasDebtFieldSpecified;
private ExportDebtInfoType[] debtInfoField;
private AttachmentType[] additionalFileField;
private string descriptionField;
private ExecutorInfoType executorInfoField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public ResponseType type {
get {
return this.typeField;
}
set {
this.typeField = value;
this.RaisePropertyChanged("type");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public bool hasDebt {
get {
return this.hasDebtField;
}
set {
this.hasDebtField = value;
this.RaisePropertyChanged("hasDebt");
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool hasDebtSpecified {
get {
return this.hasDebtFieldSpecified;
}
set {
this.hasDebtFieldSpecified = value;
this.RaisePropertyChanged("hasDebtSpecified");
}
}
///
[System.Xml.Serialization.XmlElementAttribute("debtInfo", Order=2)]
public ExportDebtInfoType[] debtInfo {
get {
return this.debtInfoField;
}
set {
this.debtInfoField = value;
this.RaisePropertyChanged("debtInfo");
}
}
///
[System.Xml.Serialization.XmlElementAttribute("additionalFile", Order=3)]
public AttachmentType[] additionalFile {
get {
return this.additionalFileField;
}
set {
this.additionalFileField = value;
this.RaisePropertyChanged("additionalFile");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
public string description {
get {
return this.descriptionField;
}
set {
this.descriptionField = value;
this.RaisePropertyChanged("description");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
public ExecutorInfoType executorInfo {
get {
return this.executorInfoField;
}
set {
this.executorInfoField = value;
this.RaisePropertyChanged("executorInfo");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public enum ResponseType {
///
Provided,
///
AutoGenerated,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class ExportDebtInfoType : object, System.ComponentModel.INotifyPropertyChanged {
private ExportDebtInfoTypePerson personField;
private ExportDebtInfoTypeDocument[] documentField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public ExportDebtInfoTypePerson person {
get {
return this.personField;
}
set {
this.personField = value;
this.RaisePropertyChanged("person");
}
}
///
[System.Xml.Serialization.XmlElementAttribute("document", Order=1)]
public ExportDebtInfoTypeDocument[] document {
get {
return this.documentField;
}
set {
this.documentField = value;
this.RaisePropertyChanged("document");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class ExportDebtInfoTypePerson : object, System.ComponentModel.INotifyPropertyChanged {
private string firstNameField;
private string lastNameField;
private string middleNameField;
private string snilsField;
private DocumentType documentField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public string firstName {
get {
return this.firstNameField;
}
set {
this.firstNameField = value;
this.RaisePropertyChanged("firstName");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public string lastName {
get {
return this.lastNameField;
}
set {
this.lastNameField = value;
this.RaisePropertyChanged("lastName");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public string middleName {
get {
return this.middleNameField;
}
set {
this.middleNameField = value;
this.RaisePropertyChanged("middleName");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
public string snils {
get {
return this.snilsField;
}
set {
this.snilsField = value;
this.RaisePropertyChanged("snils");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
public DocumentType document {
get {
return this.documentField;
}
set {
this.documentField = value;
this.RaisePropertyChanged("document");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class ExportDebtInfoTypeDocument : object, System.ComponentModel.INotifyPropertyChanged {
private nsiRef typeField;
private AttachmentType attachmentField;
private string debtGUIDField;
private ActType actTypeField;
private CancelledAddressType cancelledAddressField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public nsiRef type {
get {
return this.typeField;
}
set {
this.typeField = value;
this.RaisePropertyChanged("type");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public AttachmentType attachment {
get {
return this.attachmentField;
}
set {
this.attachmentField = value;
this.RaisePropertyChanged("attachment");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public string debtGUID {
get {
return this.debtGUIDField;
}
set {
this.debtGUIDField = value;
this.RaisePropertyChanged("debtGUID");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
public ActType actType {
get {
return this.actTypeField;
}
set {
this.actTypeField = value;
this.RaisePropertyChanged("actType");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
public CancelledAddressType cancelledAddress {
get {
return this.cancelledAddressField;
}
set {
this.cancelledAddressField = value;
this.RaisePropertyChanged("cancelledAddress");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class ActType : object, System.ComponentModel.INotifyPropertyChanged {
private string numberField;
private System.DateTime dateField;
private System.DateTime judicalActDatePronouncingField;
private bool judicalActDatePronouncingFieldSpecified;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public string number {
get {
return this.numberField;
}
set {
this.numberField = value;
this.RaisePropertyChanged("number");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=1)]
public System.DateTime date {
get {
return this.dateField;
}
set {
this.dateField = value;
this.RaisePropertyChanged("date");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=2)]
public System.DateTime judicalActDatePronouncing {
get {
return this.judicalActDatePronouncingField;
}
set {
this.judicalActDatePronouncingField = value;
this.RaisePropertyChanged("judicalActDatePronouncing");
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool judicalActDatePronouncingSpecified {
get {
return this.judicalActDatePronouncingFieldSpecified;
}
set {
this.judicalActDatePronouncingFieldSpecified = value;
this.RaisePropertyChanged("judicalActDatePronouncingSpecified");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class CancelledAddressType : object, System.ComponentModel.INotifyPropertyChanged {
private string cancelledAddressTextField;
private string fiasHouseGUIDField;
private string hCSHouseGUIDField;
private string hMobjectGUIDField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public string cancelledAddressText {
get {
return this.cancelledAddressTextField;
}
set {
this.cancelledAddressTextField = value;
this.RaisePropertyChanged("cancelledAddressText");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public string fiasHouseGUID {
get {
return this.fiasHouseGUIDField;
}
set {
this.fiasHouseGUIDField = value;
this.RaisePropertyChanged("fiasHouseGUID");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public string HCSHouseGUID {
get {
return this.hCSHouseGUIDField;
}
set {
this.hCSHouseGUIDField = value;
this.RaisePropertyChanged("HCSHouseGUID");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
public string HMobjectGUID {
get {
return this.hMobjectGUIDField;
}
set {
this.hMobjectGUIDField = value;
this.RaisePropertyChanged("HMobjectGUID");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class exportDRsResultTypeNotFound : object, System.ComponentModel.INotifyPropertyChanged {
private string[] itemsField;
private ItemsChoiceType8[] itemsElementNameField;
///
[System.Xml.Serialization.XmlElementAttribute("requestGUID", typeof(string), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("requestNumber", typeof(string), Order=0)]
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
public string[] Items {
get {
return this.itemsField;
}
set {
this.itemsField = value;
this.RaisePropertyChanged("Items");
}
}
///
[System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)]
[System.Xml.Serialization.XmlIgnoreAttribute()]
public ItemsChoiceType8[] ItemsElementName {
get {
return this.itemsElementNameField;
}
set {
this.itemsElementNameField = value;
this.RaisePropertyChanged("ItemsElementName");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/", IncludeInSchema=false)]
public enum ItemsChoiceType8 {
///
requestGUID,
///
requestNumber,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class exportDRsResultTypePagedOutput : object, System.ComponentModel.INotifyPropertyChanged {
private object itemField;
///
[System.Xml.Serialization.XmlElementAttribute("lastPage", typeof(bool), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("nextRequestGUID", typeof(string), Order=0)]
public object Item {
get {
return this.itemField;
}
set {
this.itemField = value;
this.RaisePropertyChanged("Item");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class exportDSRsResultType : object, System.ComponentModel.INotifyPropertyChanged {
private DSRType[] subrequestDataField;
private exportDSRsResultTypeNotFound notFoundField;
private exportDSRsResultTypePagedOutput pagedOutputField;
///
[System.Xml.Serialization.XmlElementAttribute("subrequestData", Order=0)]
public DSRType[] subrequestData {
get {
return this.subrequestDataField;
}
set {
this.subrequestDataField = value;
this.RaisePropertyChanged("subrequestData");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public exportDSRsResultTypeNotFound notFound {
get {
return this.notFoundField;
}
set {
this.notFoundField = value;
this.RaisePropertyChanged("notFound");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public exportDSRsResultTypePagedOutput pagedOutput {
get {
return this.pagedOutputField;
}
set {
this.pagedOutputField = value;
this.RaisePropertyChanged("pagedOutput");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class DSRType : object, System.ComponentModel.INotifyPropertyChanged {
private string subrequestGUIDField;
private DSRTypeRequestInfo requestInfoField;
private ResponseStatusType responseStatusField;
private DSRTypeResponseData responseDataField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public string subrequestGUID {
get {
return this.subrequestGUIDField;
}
set {
this.subrequestGUIDField = value;
this.RaisePropertyChanged("subrequestGUID");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public DSRTypeRequestInfo requestInfo {
get {
return this.requestInfoField;
}
set {
this.requestInfoField = value;
this.RaisePropertyChanged("requestInfo");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public ResponseStatusType responseStatus {
get {
return this.responseStatusField;
}
set {
this.responseStatusField = value;
this.RaisePropertyChanged("responseStatus");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
public DSRTypeResponseData responseData {
get {
return this.responseDataField;
}
set {
this.responseDataField = value;
this.RaisePropertyChanged("responseData");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class DSRTypeRequestInfo : object, System.ComponentModel.INotifyPropertyChanged {
private string requestGUIDField;
private string requestNumberField;
private OrganizationInfoType organizationField;
private ExportHousingFundObjectInfoType housingFundObjectField;
private Period periodField;
private RequestStatusType statusField;
private System.DateTime sentDateField;
private System.DateTime responseDateField;
private ExecutorInfoType executorInfoField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public string requestGUID {
get {
return this.requestGUIDField;
}
set {
this.requestGUIDField = value;
this.RaisePropertyChanged("requestGUID");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public string requestNumber {
get {
return this.requestNumberField;
}
set {
this.requestNumberField = value;
this.RaisePropertyChanged("requestNumber");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=2)]
public OrganizationInfoType organization {
get {
return this.organizationField;
}
set {
this.organizationField = value;
this.RaisePropertyChanged("organization");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
public ExportHousingFundObjectInfoType housingFundObject {
get {
return this.housingFundObjectField;
}
set {
this.housingFundObjectField = value;
this.RaisePropertyChanged("housingFundObject");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
public Period period {
get {
return this.periodField;
}
set {
this.periodField = value;
this.RaisePropertyChanged("period");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=5)]
public RequestStatusType status {
get {
return this.statusField;
}
set {
this.statusField = value;
this.RaisePropertyChanged("status");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=6)]
public System.DateTime sentDate {
get {
return this.sentDateField;
}
set {
this.sentDateField = value;
this.RaisePropertyChanged("sentDate");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(DataType="date", Order=7)]
public System.DateTime responseDate {
get {
return this.responseDateField;
}
set {
this.responseDateField = value;
this.RaisePropertyChanged("responseDate");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=8)]
public ExecutorInfoType executorInfo {
get {
return this.executorInfoField;
}
set {
this.executorInfoField = value;
this.RaisePropertyChanged("executorInfo");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class DSRTypeResponseData : object, System.ComponentModel.INotifyPropertyChanged {
private bool hasDebtField;
private ExportDebtInfoType[] debtInfoField;
private AttachmentType[] additionalFileField;
private string descriptionField;
private ExecutorInfoType executorInfoField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public bool hasDebt {
get {
return this.hasDebtField;
}
set {
this.hasDebtField = value;
this.RaisePropertyChanged("hasDebt");
}
}
///
[System.Xml.Serialization.XmlElementAttribute("debtInfo", Order=1)]
public ExportDebtInfoType[] debtInfo {
get {
return this.debtInfoField;
}
set {
this.debtInfoField = value;
this.RaisePropertyChanged("debtInfo");
}
}
///
[System.Xml.Serialization.XmlElementAttribute("additionalFile", Order=2)]
public AttachmentType[] additionalFile {
get {
return this.additionalFileField;
}
set {
this.additionalFileField = value;
this.RaisePropertyChanged("additionalFile");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=3)]
public string description {
get {
return this.descriptionField;
}
set {
this.descriptionField = value;
this.RaisePropertyChanged("description");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=4)]
public ExecutorInfoType executorInfo {
get {
return this.executorInfoField;
}
set {
this.executorInfoField = value;
this.RaisePropertyChanged("executorInfo");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class exportDSRsResultTypeNotFound : object, System.ComponentModel.INotifyPropertyChanged {
private string[] itemsField;
private ItemsChoiceType9[] itemsElementNameField;
///
[System.Xml.Serialization.XmlElementAttribute("requestNumber", typeof(string), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("subrequestGUID", typeof(string), Order=0)]
[System.Xml.Serialization.XmlChoiceIdentifierAttribute("ItemsElementName")]
public string[] Items {
get {
return this.itemsField;
}
set {
this.itemsField = value;
this.RaisePropertyChanged("Items");
}
}
///
[System.Xml.Serialization.XmlElementAttribute("ItemsElementName", Order=1)]
[System.Xml.Serialization.XmlIgnoreAttribute()]
public ItemsChoiceType9[] ItemsElementName {
get {
return this.itemsElementNameField;
}
set {
this.itemsElementNameField = value;
this.RaisePropertyChanged("ItemsElementName");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/", IncludeInSchema=false)]
public enum ItemsChoiceType9 {
///
requestNumber,
///
subrequestGUID,
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/drs/")]
public partial class exportDSRsResultTypePagedOutput : object, System.ComponentModel.INotifyPropertyChanged {
private object itemField;
///
[System.Xml.Serialization.XmlElementAttribute("lastPage", typeof(bool), Order=0)]
[System.Xml.Serialization.XmlElementAttribute("nextSubrequestGUID", typeof(string), Order=0)]
public object Item {
get {
return this.itemField;
}
set {
this.itemField = value;
this.RaisePropertyChanged("Item");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public partial class CommonResultType : object, System.ComponentModel.INotifyPropertyChanged {
private string gUIDField;
private string transportGUIDField;
private object[] itemsField;
///
[System.Xml.Serialization.XmlElementAttribute(Order=0)]
public string GUID {
get {
return this.gUIDField;
}
set {
this.gUIDField = value;
this.RaisePropertyChanged("GUID");
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Order=1)]
public string TransportGUID {
get {
return this.transportGUIDField;
}
set {
this.transportGUIDField = value;
this.RaisePropertyChanged("TransportGUID");
}
}
///
[System.Xml.Serialization.XmlElementAttribute("Error", typeof(CommonResultTypeError), Order=2)]
[System.Xml.Serialization.XmlElementAttribute("UniqueNumber", typeof(string), Order=2)]
[System.Xml.Serialization.XmlElementAttribute("UpdateDate", typeof(System.DateTime), Order=2)]
public object[] Items {
get {
return this.itemsField;
}
set {
this.itemsField = value;
this.RaisePropertyChanged("Items");
}
}
public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
protected void RaisePropertyChanged(string propertyName) {
System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
if ((propertyChanged != null)) {
propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9032.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public partial class CommonResultTypeError : ErrorMessageType {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class getStateRequest1 {
[System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader;
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/", Order=0)]
public Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateRequest getStateRequest;
public getStateRequest1() {
}
public getStateRequest1(Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateRequest getStateRequest) {
this.RequestHeader = RequestHeader;
this.getStateRequest = getStateRequest;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class getStateResponse {
[System.ServiceModel.MessageHeaderAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/base/")]
public Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader ResultHeader;
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://dom.gosuslugi.ru/schema/integration/drs/", Order=0)]
public Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateResult getStateResult;
public getStateResponse() {
}
public getStateResponse(Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader ResultHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateResult getStateResult) {
this.ResultHeader = ResultHeader;
this.getStateResult = getStateResult;
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public interface DebtRequestsAsyncPortChannel : Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort, System.ServiceModel.IClientChannel {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public partial class DebtRequestsAsyncPortClient : System.ServiceModel.ClientBase, Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort {
public DebtRequestsAsyncPortClient() {
}
public DebtRequestsAsyncPortClient(string endpointConfigurationName) :
base(endpointConfigurationName) {
}
public DebtRequestsAsyncPortClient(string endpointConfigurationName, string remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public DebtRequestsAsyncPortClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public DebtRequestsAsyncPortClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
base(binding, remoteAddress) {
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
Hcs.Service.Async.DebtRequests.v15_7_0_1.importDebtRequestsResponse Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort.importDebtRequests(Hcs.Service.Async.DebtRequests.v15_7_0_1.importDebtRequestsRequest request) {
return base.Channel.importDebtRequests(request);
}
public Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader importDebtRequests(Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.importDRsRequest importDRsRequest, out Hcs.Service.Async.DebtRequests.v15_7_0_1.AckRequest AckRequest) {
Hcs.Service.Async.DebtRequests.v15_7_0_1.importDebtRequestsRequest inValue = new Hcs.Service.Async.DebtRequests.v15_7_0_1.importDebtRequestsRequest();
inValue.RequestHeader = RequestHeader;
inValue.importDRsRequest = importDRsRequest;
Hcs.Service.Async.DebtRequests.v15_7_0_1.importDebtRequestsResponse retVal = ((Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort)(this)).importDebtRequests(inValue);
AckRequest = retVal.AckRequest;
return retVal.ResultHeader;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort.importDebtRequestsAsync(Hcs.Service.Async.DebtRequests.v15_7_0_1.importDebtRequestsRequest request) {
return base.Channel.importDebtRequestsAsync(request);
}
public System.Threading.Tasks.Task importDebtRequestsAsync(Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.importDRsRequest importDRsRequest) {
Hcs.Service.Async.DebtRequests.v15_7_0_1.importDebtRequestsRequest inValue = new Hcs.Service.Async.DebtRequests.v15_7_0_1.importDebtRequestsRequest();
inValue.RequestHeader = RequestHeader;
inValue.importDRsRequest = importDRsRequest;
return ((Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort)(this)).importDebtRequestsAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtSubrequestsResponse Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort.exportDebtSubrequests(Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtSubrequestsRequest request) {
return base.Channel.exportDebtSubrequests(request);
}
public Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader exportDebtSubrequests(Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDSRsRequest exportDSRsRequest, out Hcs.Service.Async.DebtRequests.v15_7_0_1.AckRequest AckRequest) {
Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtSubrequestsRequest inValue = new Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtSubrequestsRequest();
inValue.RequestHeader = RequestHeader;
inValue.exportDSRsRequest = exportDSRsRequest;
Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtSubrequestsResponse retVal = ((Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort)(this)).exportDebtSubrequests(inValue);
AckRequest = retVal.AckRequest;
return retVal.ResultHeader;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort.exportDebtSubrequestsAsync(Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtSubrequestsRequest request) {
return base.Channel.exportDebtSubrequestsAsync(request);
}
public System.Threading.Tasks.Task exportDebtSubrequestsAsync(Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDSRsRequest exportDSRsRequest) {
Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtSubrequestsRequest inValue = new Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtSubrequestsRequest();
inValue.RequestHeader = RequestHeader;
inValue.exportDSRsRequest = exportDSRsRequest;
return ((Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort)(this)).exportDebtSubrequestsAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
Hcs.Service.Async.DebtRequests.v15_7_0_1.importResponsesResponse Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort.importResponses(Hcs.Service.Async.DebtRequests.v15_7_0_1.importResponsesRequest request) {
return base.Channel.importResponses(request);
}
public Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader importResponses(Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.importDSRResponsesRequest importDSRResponsesRequest, out Hcs.Service.Async.DebtRequests.v15_7_0_1.AckRequest AckRequest) {
Hcs.Service.Async.DebtRequests.v15_7_0_1.importResponsesRequest inValue = new Hcs.Service.Async.DebtRequests.v15_7_0_1.importResponsesRequest();
inValue.RequestHeader = RequestHeader;
inValue.importDSRResponsesRequest = importDSRResponsesRequest;
Hcs.Service.Async.DebtRequests.v15_7_0_1.importResponsesResponse retVal = ((Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort)(this)).importResponses(inValue);
AckRequest = retVal.AckRequest;
return retVal.ResultHeader;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort.importResponsesAsync(Hcs.Service.Async.DebtRequests.v15_7_0_1.importResponsesRequest request) {
return base.Channel.importResponsesAsync(request);
}
public System.Threading.Tasks.Task importResponsesAsync(Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.importDSRResponsesRequest importDSRResponsesRequest) {
Hcs.Service.Async.DebtRequests.v15_7_0_1.importResponsesRequest inValue = new Hcs.Service.Async.DebtRequests.v15_7_0_1.importResponsesRequest();
inValue.RequestHeader = RequestHeader;
inValue.importDSRResponsesRequest = importDSRResponsesRequest;
return ((Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort)(this)).importResponsesAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtRequestsResponse Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort.exportDebtRequests(Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtRequestsRequest request) {
return base.Channel.exportDebtRequests(request);
}
public Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader exportDebtRequests(Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDRsRequest exportDRsRequest, out Hcs.Service.Async.DebtRequests.v15_7_0_1.AckRequest AckRequest) {
Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtRequestsRequest inValue = new Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtRequestsRequest();
inValue.RequestHeader = RequestHeader;
inValue.exportDRsRequest = exportDRsRequest;
Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtRequestsResponse retVal = ((Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort)(this)).exportDebtRequests(inValue);
AckRequest = retVal.AckRequest;
return retVal.ResultHeader;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort.exportDebtRequestsAsync(Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtRequestsRequest request) {
return base.Channel.exportDebtRequestsAsync(request);
}
public System.Threading.Tasks.Task exportDebtRequestsAsync(Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDRsRequest exportDRsRequest) {
Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtRequestsRequest inValue = new Hcs.Service.Async.DebtRequests.v15_7_0_1.exportDebtRequestsRequest();
inValue.RequestHeader = RequestHeader;
inValue.exportDRsRequest = exportDRsRequest;
return ((Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort)(this)).exportDebtRequestsAsync(inValue);
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateResponse Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort.getState(Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateRequest1 request) {
return base.Channel.getState(request);
}
public Hcs.Service.Async.DebtRequests.v15_7_0_1.ResultHeader getState(Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateRequest getStateRequest, out Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateResult getStateResult) {
Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateRequest1 inValue = new Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateRequest1();
inValue.RequestHeader = RequestHeader;
inValue.getStateRequest = getStateRequest;
Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateResponse retVal = ((Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort)(this)).getState(inValue);
getStateResult = retVal.getStateResult;
return retVal.ResultHeader;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.Threading.Tasks.Task Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort.getStateAsync(Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateRequest1 request) {
return base.Channel.getStateAsync(request);
}
public System.Threading.Tasks.Task getStateAsync(Hcs.Service.Async.DebtRequests.v15_7_0_1.RequestHeader RequestHeader, Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateRequest getStateRequest) {
Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateRequest1 inValue = new Hcs.Service.Async.DebtRequests.v15_7_0_1.getStateRequest1();
inValue.RequestHeader = RequestHeader;
inValue.getStateRequest = getStateRequest;
return ((Hcs.Service.Async.DebtRequests.v15_7_0_1.DebtRequestsAsyncPort)(this)).getStateAsync(inValue);
}
}
}