Package eu.europa.esig.dss.policy.jaxb
Class RevocationConstraints
- java.lang.Object
-
- eu.europa.esig.dss.policy.jaxb.LevelConstraint
-
- eu.europa.esig.dss.policy.jaxb.RevocationConstraints
-
- All Implemented Interfaces:
Serializable
public class RevocationConstraints extends LevelConstraint implements Serializable
Group of constraints on the revocation dataJava class for RevocationConstraints complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RevocationConstraints"> <complexContent> <extension base="{http://dss.esig.europa.eu/validation/policy}LevelConstraint"> <sequence> <element name="RevocationFreshness" type="{http://dss.esig.europa.eu/validation/policy}TimeConstraint" minOccurs="0"/> <element name="BasicSignatureConstraints" type="{http://dss.esig.europa.eu/validation/policy}BasicSignatureConstraints" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BasicSignatureConstraintsbasicSignatureConstraintsprotected TimeConstraintrevocationFreshness-
Fields inherited from class eu.europa.esig.dss.policy.jaxb.LevelConstraint
level
-
-
Constructor Summary
Constructors Constructor Description RevocationConstraints()
-
Method Summary
Modifier and Type Method Description BasicSignatureConstraintsgetBasicSignatureConstraints()Gets the value of the basicSignatureConstraints property.TimeConstraintgetRevocationFreshness()Gets the value of the revocationFreshness property.voidsetBasicSignatureConstraints(BasicSignatureConstraints value)Sets the value of the basicSignatureConstraints property.voidsetRevocationFreshness(TimeConstraint value)Sets the value of the revocationFreshness property.-
Methods inherited from class eu.europa.esig.dss.policy.jaxb.LevelConstraint
getLevel, setLevel
-
-
-
-
Field Detail
-
revocationFreshness
protected TimeConstraint revocationFreshness
-
basicSignatureConstraints
protected BasicSignatureConstraints basicSignatureConstraints
-
-
Method Detail
-
getRevocationFreshness
public TimeConstraint getRevocationFreshness()
Gets the value of the revocationFreshness property.- Returns:
- possible object is
TimeConstraint
-
setRevocationFreshness
public void setRevocationFreshness(TimeConstraint value)
Sets the value of the revocationFreshness property.- Parameters:
value- allowed object isTimeConstraint
-
getBasicSignatureConstraints
public BasicSignatureConstraints getBasicSignatureConstraints()
Gets the value of the basicSignatureConstraints property.- Returns:
- possible object is
BasicSignatureConstraints
-
setBasicSignatureConstraints
public void setBasicSignatureConstraints(BasicSignatureConstraints value)
Sets the value of the basicSignatureConstraints property.- Parameters:
value- allowed object isBasicSignatureConstraints
-
-