Package eu.europa.esig.dss.policy.jaxb
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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class eu.europa.esig.dss.policy.jaxb.LevelConstraint
level
-
-
Constructor Summary
Constructors Constructor Description MultiValuesConstraint()
-
-
-
Method Detail
-
getId
public List<String> getId()
Gets the value of the id property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the id property.For example, to add a new item, do as follows:
getId().add(newItem);Objects of the following type(s) are allowed in the list
String
-
-