Package eu.europa.esig.dss.validation
Class CommitmentTypeIndication
java.lang.Object
eu.europa.esig.dss.validation.CommitmentTypeIndication
public class CommitmentTypeIndication extends Object
This class represents the commitment type indication identifiers extracted from the signature.
-
Constructor Summary
Constructors Constructor Description CommitmentTypeIndication(String identifier)
The default constructor -
Method Summary
Modifier and Type Method Description String
getDescription()
Gets the descriptionList<String>
getDocumentReferences()
Gets the document referencesString
getIdentifier()
Gets the identifiervoid
setDescription(String description)
Sets the descriptionvoid
setDocumentReferences(List<String> documentReferences)
Sets the document references
-
Constructor Details
-
CommitmentTypeIndication
The default constructor- Parameters:
identifier
-String
URI or OID
-
-
Method Details
-
getIdentifier
Gets the identifier- Returns:
String
URI or OID
-
getDescription
Gets the description- Returns:
String
-
setDescription
Sets the description- Parameters:
description
-String
-
getDocumentReferences
Gets the document references- Returns:
- a list of
String
s
-
setDocumentReferences
Sets the document references- Parameters:
documentReferences
- a list ofString
s
-