Class MultiValuesConstraint

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

public class MultiValuesConstraint extends LevelConstraint implements Serializable
Multi-values check : follows the specified level behavior if the checked element is not present in the list. '*' can be used and means any value.

Java class for MultiValuesConstraint complex type.

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

 <complexType name="MultiValuesConstraint">
   <complexContent>
     <extension base="{http://dss.esig.europa.eu/validation/policy}LevelConstraint">
       <sequence>
         <element name="Id" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also: