Class XmlISC
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
eu.europa.esig.dss.detailedreport.jaxb.XmlISC
- All Implemented Interfaces:
Serializable
Java class for ISC complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ISC"> <complexContent> <extension base="{http://dss.esig.europa.eu/validation/detailed-report}ConstraintsConclusion"> <sequence> <element name="CertificateChain" type="{http://dss.esig.europa.eu/validation/detailed-report}CertificateChain"/> </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
Modifier and TypeMethodDescriptionGets the value of the certificateChain property.void
Sets the value of the certificateChain property.Methods inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
getConclusion, getConstraint, getTitle, setConclusion, setTitle
-
Field Details
-
certificateChain
-
-
Constructor Details
-
XmlISC
public XmlISC()
-
-
Method Details
-
getCertificateChain
Gets the value of the certificateChain property.- Returns:
- possible object is
XmlCertificateChain
-
setCertificateChain
Sets the value of the certificateChain property.- Parameters:
value
- allowed object isXmlCertificateChain
-