Class XmlTimestampLevel
java.lang.Object
eu.europa.esig.dss.simplereport.jaxb.XmlTimestampLevel
- All Implemented Interfaces:
Serializable
public class XmlTimestampLevel extends Object implements 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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected String
description
protected TimestampQualification
value
-
Constructor Summary
Constructors Constructor Description XmlTimestampLevel()
-
Method Summary
Modifier and Type Method Description String
getDescription()
Gets the value of the description property.TimestampQualification
getValue()
Gets the value of the value property.void
setDescription(String value)
Sets the value of the description property.void
setValue(TimestampQualification value)
Sets the value of the value property.
-
Field Details
-
Constructor Details
-
XmlTimestampLevel
public XmlTimestampLevel()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
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
-