Class 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
    • Constructor Detail

      • XmlSignatureLevel

        public XmlSignatureLevel()
    • Method Detail

      • setValue

        public void setValue​(SignatureQualification value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String