Class XmlConstraintsConclusion
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
XmlCC
,XmlCertificate
,XmlConstraintsConclusionWithControlTime
,XmlConstraintsConclusionWithProofOfExistence
,XmlCRS
,XmlCV
,XmlFC
,XmlISC
,XmlRAC
,XmlRevocationBasicValidation
,XmlRFC
,XmlSAV
,XmlSubXCV
,XmlTLAnalysis
,XmlValidationCertificateQualification
,XmlValidationProcessTimestamp
,XmlValidationSignatureQualification
,XmlValidationTimestampQualification
,XmlVCI
,XmlXCV
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:
-
Field Summary
Modifier and TypeFieldDescriptionprotected XmlConclusion
protected List<XmlConstraint>
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the conclusion property.Gets the value of the constraint property.getTitle()
Gets the value of the title property.void
setConclusion
(XmlConclusion value) Sets the value of the conclusion property.void
Sets the value of the title property.
-
Field Details
-
constraint
-
conclusion
-
title
-
-
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
-