Package eu.europa.esig.dss.policy.jaxb
Class EIDAS
java.lang.Object
eu.europa.esig.dss.policy.jaxb.EIDAS
- All Implemented Interfaces:
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:
-
Field Summary
Modifier and TypeFieldDescriptionprotected TimeConstraint
protected LevelConstraint
protected ValueConstraint
protected LevelConstraint
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the tlFreshness property.Gets the value of the tlNotExpired property.Gets the value of the tlVersion property.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
-
tlFreshness
-
tlNotExpired
-
tlWellSigned
-
tlVersion
-
-
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
-