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:
  • Constructor Details

    • TimestampIncludeDTO

      public TimestampIncludeDTO()
      Empty constructor
    • TimestampIncludeDTO

      public TimestampIncludeDTO(String uri, boolean referencedData)
      The default constructor
      Parameters:
      uri - String the reference uri
      referencedData - of the data is referenced
  • Method Details

    • getURI

      public String getURI()
      Gets the reference URI
      Returns:
      String uri
    • setURI

      public void setURI(String uri)
      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