Package eu.europa.esig.dss.policy.jaxb
Class EvidenceRecordConstraints
java.lang.Object
eu.europa.esig.dss.policy.jaxb.LevelConstraint
eu.europa.esig.dss.policy.jaxb.EvidenceRecordConstraints
- All Implemented Interfaces:
Serializable
Group of constraints on the evidence record
Java class for EvidenceRecordConstraints complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EvidenceRecordConstraints"> <complexContent> <extension base="{http://dss.esig.europa.eu/validation/policy}LevelConstraint"> <sequence> <element name="EvidenceRecordValid" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/> <element name="DataObjectExistence" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/> <element name="DataObjectIntact" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/> <element name="DataObjectFound" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/> <element name="DataObjectGroup" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/> <element name="HashTreeRenewal" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/> <element name="Cryptographic" type="{http://dss.esig.europa.eu/validation/policy}CryptographicConstraint" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected CryptographicConstraint
protected LevelConstraint
protected LevelConstraint
protected LevelConstraint
protected LevelConstraint
protected LevelConstraint
protected LevelConstraint
Fields inherited from class eu.europa.esig.dss.policy.jaxb.LevelConstraint
level
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cryptographic property.Gets the value of the dataObjectExistence property.Gets the value of the dataObjectFound property.Gets the value of the dataObjectGroup property.Gets the value of the dataObjectIntact property.Gets the value of the evidenceRecordValid property.Gets the value of the hashTreeRenewal property.void
Sets the value of the cryptographic property.void
Sets the value of the dataObjectExistence property.void
Sets the value of the dataObjectFound property.void
Sets the value of the dataObjectGroup property.void
Sets the value of the dataObjectIntact property.void
Sets the value of the evidenceRecordValid property.void
Sets the value of the hashTreeRenewal property.Methods inherited from class eu.europa.esig.dss.policy.jaxb.LevelConstraint
getLevel, setLevel
-
Field Details
-
evidenceRecordValid
-
dataObjectExistence
-
dataObjectIntact
-
dataObjectFound
-
dataObjectGroup
-
hashTreeRenewal
-
cryptographic
-
-
Constructor Details
-
EvidenceRecordConstraints
public EvidenceRecordConstraints()
-
-
Method Details
-
getEvidenceRecordValid
Gets the value of the evidenceRecordValid property.- Returns:
- possible object is
LevelConstraint
-
setEvidenceRecordValid
Sets the value of the evidenceRecordValid property.- Parameters:
value
- allowed object isLevelConstraint
-
getDataObjectExistence
Gets the value of the dataObjectExistence property.- Returns:
- possible object is
LevelConstraint
-
setDataObjectExistence
Sets the value of the dataObjectExistence property.- Parameters:
value
- allowed object isLevelConstraint
-
getDataObjectIntact
Gets the value of the dataObjectIntact property.- Returns:
- possible object is
LevelConstraint
-
setDataObjectIntact
Sets the value of the dataObjectIntact property.- Parameters:
value
- allowed object isLevelConstraint
-
getDataObjectFound
Gets the value of the dataObjectFound property.- Returns:
- possible object is
LevelConstraint
-
setDataObjectFound
Sets the value of the dataObjectFound property.- Parameters:
value
- allowed object isLevelConstraint
-
getDataObjectGroup
Gets the value of the dataObjectGroup property.- Returns:
- possible object is
LevelConstraint
-
setDataObjectGroup
Sets the value of the dataObjectGroup property.- Parameters:
value
- allowed object isLevelConstraint
-
getHashTreeRenewal
Gets the value of the hashTreeRenewal property.- Returns:
- possible object is
LevelConstraint
-
setHashTreeRenewal
Sets the value of the hashTreeRenewal property.- Parameters:
value
- allowed object isLevelConstraint
-
getCryptographic
Gets the value of the cryptographic property.- Returns:
- possible object is
CryptographicConstraint
-
setCryptographic
Sets the value of the cryptographic property.- Parameters:
value
- allowed object isCryptographicConstraint
-