Class IntValueConstraint

java.lang.Object
eu.europa.esig.dss.policy.jaxb.LevelConstraint
eu.europa.esig.dss.policy.jaxb.IntValueConstraint
All Implemented Interfaces:
Serializable

public class IntValueConstraint extends LevelConstraint implements Serializable
Integer value check : follows the specified level behavior when the checked element is compliant with the defined constraint value

Java class for IntValueConstraint complex type.

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

 <complexType name="IntValueConstraint">
   <complexContent>
     <extension base="{http://dss.esig.europa.eu/validation/policy}LevelConstraint">
       <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}int" />
     </extension>
   </complexContent>
 </complexType>
 
See Also: