Class EvidenceRecordConstraints

java.lang.Object
eu.europa.esig.dss.policy.jaxb.LevelConstraint
eu.europa.esig.dss.policy.jaxb.EvidenceRecordConstraints
All Implemented Interfaces:
Serializable

public class EvidenceRecordConstraints extends LevelConstraint implements 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="Cryptographic" type="{http://dss.esig.europa.eu/validation/policy}CryptographicConstraint" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • EvidenceRecordConstraints

      public EvidenceRecordConstraints()
  • Method Details

    • getEvidenceRecordValid

      public LevelConstraint getEvidenceRecordValid()
      Gets the value of the evidenceRecordValid property.
      Returns:
      possible object is LevelConstraint
    • setEvidenceRecordValid

      public void setEvidenceRecordValid(LevelConstraint value)
      Sets the value of the evidenceRecordValid property.
      Parameters:
      value - allowed object is LevelConstraint
    • getDataObjectExistence

      public LevelConstraint getDataObjectExistence()
      Gets the value of the dataObjectExistence property.
      Returns:
      possible object is LevelConstraint
    • setDataObjectExistence

      public void setDataObjectExistence(LevelConstraint value)
      Sets the value of the dataObjectExistence property.
      Parameters:
      value - allowed object is LevelConstraint
    • getDataObjectIntact

      public LevelConstraint getDataObjectIntact()
      Gets the value of the dataObjectIntact property.
      Returns:
      possible object is LevelConstraint
    • setDataObjectIntact

      public void setDataObjectIntact(LevelConstraint value)
      Sets the value of the dataObjectIntact property.
      Parameters:
      value - allowed object is LevelConstraint
    • getDataObjectFound

      public LevelConstraint getDataObjectFound()
      Gets the value of the dataObjectFound property.
      Returns:
      possible object is LevelConstraint
    • setDataObjectFound

      public void setDataObjectFound(LevelConstraint value)
      Sets the value of the dataObjectFound property.
      Parameters:
      value - allowed object is LevelConstraint
    • getDataObjectGroup

      public LevelConstraint getDataObjectGroup()
      Gets the value of the dataObjectGroup property.
      Returns:
      possible object is LevelConstraint
    • setDataObjectGroup

      public void setDataObjectGroup(LevelConstraint value)
      Sets the value of the dataObjectGroup property.
      Parameters:
      value - allowed object is LevelConstraint
    • getCryptographic

      public CryptographicConstraint getCryptographic()
      Gets the value of the cryptographic property.
      Returns:
      possible object is CryptographicConstraint
    • setCryptographic

      public void setCryptographic(CryptographicConstraint value)
      Sets the value of the cryptographic property.
      Parameters:
      value - allowed object is CryptographicConstraint