Class QCStatementOids

java.lang.Object
eu.europa.esig.dss.spi.tsl.QCStatementOids
All Implemented Interfaces:
Serializable

public class QCStatementOids extends Object implements Serializable
This objects represents a collection of properties extracted from an MRA condition
See Also:
  • Constructor Details

    • QCStatementOids

      public QCStatementOids()
      Default constructor instantiating object with null values
  • Method Details

    • getQcStatementIds

      public List<String> getQcStatementIds()
      Gets QcStatement identifiers to be included
      Returns:
      a list of Strings
    • setQcStatementIds

      public void setQcStatementIds(List<String> qcStatementIds)
      Sets QcStatement identifiers to be included
      Parameters:
      qcStatementIds - a list of Strings
    • getQcTypeIds

      public List<String> getQcTypeIds()
      Gets QcType identifiers to be included
      Returns:
      a list of Strings
    • setQcTypeIds

      public void setQcTypeIds(List<String> qcTypeIds)
      Sets QcType identifiers to be included
      Parameters:
      qcTypeIds - a list of Strings
    • getQcCClegislations

      public List<String> getQcCClegislations()
      Gets QcCClegislation codes to be included
      Returns:
      a list of Strings
    • setQcCClegislations

      public void setQcCClegislations(List<String> qcCClegislations)
      Sets QcCClegislation codes to be included
      Parameters:
      qcCClegislations - a list of Strings
    • getQcStatementIdsToRemove

      public List<String> getQcStatementIdsToRemove()
      Gets QcStatement identifiers to be removed
      Returns:
      a list of Strings
    • setQcStatementIdsToRemove

      public void setQcStatementIdsToRemove(List<String> qcStatementIdsToRemove)
      Sets QcStatement identifiers to be removed
      Parameters:
      qcStatementIdsToRemove - a list of Strings
    • getQcTypeIdsToRemove

      public List<String> getQcTypeIdsToRemove()
      Gets QcType identifiers to be removed
      Returns:
      a list of Strings
    • setQcTypeIdsToRemove

      public void setQcTypeIdsToRemove(List<String> qcTypeIdsToRemove)
      Sets QcType identifiers to be removed
      Parameters:
      qcTypeIdsToRemove - a list of Strings
    • getQcCClegislationsToRemove

      public List<String> getQcCClegislationsToRemove()
      Gets QcCClegislation codes to be removed
      Returns:
      a list of Strings
    • setQcCClegislationsToRemove

      public void setQcCClegislationsToRemove(List<String> qcCClegislationsToRemove)
      Sets QcCClegislation codes to be removed
      Parameters:
      qcCClegislationsToRemove - a list of Strings