Class TimestampInclude
java.lang.Object
eu.europa.esig.dss.validation.timestamp.TimestampInclude
- All Implemented Interfaces:
Serializable
This class represents XAdES Include tag in case of IndividualDataObjectsTimeStamp
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructorTimestampInclude(String uri, boolean referencedData) Default constructor -
Method Summary
Modifier and TypeMethodDescriptiongetURI()Gets the reference URIbooleanReturns if the data is referencedvoidsetReferencedData(boolean referencedData) Sets if the data is referencedvoidSets the reference URI
-
Constructor Details
-
TimestampInclude
public TimestampInclude()Empty constructor -
TimestampInclude
Default constructor- Parameters:
uri-Stringreference URIreferencedData- if the reference is timestamped
-
-
Method Details
-
getURI
Gets the reference URI- Returns:
String
-
setURI
Sets the reference URI- Parameters:
uri-String
-
isReferencedData
public boolean isReferencedData()Returns if the data is referenced- Returns:
- TRUE if the reference is timestamped, FALSE otherwise
-
setReferencedData
public void setReferencedData(boolean referencedData) Sets if the data is referenced- Parameters:
referencedData- if the reference is timestamped
-