Class 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 Detail

      • value

        protected Model value
    • Constructor Detail

      • ModelConstraint

        public ModelConstraint()
    • Method Detail

      • 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