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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected eu.europa.esig.dss.enumerations.Levelprotected StringFields inherited from class eu.europa.esig.dss.policy.jaxb.LevelConstraint
level -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the format property.eu.europa.esig.dss.enumerations.LevelGets the value of the levelAfterUpdate property.Gets the value of the updateDate property.voidSets the value of the format property.voidsetLevelAfterUpdate(eu.europa.esig.dss.enumerations.Level value) Sets the value of the levelAfterUpdate property.voidsetUpdateDate(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
protected eu.europa.esig.dss.enumerations.Level 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
public eu.europa.esig.dss.enumerations.Level getLevelAfterUpdate()Gets the value of the levelAfterUpdate property.- Returns:
- possible object is
String
-
setLevelAfterUpdate
public void setLevelAfterUpdate(eu.europa.esig.dss.enumerations.Level value) Sets the value of the levelAfterUpdate property.- Parameters:
value- allowed object isString
-