Package eu.europa.esig.dss.policy.jaxb
Class AlgoExpirationDate
java.lang.Object
eu.europa.esig.dss.policy.jaxb.AlgoExpirationDate
- All Implemented Interfaces:
Serializable
List of algorithms with their expiration date
Java 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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
algos
-
format
-
-
Constructor Details
-
AlgoExpirationDate
public AlgoExpirationDate()
-
-
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 JAXB 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 -
getFormat
Gets the value of the format property.- Returns:
- possible object is
String
-
setFormat
Sets the value of the format property.- Parameters:
value- allowed object isString
-