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 ListsJava 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 Detail
-
tlFreshness
protected TimeConstraint tlFreshness
-
tlNotExpired
protected LevelConstraint tlNotExpired
-
tlWellSigned
protected LevelConstraint tlWellSigned
-
tlVersion
protected ValueConstraint tlVersion
-
tlConsistency
protected LevelConstraint tlConsistency
-
-
Method Detail
-
getTLFreshness
public TimeConstraint getTLFreshness()
Gets the value of the tlFreshness property.- Returns:
- possible object is
TimeConstraint
-
setTLFreshness
public void setTLFreshness(TimeConstraint value)
Sets the value of the tlFreshness property.- Parameters:
value- allowed object isTimeConstraint
-
getTLNotExpired
public LevelConstraint getTLNotExpired()
Gets the value of the tlNotExpired property.- Returns:
- possible object is
LevelConstraint
-
setTLNotExpired
public void setTLNotExpired(LevelConstraint value)
Sets the value of the tlNotExpired property.- Parameters:
value- allowed object isLevelConstraint
-
getTLWellSigned
public LevelConstraint getTLWellSigned()
Gets the value of the tlWellSigned property.- Returns:
- possible object is
LevelConstraint
-
setTLWellSigned
public void setTLWellSigned(LevelConstraint value)
Sets the value of the tlWellSigned property.- Parameters:
value- allowed object isLevelConstraint
-
getTLVersion
public ValueConstraint getTLVersion()
Gets the value of the tlVersion property.- Returns:
- possible object is
ValueConstraint
-
setTLVersion
public void setTLVersion(ValueConstraint value)
Sets the value of the tlVersion property.- Parameters:
value- allowed object isValueConstraint
-
getTLConsistency
public LevelConstraint getTLConsistency()
Gets the value of the tlConsistency property.- Returns:
- possible object is
LevelConstraint
-
setTLConsistency
public void setTLConsistency(LevelConstraint value)
Sets the value of the tlConsistency property.- Parameters:
value- allowed object isLevelConstraint
-
-