Package eu.europa.esig.dss.policy.jaxb
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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected LevelConstraint
counterSignature
-
Constructor Summary
Constructors Constructor Description UnsignedAttributesConstraints()
-
Method Summary
Modifier and Type Method Description LevelConstraint
getCounterSignature()
Gets the value of the counterSignature property.void
setCounterSignature(LevelConstraint value)
Sets the value of the counterSignature property.
-
Field Details
-
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
-