public class NotificacionPriv extends Object
Modifier and Type | Field and Description |
---|---|
protected Vector |
adjuntos |
protected String |
asunto |
protected boolean |
circular |
protected String |
cuerpo |
protected String[] |
destinatarios |
protected boolean |
hasEncryptedPDF |
protected String |
idNotificacion |
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 b)
Permite indicar si la notificacion va a ser una circular o no
|
void |
setDestinatarios(String[] dest) |
void |
setIdNotificacion(String string) |
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)
public void addAdjunto(int ref)
ref
- public int[] getAdjuntos()
public NotificacionSOAP convertToNotificacionSOAP()
public String getIdNotificacion()
public void setIdNotificacion(String string)
string
- public boolean isCircular()
public void setCircular(boolean b)
b
- Copyright © 2018. All rights reserved.