Class 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:
    Serialized Form
    • Constructor Detail

      • UnsignedAttributesConstraints

        public UnsignedAttributesConstraints()
    • Method Detail

      • 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