Class XmlValidationQWACProcess
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
eu.europa.esig.dss.detailedreport.jaxb.XmlValidationQWACProcess
- All Implemented Interfaces:
Serializable
Java class for ValidationQWACProcess complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValidationQWACProcess">
<complexContent>
<extension base="{http://dss.esig.europa.eu/validation/detailed-report}ConstraintsConclusion">
<attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="QWACType" type="{http://dss.esig.europa.eu/validation/detailed-report}QWACProfile" />
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsFields inherited from class XmlConstraintsConclusion
conclusion, constraint, title -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.Gets the value of the qwacType property.voidSets the value of the id property.voidsetQWACType(QWACProfile value) Sets the value of the qwacType property.Methods inherited from class XmlConstraintsConclusion
getConclusion, getConstraint, getTitle, setConclusion, setTitle
-
Field Details
-
id
-
qwacType
-
-
Constructor Details
-
XmlValidationQWACProcess
public XmlValidationQWACProcess()
-
-
Method Details