Class AbstractTimestampDocumentDTO
java.lang.Object
eu.europa.esig.dss.ws.signature.dto.AbstractTimestampDocumentDTO
- Direct Known Subclasses:
TimestampMultipleDocumentDTO,TimestampOneDocumentDTO
public class AbstractTimestampDocumentDTO extends Object
Timestamp document request DTO
-
Field Summary
Fields Modifier and Type Field Description protected RemoteTimestampParameterstimestampParametersTimestamp parameters -
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractTimestampDocumentDTO()Empty constructorprotectedAbstractTimestampDocumentDTO(RemoteTimestampParameters timestampParameters)Default constructor -
Method Summary
Modifier and Type Method Description RemoteTimestampParametersgetTimestampParameters()Gets timestamp parametersvoidsetTimestampParameters(RemoteTimestampParameters timestampParameters)Sets timestamp parameters
-
Field Details
-
timestampParameters
Timestamp parameters
-
-
Constructor Details
-
AbstractTimestampDocumentDTO
protected AbstractTimestampDocumentDTO()Empty constructor -
AbstractTimestampDocumentDTO
Default constructor- Parameters:
timestampParameters-RemoteTimestampParameters
-
-
Method Details
-
getTimestampParameters
Gets timestamp parameters- Returns:
RemoteTimestampParameters
-
setTimestampParameters
Sets timestamp parameters- Parameters:
timestampParameters-RemoteTimestampParameters
-