Class XmlValidationSignatureQualification

  • All Implemented Interfaces:
    Serializable

    public class XmlValidationSignatureQualification
    extends XmlConstraintsConclusion
    implements Serializable

    Java class for ValidationSignatureQualification complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ValidationSignatureQualification">
       <complexContent>
         <extension base="{http://dss.esig.europa.eu/validation/detailed-report}ConstraintsConclusion">
           <sequence>
             <element name="ValidationCertificateQualification" type="{http://dss.esig.europa.eu/validation/detailed-report}ValidationCertificateQualification" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="SignatureQualification" type="{http://dss.esig.europa.eu/validation/detailed-report}SignatureQualification" />
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • XmlValidationSignatureQualification

        public XmlValidationSignatureQualification()
    • Method Detail

      • getValidationCertificateQualification

        public List<XmlValidationCertificateQualification> getValidationCertificateQualification()
        Gets the value of the validationCertificateQualification property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the validationCertificateQualification property.

        For example, to add a new item, do as follows:

            getValidationCertificateQualification().add(newItem);
         

        Objects of the following type(s) are allowed in the list XmlValidationCertificateQualification

      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getSignatureQualification

        public SignatureQualification getSignatureQualification()
        Gets the value of the signatureQualification property.
        Returns:
        possible object is String
      • setSignatureQualification

        public void setSignatureQualification​(SignatureQualification value)
        Sets the value of the signatureQualification property.
        Parameters:
        value - allowed object is String