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"/>
<element name="TLConsistency" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected LevelConstrainttlConsistencyprotected TimeConstrainttlFreshnessprotected LevelConstrainttlNotExpiredprotected ValueConstrainttlVersionprotected LevelConstrainttlWellSigned -
Constructor Summary
Constructors Constructor Description EIDAS() -
Method Summary
Modifier and Type Method Description LevelConstraintgetTLConsistency()Gets the value of the tlConsistency property.TimeConstraintgetTLFreshness()Gets the value of the tlFreshness property.LevelConstraintgetTLNotExpired()Gets the value of the tlNotExpired property.ValueConstraintgetTLVersion()Gets the value of the tlVersion property.LevelConstraintgetTLWellSigned()Gets the value of the tlWellSigned property.voidsetTLConsistency(LevelConstraint value)Sets the value of the tlConsistency property.voidsetTLFreshness(TimeConstraint value)Sets the value of the tlFreshness property.voidsetTLNotExpired(LevelConstraint value)Sets the value of the tlNotExpired property.voidsetTLVersion(ValueConstraint value)Sets the value of the tlVersion property.voidsetTLWellSigned(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
-
getTLConsistency
Gets the value of the tlConsistency property.- Returns:
- possible object is
LevelConstraint
-
setTLConsistency
Sets the value of the tlConsistency property.- Parameters:
value- allowed object isLevelConstraint
-