public class DocumentRetrieve extends Object
Contiene il dettaglio del documento CDA firmato e del foglio di stile eventualmente associato ad esso con l'aggiunta di metadati e mimeTypes
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected List<byte[]> |
binaryDocument |
protected String |
binaryName |
protected byte[] |
document |
protected String |
documentName |
protected String |
mimeType |
protected String |
status |
| Constructor and Description |
|---|
DocumentRetrieve() |
| Modifier and Type | Method and Description |
|---|---|
List<byte[]> |
getBinaryDocument()
Restituisce l'eventuale contenuto degli allegati binari al CDA
|
String |
getBinaryName()
Restituisce il nome dell'eventuale allegato binario al CDA
|
byte[] |
getDocument()
Restituisce il contenuto del documento
|
String |
getDocumentName()
Restituisce il nome del documento
|
String |
getMimeType()
Restituisce il mimeType del documento
|
String |
getStatus()
Restituisce lo stato del documento
|
void |
setBinaryDocument(List<byte[]> binaryDocument)
Imposta il contenuto degli allegati binari al CDA.
|
void |
setBinaryName(String binaryName)
Imposta il nome dell'allegato binario al CDA.
|
void |
setDocument(byte[] value)
Imposta il contenuto del documento.
|
void |
setDocumentName(String value)
Imposta il nome del documento.
|
void |
setMimeType(String mimeType)
Imposta il mimeType del documento.
|
void |
setStatus(String status)
Imposta lo stato del documento.
|
protected byte[] document
protected String documentName
protected String status
protected String binaryName
protected List<byte[]> binaryDocument
protected String mimeType
public List<byte[]> getBinaryDocument()
public void setBinaryDocument(List<byte[]> binaryDocument)
binaryDocument - gli allegati binari al CDApublic String getBinaryName()
public void setBinaryName(String binaryName)
binaryName - il nome dell'allegato binario al CDApublic byte[] getDocument()
public void setDocument(byte[] value)
value - allowed object is
byte[]public String getDocumentName()
Stringpublic void setDocumentName(String value)
value - allowed object is
Stringpublic String getStatus()
public void setStatus(String status)
Approved. Parametro obbligatorio.status - lo stato del documento (Valori ammissibili: Approved, Deprecated)public String getMimeType()
public void setMimeType(String mimeType)
MIMEType -