public class NotificacionPriv extends Object
Modifier and Type | Field and Description |
---|---|
protected Vector |
adjuntos
Adjuntos asociados a la notificacion
|
protected String |
asunto
Asunto de la notificacion
|
protected boolean |
circular
Indica si es una circular
|
protected String |
cuerpo
Cuerpo de la notificacion
|
protected String[] |
destinatarios
Destinatarios de la notificacion
|
protected boolean |
hasEncryptedPDF |
protected String |
idNotificacion
Identificacion del mensaje en el origen
|
Constructor and Description |
---|
NotificacionPriv() |
NotificacionPriv(Notificacion notificacion) |
Modifier and Type | Method and Description |
---|---|
void |
addAdjunto(int ref)
Añade una referencia de adjunto a la notificacion
|
NotificacionSOAP |
convertToNotificacionSOAP()
Devuelve una instancia de una notificacion SOAP
|
int[] |
getAdjuntos()
Devuelve las referencias a adjuntos asociados a esta notificacion.
|
String |
getAsunto() |
String |
getCuerpo() |
String[] |
getDestinatarios()
Devuelve los identificadores de los destinatarios de la notificacion
|
String |
getIdNotificacion() |
boolean |
isCircular()
Indica si la notificacion es una circular o no
|
void |
setCircular(boolean circular)
Permite indicar si la notificacion va a ser una circular o no
|
void |
setDestinatarios(String[] dest) |
void |
setIdNotificacion(String idNotificacion) |
protected String asunto
protected String cuerpo
protected Vector adjuntos
protected String[] destinatarios
protected String idNotificacion
protected boolean circular
protected boolean hasEncryptedPDF
public NotificacionPriv()
public NotificacionPriv(Notificacion notificacion)
notificacion
- public String getAsunto()
public String getCuerpo()
public String[] getDestinatarios()
public void setDestinatarios(String[] dest)
dest
- public void addAdjunto(int ref)
ref
- public int[] getAdjuntos()
public NotificacionSOAP convertToNotificacionSOAP()
public String getIdNotificacion()
public void setIdNotificacion(String idNotificacion)
idNotificacion
- public boolean isCircular()
public void setCircular(boolean circular)
circular
- Copyright © 2019. All rights reserved.