Package eu.europa.esig.dss.ws.dto
Class TimestampIncludeDTO
java.lang.Object
eu.europa.esig.dss.ws.dto.TimestampIncludeDTO
- All Implemented Interfaces:
Serializable
DTO to represent timestamped references for a XAdES IndividualDataObjectsTimeStamp
- See Also:
-
Constructor Summary
ConstructorDescriptionEmpty constructorTimestampIncludeDTO
(String uri, boolean referencedData) The default constructor -
Method Summary
Modifier and TypeMethodDescriptiongetURI()
Gets the reference URIboolean
Gets of the data is referencesvoid
setReferencedData
(boolean referencedData) Sets the value corresponding to'referencedData'
attribute valuevoid
Sets the reference URI
-
Constructor Details
-
TimestampIncludeDTO
public TimestampIncludeDTO()Empty constructor -
TimestampIncludeDTO
The default constructor- Parameters:
uri
-String
the reference urireferencedData
- of the data is referenced
-
-
Method Details
-
getURI
Gets the reference URI- Returns:
String
uri
-
setURI
Sets the reference URI- Parameters:
uri
-String
-
isReferencedData
public boolean isReferencedData()Gets of the data is references- Returns:
- TRUE if the
'referencedData'
attribute value set to true, FALSE otherwise
-
setReferencedData
public void setReferencedData(boolean referencedData) Sets the value corresponding to'referencedData'
attribute value- Parameters:
referencedData
- the value corresponding to'referencedData'
attribute value
-