Class LevelConstraint

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    CryptographicConstraint, 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:
    Serialized Form
    • Field Detail

      • level

        protected Level level
    • Constructor Detail

      • LevelConstraint

        public LevelConstraint()
    • Method Detail

      • getLevel

        public Level getLevel()
        Gets the value of the level property.
        Returns:
        possible object is Level
      • setLevel

        public void setLevel​(Level value)
        Sets the value of the level property.
        Parameters:
        value - allowed object is Level