Class UnsignedAttributesConstraints

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

public class UnsignedAttributesConstraints extends Object implements Serializable
Group of constraints on the unsigned attributes/properties

Java class for UnsignedAttributesConstraints complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UnsignedAttributesConstraints">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CounterSignature" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/>
         <element name="SignatureTimeStamp" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/>
         <element name="ValidationDataTimeStamp" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/>
         <element name="ValidationDataRefsOnlyTimeStamp" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/>
         <element name="ArchiveTimeStamp" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/>
         <element name="DocumentTimeStamp" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/>
         <element name="TLevelTimeStamp" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/>
         <element name="LTALevelTimeStamp" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • UnsignedAttributesConstraints

      public UnsignedAttributesConstraints()
  • Method Details

    • getCounterSignature

      public LevelConstraint getCounterSignature()
      Gets the value of the counterSignature property.
      Returns:
      possible object is LevelConstraint
    • setCounterSignature

      public void setCounterSignature(LevelConstraint value)
      Sets the value of the counterSignature property.
      Parameters:
      value - allowed object is LevelConstraint
    • getSignatureTimeStamp

      public LevelConstraint getSignatureTimeStamp()
      Gets the value of the signatureTimeStamp property.
      Returns:
      possible object is LevelConstraint
    • setSignatureTimeStamp

      public void setSignatureTimeStamp(LevelConstraint value)
      Sets the value of the signatureTimeStamp property.
      Parameters:
      value - allowed object is LevelConstraint
    • getValidationDataTimeStamp

      public LevelConstraint getValidationDataTimeStamp()
      Gets the value of the validationDataTimeStamp property.
      Returns:
      possible object is LevelConstraint
    • setValidationDataTimeStamp

      public void setValidationDataTimeStamp(LevelConstraint value)
      Sets the value of the validationDataTimeStamp property.
      Parameters:
      value - allowed object is LevelConstraint
    • getValidationDataRefsOnlyTimeStamp

      public LevelConstraint getValidationDataRefsOnlyTimeStamp()
      Gets the value of the validationDataRefsOnlyTimeStamp property.
      Returns:
      possible object is LevelConstraint
    • setValidationDataRefsOnlyTimeStamp

      public void setValidationDataRefsOnlyTimeStamp(LevelConstraint value)
      Sets the value of the validationDataRefsOnlyTimeStamp property.
      Parameters:
      value - allowed object is LevelConstraint
    • getArchiveTimeStamp

      public LevelConstraint getArchiveTimeStamp()
      Gets the value of the archiveTimeStamp property.
      Returns:
      possible object is LevelConstraint
    • setArchiveTimeStamp

      public void setArchiveTimeStamp(LevelConstraint value)
      Sets the value of the archiveTimeStamp property.
      Parameters:
      value - allowed object is LevelConstraint
    • getDocumentTimeStamp

      public LevelConstraint getDocumentTimeStamp()
      Gets the value of the documentTimeStamp property.
      Returns:
      possible object is LevelConstraint
    • setDocumentTimeStamp

      public void setDocumentTimeStamp(LevelConstraint value)
      Sets the value of the documentTimeStamp property.
      Parameters:
      value - allowed object is LevelConstraint
    • getTLevelTimeStamp

      public LevelConstraint getTLevelTimeStamp()
      Gets the value of the tLevelTimeStamp property.
      Returns:
      possible object is LevelConstraint
    • setTLevelTimeStamp

      public void setTLevelTimeStamp(LevelConstraint value)
      Sets the value of the tLevelTimeStamp property.
      Parameters:
      value - allowed object is LevelConstraint
    • getLTALevelTimeStamp

      public LevelConstraint getLTALevelTimeStamp()
      Gets the value of the ltaLevelTimeStamp property.
      Returns:
      possible object is LevelConstraint
    • setLTALevelTimeStamp

      public void setLTALevelTimeStamp(LevelConstraint value)
      Sets the value of the ltaLevelTimeStamp property.
      Parameters:
      value - allowed object is LevelConstraint