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
-
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 removedvoid
setQcCClegislations
(List<String> qcCClegislations) Sets QcCClegislation codes to be includedvoid
setQcCClegislationsToRemove
(List<String> qcCClegislationsToRemove) Sets QcCClegislation codes to be removedvoid
setQcStatementIds
(List<String> qcStatementIds) Sets QcStatement identifiers to be includedvoid
setQcStatementIdsToRemove
(List<String> qcStatementIdsToRemove) Sets QcStatement identifiers to be removedvoid
setQcTypeIds
(List<String> qcTypeIds) Sets QcType identifiers to be includedvoid
setQcTypeIdsToRemove
(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
String
s
-
setQcStatementIds
Sets QcStatement identifiers to be included- Parameters:
qcStatementIds
- a list ofString
s
-
getQcTypeIds
Gets QcType identifiers to be included- Returns:
- a list of
String
s
-
setQcTypeIds
Sets QcType identifiers to be included- Parameters:
qcTypeIds
- a list ofString
s
-
getQcCClegislations
Gets QcCClegislation codes to be included- Returns:
- a list of
String
s
-
setQcCClegislations
Sets QcCClegislation codes to be included- Parameters:
qcCClegislations
- a list ofString
s
-
getQcStatementIdsToRemove
Gets QcStatement identifiers to be removed- Returns:
- a list of
String
s
-
setQcStatementIdsToRemove
Sets QcStatement identifiers to be removed- Parameters:
qcStatementIdsToRemove
- a list ofString
s
-
getQcTypeIdsToRemove
Gets QcType identifiers to be removed- Returns:
- a list of
String
s
-
setQcTypeIdsToRemove
Sets QcType identifiers to be removed- Parameters:
qcTypeIdsToRemove
- a list ofString
s
-
getQcCClegislationsToRemove
Gets QcCClegislation codes to be removed- Returns:
- a list of
String
s
-
setQcCClegislationsToRemove
Sets QcCClegislation codes to be removed- Parameters:
qcCClegislationsToRemove
- a list ofString
s
-