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 Details
-
Constructor Details
-
XmlSignatureLevel
public XmlSignatureLevel()
-
-
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
-