Class ModelConstraint

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

public class ModelConstraint
extends Object
implements Serializable
Boolean check : follows the specified validation model

Java class for ModelConstraint complex type.

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

 <complexType name="ModelConstraint">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="Value" type="{http://dss.esig.europa.eu/validation/policy}Model" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form
  • Field Details

  • Constructor Details

  • Method Details

    • getValue

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

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