Package eu.europa.esig.dss.spi.tsl
Class QCStatementOids
java.lang.Object
eu.europa.esig.dss.spi.tsl.QCStatementOids
- All Implemented Interfaces:
Serializable
This objects represents a collection of properties extracted from an MRA condition
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets QcCClegislation codes to be includedGets QcCClegislation codes to be removedGets QcStatement identifiers to be includedGets QcStatement identifiers to be removedGets QcType identifiers to be includedGets QcType identifiers to be removedvoidsetQcCClegislations(List<String> qcCClegislations) Sets QcCClegislation codes to be includedvoidsetQcCClegislationsToRemove(List<String> qcCClegislationsToRemove) Sets QcCClegislation codes to be removedvoidsetQcStatementIds(List<String> qcStatementIds) Sets QcStatement identifiers to be includedvoidsetQcStatementIdsToRemove(List<String> qcStatementIdsToRemove) Sets QcStatement identifiers to be removedvoidsetQcTypeIds(List<String> qcTypeIds) Sets QcType identifiers to be includedvoidsetQcTypeIdsToRemove(List<String> qcTypeIdsToRemove) Sets QcType identifiers to be removed
-
Constructor Details
-
QCStatementOids
public QCStatementOids()Default constructor instantiating object with null values
-
-
Method Details
-
getQcStatementIds
Gets QcStatement identifiers to be included- Returns:
- a list of
Strings
-
setQcStatementIds
Sets QcStatement identifiers to be included- Parameters:
qcStatementIds- a list ofStrings
-
getQcTypeIds
Gets QcType identifiers to be included- Returns:
- a list of
Strings
-
setQcTypeIds
Sets QcType identifiers to be included- Parameters:
qcTypeIds- a list ofStrings
-
getQcCClegislations
Gets QcCClegislation codes to be included- Returns:
- a list of
Strings
-
setQcCClegislations
Sets QcCClegislation codes to be included- Parameters:
qcCClegislations- a list ofStrings
-
getQcStatementIdsToRemove
Gets QcStatement identifiers to be removed- Returns:
- a list of
Strings
-
setQcStatementIdsToRemove
Sets QcStatement identifiers to be removed- Parameters:
qcStatementIdsToRemove- a list ofStrings
-
getQcTypeIdsToRemove
Gets QcType identifiers to be removed- Returns:
- a list of
Strings
-
setQcTypeIdsToRemove
Sets QcType identifiers to be removed- Parameters:
qcTypeIdsToRemove- a list ofStrings
-
getQcCClegislationsToRemove
Gets QcCClegislation codes to be removed- Returns:
- a list of
Strings
-
setQcCClegislationsToRemove
Sets QcCClegislation codes to be removed- Parameters:
qcCClegislationsToRemove- a list ofStrings
-