Class XmlValidationSignatureQualification
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
eu.europa.esig.dss.detailedreport.jaxb.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"/>
<element name="QWACProcess" type="{http://dss.esig.europa.eu/validation/detailed-report}QWACProcess" minOccurs="0"/>
</sequence>
<attribute name="SignatureQualification" use="required" type="{http://dss.esig.europa.eu/validation/detailed-report}SignatureQualification" />
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XmlQWACProcessprotected SignatureQualificationprotected List<XmlValidationCertificateQualification> Fields inherited from class XmlConstraintsConclusion
conclusion, constraint, title -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the qwacProcess property.Gets the value of the signatureQualification property.Gets the value of the validationCertificateQualification property.voidsetQWACProcess(XmlQWACProcess value) Sets the value of the qwacProcess property.voidSets the value of the signatureQualification property.Methods inherited from class XmlConstraintsConclusion
getConclusion, getConstraint, getTitle, setConclusion, setTitle
-
Field Details
-
validationCertificateQualification
-
qwacProcess
-
signatureQualification
-
-
Constructor Details
-
XmlValidationSignatureQualification
public XmlValidationSignatureQualification()
-
-
Method Details
-
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 Jakarta XML Binding object. This is why there is not a
setmethod 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 -
getQWACProcess
Gets the value of the qwacProcess property.- Returns:
- possible object is
XmlQWACProcess
-
setQWACProcess
Sets the value of the qwacProcess property.- Parameters:
value- allowed object isXmlQWACProcess
-
getSignatureQualification
Gets the value of the signatureQualification property.- Returns:
- possible object is
String
-
setSignatureQualification
Sets the value of the signatureQualification property.- Parameters:
value- allowed object isString
-