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 StringgetURI()Gets the reference URIbooleanisReferencedData()Gets of the data is referencesvoidsetReferencedData(boolean referencedData)Sets the value corresponding to'referencedData'attribute valuevoidsetURI(String uri)Sets the reference URI
-
Constructor Details
-
TimestampIncludeDTO
public TimestampIncludeDTO()Empty constructor -
TimestampIncludeDTO
The default constructor- Parameters:
uri-Stringthe reference urireferencedData- of the data is referenced
-
-
Method Details
-
getURI
Gets the reference URI- Returns:
Stringuri
-
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
-