Class XmlConstraintsConclusion

java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
XmlAOV, XmlCC, XmlCertificateQualificationProcess, XmlConstraintsConclusionWithControlTime, XmlConstraintsConclusionWithProofOfExistence, XmlCRS, XmlCV, XmlFC, XmlISC, XmlQWACProcess, XmlRAC, XmlRevocationBasicValidation, XmlRFC, XmlSAV, XmlSubXCV, XmlTLAnalysis, XmlValidationCertificateQualification, XmlValidationProcessBasicTimestamp, XmlValidationQWACProcess, XmlValidationSignatureQualification, XmlValidationTimestampQualification, XmlValidationTimestampQualificationAtTime, 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:
  • Field Details

  • Constructor Details

    • XmlConstraintsConclusion

      public XmlConstraintsConclusion()
  • Method Details

    • 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 Jakarta XML Binding 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

      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 is XmlConclusion
    • getTitle

      public String getTitle()
      Gets the value of the title property.
      Returns:
      possible object is String
    • setTitle

      public void setTitle(String value)
      Sets the value of the title property.
      Parameters:
      value - allowed object is String