'Generated via XSD:
'------------------------------------------------------------------------------
' <auto-generated>
' Dieser Code wurde von einem Tool generiert.
' Laufzeitversion:2.0.50727.3603
'
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
' der Code erneut generiert wird.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict Off
Option Explicit On
Imports System.Xml.Serialization
'
'Dieser Quellcode wurde automatisch generiert von xsd, Version=2.0.50727.42.
'
'''<remarks/>
<System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42"), _
System.SerializableAttribute(), _
System.Diagnostics.DebuggerStepThroughAttribute(), _
System.ComponentModel.DesignerCategoryAttribute("code"), _
System.Xml.Serialization.XmlTypeAttribute(AnonymousType:=true), _
System.Xml.Serialization.XmlRootAttribute([Namespace]:="", IsNullable:=false)> _
Partial Public Class response
Private itemsField() As responseContacts
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute("contacts", Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> _
Public Property Items() As responseContacts()
Get
Return Me.itemsField
End Get
Set
Me.itemsField = value
End Set
End Property
End Class
'''<remarks/>
<System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42"), _
System.SerializableAttribute(), _
System.Diagnostics.DebuggerStepThroughAttribute(), _
System.ComponentModel.DesignerCategoryAttribute("code"), _
System.Xml.Serialization.XmlTypeAttribute(AnonymousType:=true)> _
Partial Public Class responseContacts
Private contactField() As responseContactsContact
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute("contact", Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> _
Public Property contact() As responseContactsContact()
Get
Return Me.contactField
End Get
Set
Me.contactField = value
End Set
End Property
End Class
'''<remarks/>
<System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.42"), _
System.SerializableAttribute(), _
System.Diagnostics.DebuggerStepThroughAttribute(), _
System.ComponentModel.DesignerCategoryAttribute("code"), _
System.Xml.Serialization.XmlTypeAttribute(AnonymousType:=true)> _
Partial Public Class responseContactsContact
Private contactIdField As String
Private prefixField As String
Private firstNameField As String
Private lastNameField As String
Private suffixField As String
Private streetField As String
Private street2Field As String
Private cityField As String
Private stateField As String
Private postalCodeField As String
Private phoneField As String
Private faxField As String
Private businessField As String
Private emailField As String
Private createDateField As String
Private bounceCountField As String
Private statusField As String
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> _
Public Property contactId() As String
Get
Return Me.contactIdField
End Get
Set
Me.contactIdField = value
End Set
End Property
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> _
Public Property prefix() As String
Get
Return Me.prefixField
End Get
Set
Me.prefixField = value
End Set
End Property
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> _
Public Property firstName() As String
Get
Return Me.firstNameField
End Get
Set
Me.firstNameField = value
End Set
End Property
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> _
Public Property lastName() As String
Get
Return Me.lastNameField
End Get
Set
Me.lastNameField = value
End Set
End Property
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> _
Public Property suffix() As String
Get
Return Me.suffixField
End Get
Set
Me.suffixField = value
End Set
End Property
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> _
Public Property street() As String
Get
Return Me.streetField
End Get
Set
Me.streetField = value
End Set
End Property
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> _
Public Property street2() As String
Get
Return Me.street2Field
End Get
Set
Me.street2Field = value
End Set
End Property
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> _
Public Property city() As String
Get
Return Me.cityField
End Get
Set
Me.cityField = value
End Set
End Property
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> _
Public Property state() As String
Get
Return Me.stateField
End Get
Set
Me.stateField = value
End Set
End Property
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> _
Public Property postalCode() As String
Get
Return Me.postalCodeField
End Get
Set
Me.postalCodeField = value
End Set
End Property
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> _
Public Property phone() As String
Get
Return Me.phoneField
End Get
Set
Me.phoneField = value
End Set
End Property
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> _
Public Property fax() As String
Get
Return Me.faxField
End Get
Set
Me.faxField = value
End Set
End Property
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> _
Public Property business() As String
Get
Return Me.businessField
End Get
Set
Me.businessField = value
End Set
End Property
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> _
Public Property email() As String
Get
Return Me.emailField
End Get
Set
Me.emailField = value
End Set
End Property
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> _
Public Property createDate() As String
Get
Return Me.createDateField
End Get
Set
Me.createDateField = value
End Set
End Property
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> _
Public Property bounceCount() As String
Get
Return Me.bounceCountField
End Get
Set
Me.bounceCountField = value
End Set
End Property
'''<remarks/>
<System.Xml.Serialization.XmlElementAttribute(Form:=System.Xml.Schema.XmlSchemaForm.Unqualified)> _
Public Property status() As String
Get
Return Me.statusField
End Get
Set
Me.statusField = value
End Set
End Property
End Class
|