Package eu.europa.esig.dss.policy.jaxb
Class EIDAS
java.lang.Object
eu.europa.esig.dss.policy.jaxb.EIDAS
- All Implemented Interfaces:
Serializable
public class EIDAS extends Object implements Serializable
Group of checks related to Trusted Lists
Java class for eIDAS complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="eIDAS"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TLFreshness" type="{http://dss.esig.europa.eu/validation/policy}TimeConstraint" minOccurs="0"/> <element name="TLNotExpired" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/> <element name="TLWellSigned" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/> <element name="TLVersion" type="{http://dss.esig.europa.eu/validation/policy}ValueConstraint" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected TimeConstraint
tlFreshness
protected LevelConstraint
tlNotExpired
protected ValueConstraint
tlVersion
protected LevelConstraint
tlWellSigned
-
Constructor Summary
Constructors Constructor Description EIDAS()
-
Method Summary
Modifier and Type Method Description TimeConstraint
getTLFreshness()
Gets the value of the tlFreshness property.LevelConstraint
getTLNotExpired()
Gets the value of the tlNotExpired property.ValueConstraint
getTLVersion()
Gets the value of the tlVersion property.LevelConstraint
getTLWellSigned()
Gets the value of the tlWellSigned property.void
setTLFreshness(TimeConstraint value)
Sets the value of the tlFreshness property.void
setTLNotExpired(LevelConstraint value)
Sets the value of the tlNotExpired property.void
setTLVersion(ValueConstraint value)
Sets the value of the tlVersion property.void
setTLWellSigned(LevelConstraint value)
Sets the value of the tlWellSigned property.
-
Field Details
-
Constructor Details
-
EIDAS
public EIDAS()
-
-
Method Details
-
getTLFreshness
Gets the value of the tlFreshness property.- Returns:
- possible object is
TimeConstraint
-
setTLFreshness
Sets the value of the tlFreshness property.- Parameters:
value
- allowed object isTimeConstraint
-
getTLNotExpired
Gets the value of the tlNotExpired property.- Returns:
- possible object is
LevelConstraint
-
setTLNotExpired
Sets the value of the tlNotExpired property.- Parameters:
value
- allowed object isLevelConstraint
-
getTLWellSigned
Gets the value of the tlWellSigned property.- Returns:
- possible object is
LevelConstraint
-
setTLWellSigned
Sets the value of the tlWellSigned property.- Parameters:
value
- allowed object isLevelConstraint
-
getTLVersion
Gets the value of the tlVersion property.- Returns:
- possible object is
ValueConstraint
-
setTLVersion
Sets the value of the tlVersion property.- Parameters:
value
- allowed object isValueConstraint
-