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"/>
<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 Summary
FieldsModifier and TypeFieldDescriptionprotected LevelConstraintprotected LevelConstraintprotected LevelConstraintprotected LevelConstraintprotected LevelConstraintprotected LevelConstraintprotected LevelConstraintprotected LevelConstraint -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the archiveTimeStamp property.Gets the value of the counterSignature property.Gets the value of the documentTimeStamp property.Gets the value of the ltaLevelTimeStamp property.Gets the value of the signatureTimeStamp property.Gets the value of the tLevelTimeStamp property.Gets the value of the validationDataRefsOnlyTimeStamp property.Gets the value of the validationDataTimeStamp property.voidSets the value of the archiveTimeStamp property.voidSets the value of the counterSignature property.voidSets the value of the documentTimeStamp property.voidSets the value of the ltaLevelTimeStamp property.voidSets the value of the signatureTimeStamp property.voidSets the value of the tLevelTimeStamp property.voidSets the value of the validationDataRefsOnlyTimeStamp property.voidSets the value of the validationDataTimeStamp property.
-
Field Details
-
counterSignature
-
signatureTimeStamp
-
validationDataTimeStamp
-
validationDataRefsOnlyTimeStamp
-
archiveTimeStamp
-
documentTimeStamp
-
tLevelTimeStamp
-
ltaLevelTimeStamp
-
-
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
-
getSignatureTimeStamp
Gets the value of the signatureTimeStamp property.- Returns:
- possible object is
LevelConstraint
-
setSignatureTimeStamp
Sets the value of the signatureTimeStamp property.- Parameters:
value- allowed object isLevelConstraint
-
getValidationDataTimeStamp
Gets the value of the validationDataTimeStamp property.- Returns:
- possible object is
LevelConstraint
-
setValidationDataTimeStamp
Sets the value of the validationDataTimeStamp property.- Parameters:
value- allowed object isLevelConstraint
-
getValidationDataRefsOnlyTimeStamp
Gets the value of the validationDataRefsOnlyTimeStamp property.- Returns:
- possible object is
LevelConstraint
-
setValidationDataRefsOnlyTimeStamp
Sets the value of the validationDataRefsOnlyTimeStamp property.- Parameters:
value- allowed object isLevelConstraint
-
getArchiveTimeStamp
Gets the value of the archiveTimeStamp property.- Returns:
- possible object is
LevelConstraint
-
setArchiveTimeStamp
Sets the value of the archiveTimeStamp property.- Parameters:
value- allowed object isLevelConstraint
-
getDocumentTimeStamp
Gets the value of the documentTimeStamp property.- Returns:
- possible object is
LevelConstraint
-
setDocumentTimeStamp
Sets the value of the documentTimeStamp property.- Parameters:
value- allowed object isLevelConstraint
-
getTLevelTimeStamp
Gets the value of the tLevelTimeStamp property.- Returns:
- possible object is
LevelConstraint
-
setTLevelTimeStamp
Sets the value of the tLevelTimeStamp property.- Parameters:
value- allowed object isLevelConstraint
-
getLTALevelTimeStamp
Gets the value of the ltaLevelTimeStamp property.- Returns:
- possible object is
LevelConstraint
-
setLTALevelTimeStamp
Sets the value of the ltaLevelTimeStamp property.- Parameters:
value- allowed object isLevelConstraint
-