Package eu.europa.esig.dss.policy.jaxb
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 modelJava 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
-
-