Package eu.europa.esig.dss.ws.dto
Class TimestampIncludeDTO
java.lang.Object
eu.europa.esig.dss.ws.dto.TimestampIncludeDTO
- All Implemented Interfaces:
Serializable
public class TimestampIncludeDTO extends Object implements Serializable
DTO to represent timestamped references for a XAdES IndividualDataObjectsTimeStamp
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TimestampIncludeDTO()
Empty constructorTimestampIncludeDTO(String uri, boolean referencedData)
The default constructor -
Method Summary
Modifier and Type Method Description String
getURI()
Gets the reference URIboolean
isReferencedData()
Gets of the data is referencesvoid
setReferencedData(boolean referencedData)
Sets the value corresponding to'referencedData'
attribute valuevoid
setURI(String uri)
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
-