Class XmlSignatureLevel
- java.lang.Object
-
- eu.europa.esig.dss.simplereport.jaxb.XmlSignatureLevel
-
- All Implemented Interfaces:
Serializable
public class XmlSignatureLevel extends Object implements Serializable
Java class for SignatureLevel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignatureLevel"> <simpleContent> <extension base="<http://dss.esig.europa.eu/validation/simple-report>SignatureQualification"> <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 Stringdescriptionprotected SignatureQualificationvalue
-
Constructor Summary
Constructors Constructor Description XmlSignatureLevel()
-
Method Summary
Modifier and Type Method Description StringgetDescription()Gets the value of the description property.SignatureQualificationgetValue()Gets the value of the value property.voidsetDescription(String value)Sets the value of the description property.voidsetValue(SignatureQualification value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected SignatureQualification value
-
description
protected String description
-
-
Method Detail
-
getValue
public SignatureQualification getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(SignatureQualification value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
-