Class LevelConstraint

java.lang.Object
eu.europa.esig.dss.policy.jaxb.LevelConstraint
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CertificateValuesConstraint, CryptographicConstraint, EvidenceRecordConstraints, IntValueConstraint, ListAlgo, MultiValuesConstraint, RevocationConstraints, TimeConstraint, ValueConstraint

public class LevelConstraint extends Object implements Serializable
Boolean check : follows the specified level behavior in case of failure

Java class for LevelConstraint complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="LevelConstraint">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="Level" type="{http://dss.esig.europa.eu/validation/policy}Level" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected eu.europa.esig.dss.enumerations.Level
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    eu.europa.esig.dss.enumerations.Level
    Gets the value of the level property.
    void
    setLevel(eu.europa.esig.dss.enumerations.Level value)
    Sets the value of the level property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • level

      protected eu.europa.esig.dss.enumerations.Level level
  • Constructor Details

    • LevelConstraint

      public LevelConstraint()
  • Method Details

    • getLevel

      public eu.europa.esig.dss.enumerations.Level getLevel()
      Gets the value of the level property.
      Returns:
      possible object is String
    • setLevel

      public void setLevel(eu.europa.esig.dss.enumerations.Level value)
      Sets the value of the level property.
      Parameters:
      value - allowed object is String