Package | Description |
---|---|
es.juntadeandalucia.notifica.common.informacion |
Modifier and Type | Class and Description |
---|---|
class |
NotificacionInfCompleta
Representa informacion acerca de una notificacion enviada anteriormente
|
Modifier and Type | Method and Description |
---|---|
NotificacionInf[] |
RemesaInf.getNotificaciones()
Devuelve el conjunto de notificaciones contenidas en la remesa
|
Modifier and Type | Method and Description |
---|---|
void |
RemesaInf.setNotificaciones(NotificacionInf[] notificaciones)
Permite indicar el conjunto de notificaciones contenidas en la remesa
|
Constructor and Description |
---|
RemesaInf(int id_Remesa,
String entityName,
byte[] acuseAdmision,
Date fechayHora,
NotificacionInf[] notificaciones)
Creates a new instance of RemesaInf
|
RemesaInfCompleta(int id_Remesa,
String entityName,
byte[] acuseAdmision,
Date fechayHora,
NotificacionInf[] notificaciones)
Creates a new instance of RemesaInf
|
Copyright © 2018. All rights reserved.