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"/>
       </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