Package eu.europa.esig.dss.policy.jaxb
Class UnsignedAttributesConstraints
java.lang.Object
eu.europa.esig.dss.policy.jaxb.UnsignedAttributesConstraints
- All Implemented Interfaces:
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the counterSignature property.void
Sets the value of the counterSignature property.
-
Field Details
-
counterSignature
-
-
Constructor Details
-
UnsignedAttributesConstraints
public UnsignedAttributesConstraints()
-
-
Method Details
-
getCounterSignature
Gets the value of the counterSignature property.- Returns:
- possible object is
LevelConstraint
-
setCounterSignature
Sets the value of the counterSignature property.- Parameters:
value
- allowed object isLevelConstraint
-