public class Document extends Object
Contiene il dettaglio del documento CDA firmato e del foglio di stile eventualmente associato ad esso.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
binaryDocument |
protected String |
binaryName |
protected byte[] |
document |
protected String |
documentName |
protected String |
status |
| Constructor and Description |
|---|
Document() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBinaryDocument()
Restituisce l'eventuale contenuto dell'allegato binario 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 |
getStatus()
Restituisce lo stato del documento
|
void |
setBinaryDocument(byte[] binaryDocument)
Imposta il contenuto dell'allegato binario 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 |
setStatus(String status)
Imposta lo stato del documento.
|
protected byte[] document
protected String documentName
protected String status
protected byte[] binaryDocument
protected String binaryName
public byte[] getBinaryDocument()
public void setBinaryDocument(byte[] binaryDocument)
binaryDocument - l'allegato binario 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)