Class XmlConstraintsConclusion
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
XmlCertificate
,XmlConstraintsConclusionWithControlTime
,XmlConstraintsConclusionWithProofOfExistence
,XmlCV
,XmlFC
,XmlISC
,XmlRAC
,XmlRFC
,XmlSAV
,XmlSubXCV
,XmlTLAnalysis
,XmlValidationCertificateQualification
,XmlValidationProcessTimestamp
,XmlValidationSignatureQualification
,XmlValidationTimestampQualification
,XmlVCI
,XmlXCV
public class XmlConstraintsConclusion extends Object implements Serializable
Java class for ConstraintsConclusion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConstraintsConclusion"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Constraint" type="{http://dss.esig.europa.eu/validation/detailed-report}Constraint" maxOccurs="unbounded" minOccurs="0"/> <element name="Conclusion" type="{http://dss.esig.europa.eu/validation/detailed-report}Conclusion"/> </sequence> <attribute name="Title" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected XmlConclusion
conclusion
protected List<XmlConstraint>
constraint
protected String
title
-
Constructor Summary
Constructors Constructor Description XmlConstraintsConclusion()
-
Method Summary
Modifier and Type Method Description XmlConclusion
getConclusion()
Gets the value of the conclusion property.List<XmlConstraint>
getConstraint()
Gets the value of the constraint property.String
getTitle()
Gets the value of the title property.void
setConclusion(XmlConclusion value)
Sets the value of the conclusion property.void
setTitle(String value)
Sets the value of the title property.
-
Field Details
-
Constructor Details
-
XmlConstraintsConclusion
public XmlConstraintsConclusion()
-
-
Method Details
-
getConstraint
Gets the value of the constraint 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 constraint property.For example, to add a new item, do as follows:
getConstraint().add(newItem);
Objects of the following type(s) are allowed in the list
XmlConstraint
-
getConclusion
Gets the value of the conclusion property.- Returns:
- possible object is
XmlConclusion
-
setConclusion
Sets the value of the conclusion property.- Parameters:
value
- allowed object isXmlConclusion
-
getTitle
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
Sets the value of the title property.- Parameters:
value
- allowed object isString
-