Package eu.europa.esig.dss.policy.jaxb
Class ListAlgo
java.lang.Object
eu.europa.esig.dss.policy.jaxb.LevelConstraint
eu.europa.esig.dss.policy.jaxb.ListAlgo
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AlgoExpirationDate
Java class for ListAlgo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ListAlgo">
<complexContent>
<extension base="{http://dss.esig.europa.eu/validation/policy}LevelConstraint">
<sequence>
<element name="Algo" type="{http://dss.esig.europa.eu/validation/policy}Algo" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsFields inherited from class eu.europa.esig.dss.policy.jaxb.LevelConstraint
level -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class eu.europa.esig.dss.policy.jaxb.LevelConstraint
getLevel, setLevel
-
Field Details
-
algos
-
-
Constructor Details
-
ListAlgo
public ListAlgo()
-
-
Method Details
-
getAlgos
Gets the value of the algos 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 Jakarta XML Binding object. This is why there is not a
setmethod for the algos property.For example, to add a new item, do as follows:
getAlgos().add(newItem);Objects of the following type(s) are allowed in the list
Algo
-