Class XmlXCV
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
eu.europa.esig.dss.detailedreport.jaxb.XmlXCV
- All Implemented Interfaces:
Serializable
Java class for XCV complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XCV"> <complexContent> <extension base="{http://dss.esig.europa.eu/validation/detailed-report}ConstraintsConclusion"> <sequence> <element name="SubXCV" type="{http://dss.esig.europa.eu/validation/detailed-report}SubXCV" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
conclusion, constraint, title
-
Constructor Summary
-
Method Summary
Methods inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
getConclusion, getConstraint, getTitle, setConclusion, setTitle
-
Field Details
-
subXCV
-
-
Constructor Details
-
XmlXCV
public XmlXCV()
-
-
Method Details
-
getSubXCV
Gets the value of the subXCV 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 subXCV property.For example, to add a new item, do as follows:
getSubXCV().add(newItem);
Objects of the following type(s) are allowed in the list
XmlSubXCV
-