Package eu.europa.esig.dss.policy.jaxb
Class AlgoExpirationDate
java.lang.Object
eu.europa.esig.dss.policy.jaxb.LevelConstraint
eu.europa.esig.dss.policy.jaxb.ListAlgo
eu.europa.esig.dss.policy.jaxb.AlgoExpirationDate
- All Implemented Interfaces:
Serializable
Java class for AlgoExpirationDate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlgoExpirationDate"> <complexContent> <extension base="{http://dss.esig.europa.eu/validation/policy}ListAlgo"> <attribute name="Format" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="UpdateDate" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="LevelAfterUpdate" type="{http://dss.esig.europa.eu/validation/policy}level" /> </extension> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.policy.jaxb.LevelConstraint
level
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the format property.Gets the value of the levelAfterUpdate property.Gets the value of the updateDate property.void
Sets the value of the format property.void
setLevelAfterUpdate
(Level value) Sets the value of the levelAfterUpdate property.void
setUpdateDate
(String value) Sets the value of the updateDate property.Methods inherited from class eu.europa.esig.dss.policy.jaxb.LevelConstraint
getLevel, setLevel
-
Field Details
-
format
-
updateDate
-
levelAfterUpdate
-
-
Constructor Details
-
AlgoExpirationDate
public AlgoExpirationDate()
-
-
Method Details
-
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
-
getUpdateDate
Gets the value of the updateDate property.- Returns:
- possible object is
String
-
setUpdateDate
Sets the value of the updateDate property.- Parameters:
value
- allowed object isString
-
getLevelAfterUpdate
Gets the value of the levelAfterUpdate property.- Returns:
- possible object is
Level
-
setLevelAfterUpdate
Sets the value of the levelAfterUpdate property.- Parameters:
value
- allowed object isLevel
-