Class TimestampMultipleDocumentDTO
java.lang.Object
eu.europa.esig.dss.ws.signature.dto.AbstractTimestampDocumentDTO
eu.europa.esig.dss.ws.signature.dto.TimestampMultipleDocumentDTO
Request DTO to timestamps a list of documents
- 
Field Summary
Fields inherited from class eu.europa.esig.dss.ws.signature.dto.AbstractTimestampDocumentDTO
timestampParameters - 
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructorTimestampMultipleDocumentDTO(List<RemoteDocument> toTimestampDocuments, RemoteTimestampParameters timestampParameters) Default constructor - 
Method Summary
Modifier and TypeMethodDescriptionbooleanGets a list of documents to be timestampedinthashCode()voidsetToTimestampDocuments(List<RemoteDocument> toTimestampDocuments) Sets a list of documents to be timestampedtoString()Methods inherited from class eu.europa.esig.dss.ws.signature.dto.AbstractTimestampDocumentDTO
getTimestampParameters, setTimestampParameters 
- 
Constructor Details
- 
TimestampMultipleDocumentDTO
public TimestampMultipleDocumentDTO()Empty constructor - 
TimestampMultipleDocumentDTO
public TimestampMultipleDocumentDTO(List<RemoteDocument> toTimestampDocuments, RemoteTimestampParameters timestampParameters) Default constructor- Parameters:
 toTimestampDocuments- a list ofRemoteDocuments to timestamptimestampParameters-RemoteTimestampParameters
 
 - 
 - 
Method Details
- 
getToTimestampDocuments
Gets a list of documents to be timestamped- Returns:
 - a list of 
RemoteDocuments 
 - 
setToTimestampDocuments
Sets a list of documents to be timestamped- Parameters:
 toTimestampDocuments- a list ofRemoteDocuments
 - 
hashCode
public int hashCode() - 
equals
 - 
toString
 
 -