Package eu.europa.esig.dss.policy.jaxb
Class AlgoExpirationDate
- java.lang.Object
-
- eu.europa.esig.dss.policy.jaxb.AlgoExpirationDate
-
- All Implemented Interfaces:
Serializable
public class AlgoExpirationDate extends Object implements Serializable
List of algorithms with their expiration dateJava class for AlgoExpirationDate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlgoExpirationDate"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Algo" type="{http://dss.esig.europa.eu/validation/policy}Algo" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="Format" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Method Detail
-
getAlgo
public List<Algo> getAlgo()
Gets the value of the algo 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 algo property.For example, to add a new item, do as follows:
getAlgo().add(newItem);Objects of the following type(s) are allowed in the list
Algo
-
getFormat
public String getFormat()
Gets the value of the format property.- Returns:
- possible object is
String
-
-