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,XmlRFC,XmlSAV,XmlSubXCV,XmlTLAnalysis,XmlValidationCertificateQualification,XmlValidationProcessTimestamps,XmlValidationSignatureQualification,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 XmlConclusionconclusionprotected List<XmlConstraint>constraintprotected Stringtitle
-
Constructor Summary
Constructors Constructor Description XmlConstraintsConclusion()
-
Method Summary
Modifier and Type Method Description XmlConclusiongetConclusion()Gets the value of the conclusion property.List<XmlConstraint>getConstraint()Gets the value of the constraint property.StringgetTitle()Gets the value of the title property.voidsetConclusion(XmlConclusion value)Sets the value of the conclusion property.voidsetTitle(String value)Sets the value of the title property.
-
-
-
Field Detail
-
constraint
protected List<XmlConstraint> constraint
-
conclusion
protected XmlConclusion conclusion
-
title
protected String title
-
-
Method Detail
-
getConstraint
public List<XmlConstraint> 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
setmethod 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
public XmlConclusion getConclusion()
Gets the value of the conclusion property.- Returns:
- possible object is
XmlConclusion
-
setConclusion
public void setConclusion(XmlConclusion value)
Sets the value of the conclusion property.- Parameters:
value- allowed object isXmlConclusion
-
getTitle
public String getTitle()
Gets the value of the title property.- Returns:
- possible object is
String
-
-