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:
  • Field Details

  • Constructor Details

    • IntValueConstraint

      public IntValueConstraint()
  • Method Details

    • getValue

      public Integer getValue()
      Gets the value of the value property.
      Returns:
      possible object is Integer
    • setValue

      public void setValue(Integer value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is Integer