Class QCStatementOids
java.lang.Object
eu.europa.esig.dss.model.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 TypeMethodDescriptionbooleanGets 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 removedinthashCode()voidsetQcCClegislations(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 removedtoString()
-
Constructor Details
-
QCStatementOids
public QCStatementOids()Default constructor instantiating object with null values
-
-
Method Details
-
getQcStatementIds
-
setQcStatementIds
-
getQcTypeIds
-
setQcTypeIds
-
getQcCClegislations
-
setQcCClegislations
-
getQcStatementIdsToRemove
-
setQcStatementIdsToRemove
-
getQcTypeIdsToRemove
-
setQcTypeIdsToRemove
-
getQcCClegislationsToRemove
-
setQcCClegislationsToRemove
-
toString
-
equals
-
hashCode
-