Public Class RCCotosCazaCaser Private _numeroHectareas As Double Public Property NumeroHectareas() As Double Get Return _numeroHectareas End Get Set(ByVal value As Double) _numeroHectareas = value End Set End Property Private _opcionA As Double Public Property OpcionA() As Double Get Return _opcionA End Get Set(ByVal value As Double) _opcionA = value End Set End Property Private _opcionB As Double Public Property OpcionB() As Double Get Return _opcionB End Get Set(ByVal value As Double) _opcionB = value End Set End Property Private _opcionC As Double Public Property OpcionC() As Double Get Return _opcionC End Get Set(ByVal value As Double) _opcionC = value End Set End Property Private _opcionElegida As String Public Property OpcionElegida() As String Get Return _opcionElegida End Get Set(ByVal value As String) _opcionElegida = value End Set End Property Private _totalOpcionElegida As String Public Property TotalOpcionElegida() As String Get Return _totalOpcionElegida End Get Set(ByVal value As String) _totalOpcionElegida = value End Set End Property Private _limitePorSiniestro As String Public Property LimitePorSiniestro() As String Get Return _limitePorSiniestro End Get Set(ByVal value As String) _limitePorSiniestro = value End Set End Property Private _tomadorCIF As String Public Property TomadorCIF() As String Get Return _tomadorCIF End Get Set(ByVal value As String) _tomadorCIF = value End Set End Property Private _tomadorNombre As String Public Property TomadorNombre() As String Get Return _tomadorNombre End Get Set(ByVal value As String) _tomadorNombre = value End Set End Property Private _tomadorApellidos As String Public Property TomadorApellidos() As String Get Return _tomadorApellidos End Get Set(ByVal value As String) _tomadorApellidos = value End Set End Property Private _tomadorTelefono As String Public Property TomadorTelefono() As String Get Return _tomadorTelefono End Get Set(ByVal value As String) _tomadorTelefono = value End Set End Property Private _tomadorDomicilio As String Public Property TomadorDomicilio() As String Get Return _tomadorDomicilio End Get Set(ByVal value As String) _tomadorDomicilio = value End Set End Property Private _tomadorCodigoPostal As String Public Property TomadorCodigoPostal() As String Get Return _tomadorCodigoPostal End Get Set(ByVal value As String) _tomadorCodigoPostal = value End Set End Property Private _tomadorPoblacion As String Public Property TomadorPoblacion() As String Get Return _tomadorPoblacion End Get Set(ByVal value As String) _tomadorPoblacion = value End Set End Property Private _tomadorProvincia As String Public Property TomadorProvincia() As String Get Return _tomadorProvincia End Get Set(ByVal value As String) _tomadorProvincia = value End Set End Property Private _tomadorCodigoMunicipio As String Public Property TomadorCodigoMunicipio() As String Get Return _tomadorCodigoMunicipio End Get Set(ByVal value As String) _tomadorCodigoMunicipio = value End Set End Property Private _propietarioCIF As String Public Property PropietarioCIF() As String Get Return _propietarioCIF End Get Set(ByVal value As String) _propietarioCIF = value End Set End Property Private _propietarioNombre As String Public Property PropietarioNombre() As String Get Return _propietarioNombre End Get Set(ByVal value As String) _propietarioNombre = value End Set End Property Private _propietarioApellidos As String Public Property PropietarioApellidos() As String Get Return _propietarioApellidos End Get Set(ByVal value As String) _propietarioApellidos = value End Set End Property Private _propietarioTelefono As String Public Property PropietarioTelefono() As String Get Return _propietarioTelefono End Get Set(ByVal value As String) _propietarioTelefono = value End Set End Property Private _propietarioDomicilio As String Public Property PropietarioDomicilio() As String Get Return _propietarioDomicilio End Get Set(ByVal value As String) _propietarioDomicilio = value End Set End Property Private _propietarioCodigoPostal As String Public Property PropietarioCodigoPostal() As String Get Return _propietarioCodigoPostal End Get Set(ByVal value As String) _propietarioCodigoPostal = value End Set End Property Private _propietarioPoblacion As String Public Property PropietarioPoblacion() As String Get Return _propietarioPoblacion End Get Set(ByVal value As String) _propietarioPoblacion = value End Set End Property Private _propietarioProvincia As String Public Property PropietarioProvincia() As String Get Return _propietarioProvincia End Get Set(ByVal value As String) _propietarioProvincia = value End Set End Property Private _propietarioCodigoMunicipio As String Public Property PropietarioCodigoMunicipio() As String Get Return _propietarioCodigoMunicipio End Get Set(ByVal value As String) _propietarioCodigoMunicipio = value End Set End Property Private _riesgoCodigoMunicipio As String Public Property RiesgoCodigoMunicipio() As String Get Return _riesgoCodigoMunicipio End Get Set(ByVal value As String) _riesgoCodigoMunicipio = value End Set End Property Private _riesgoSituacion As String Public Property RiesgoSituacion() As String Get Return _riesgoSituacion End Get Set(ByVal value As String) _riesgoSituacion = value End Set End Property Private _riegoCodigoPostal As String Public Property RiesgoCodigoPostal() As String Get Return _riegoCodigoPostal End Get Set(ByVal value As String) _riegoCodigoPostal = value End Set End Property Private _riesgoPoblacion As String Public Property RiesgoPoblacion() As String Get Return _riesgoPoblacion End Get Set(ByVal value As String) _riesgoPoblacion = value End Set End Property Private _riesgoProvincia As String Public Property RiesgoProvincia() As String Get Return _riesgoProvincia End Get Set(ByVal value As String) _riesgoProvincia = value End Set End Property Private _riesgoActividad As String Public Property RiesgoActividad() As String Get Return _riesgoActividad End Get Set(ByVal value As String) _riesgoActividad = value End Set End Property Private _riesgoEpigrafe As String Public Property RiesgoEpigrafe() As String Get Return _riesgoEpigrafe End Get Set(ByVal value As String) _riesgoEpigrafe = value End Set End Property Private _riesgoDescripcion As String Public Property RiesgoDescripcion() As String Get Return _riesgoDescripcion End Get Set(ByVal value As String) _riesgoDescripcion = value End Set End Property Private _aclaracionesDeLaActividad As String Public Property AclaracionesDeLaActividad() As String Get Return _aclaracionesDeLaActividad End Get Set(ByVal value As String) _aclaracionesDeLaActividad = value End Set End Property Private _observaciones As String Public Property Observaciones() As String Get Return _observaciones End Get Set(ByVal value As String) _observaciones = value End Set End Property Private _fechaEfecto As Date Public Property FechaEfecto() As Date Get Return _fechaEfecto End Get Set(ByVal value As Date) _fechaEfecto = value End Set End Property Private _fechaVencimiento As Date Public Property FechaVencimiento() As Date Get Return _fechaVencimiento End Get Set(ByVal value As Date) _fechaVencimiento = value End Set End Property Private _IBAN As String Public Property IBAN() As String Get Return _IBAN End Get Set(ByVal value As String) _IBAN = value End Set End Property End Class