Class XmlQWACProcess
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
eu.europa.esig.dss.detailedreport.jaxb.XmlQWACProcess
- All Implemented Interfaces:
Serializable
Java class for QWACProcess complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QWACProcess">
<complexContent>
<extension base="{http://dss.esig.europa.eu/validation/detailed-report}ConstraintsConclusion">
<sequence>
<element name="ValidationQWACProcess" type="{http://dss.esig.europa.eu/validation/detailed-report}ValidationQWACProcess" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected QWACProfileprotected List<XmlValidationQWACProcess> Fields 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.Gets the value of the validationQWACProcess 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
-
validationQWACProcess
-
id
-
qwacType
-
-
Constructor Details
-
XmlQWACProcess
public XmlQWACProcess()
-
-
Method Details
-
getValidationQWACProcess
Gets the value of the validationQWACProcess 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 validationQWACProcess property.For example, to add a new item, do as follows:
getValidationQWACProcess().add(newItem);
Objects of the following type(s) are allowed in the list
XmlValidationQWACProcess -
getId
-
setId
-
getQWACType
Gets the value of the qwacType property.- Returns:
- possible object is
String
-
setQWACType
Sets the value of the qwacType property.- Parameters:
value- allowed object isString
-