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

public class ListAlgo extends LevelConstraint implements Serializable

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 Details

  • Constructor Details

    • ListAlgo

      public ListAlgo()
  • Method Details

    • getAlgos

      public List<Algo> 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 JAXB object. This is why there is not a set method 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