Class XmlISC
- java.lang.Object
-
- eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
-
- eu.europa.esig.dss.detailedreport.jaxb.XmlISC
-
- All Implemented Interfaces:
Serializable
public class XmlISC extends XmlConstraintsConclusion implements 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected XmlCertificateChaincertificateChain-
Fields inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
conclusion, constraint, title
-
-
Constructor Summary
Constructors Constructor Description XmlISC()
-
Method Summary
Modifier and Type Method Description XmlCertificateChaingetCertificateChain()Gets the value of the certificateChain property.voidsetCertificateChain(XmlCertificateChain value)Sets the value of the certificateChain property.-
Methods inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
getConclusion, getConstraint, getTitle, setConclusion, setTitle
-
-
-
-
Field Detail
-
certificateChain
protected XmlCertificateChain certificateChain
-
-
Method Detail
-
getCertificateChain
public XmlCertificateChain getCertificateChain()
Gets the value of the certificateChain property.- Returns:
- possible object is
XmlCertificateChain
-
setCertificateChain
public void setCertificateChain(XmlCertificateChain value)
Sets the value of the certificateChain property.- Parameters:
value- allowed object isXmlCertificateChain
-
-