java.lang.Object
eu.europa.esig.dss.simplereport.jaxb.XmlTimestampLevel
- All Implemented Interfaces:
Serializable
Java class for TimestampLevel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimestampLevel">
<simpleContent>
<extension base="<http://dss.esig.europa.eu/validation/simple-report>TimestampQualification">
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected eu.europa.esig.dss.enumerations.TimestampQualification -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.eu.europa.esig.dss.enumerations.TimestampQualificationgetValue()Gets the value of the value property.voidsetDescription(String value) Sets the value of the description property.voidsetValue(eu.europa.esig.dss.enumerations.TimestampQualification value) Sets the value of the value property.
-
Field Details
-
value
protected eu.europa.esig.dss.enumerations.TimestampQualification value -
description
-
-
Constructor Details
-
XmlTimestampLevel
public XmlTimestampLevel()
-
-
Method Details
-
getValue
public eu.europa.esig.dss.enumerations.TimestampQualification getValue()Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(eu.europa.esig.dss.enumerations.TimestampQualification value) Sets the value of the value property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-