Class XmlRelatedCertificate
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlFoundCertificate
eu.europa.esig.dss.diagnostic.jaxb.XmlRelatedCertificate
- All Implemented Interfaces:
Serializable
public class XmlRelatedCertificate extends XmlFoundCertificate implements Serializable
Java class for RelatedCertificate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelatedCertificate">
<complexContent>
<extension base="{http://dss.esig.europa.eu/validation/diagnostic}FoundCertificate">
<attribute name="Certificate" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected XmlCertificatecertificateFields inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlFoundCertificate
certificateRefs, origins -
Constructor Summary
Constructors Constructor Description XmlRelatedCertificate() -
Method Summary
Modifier and Type Method Description XmlCertificategetCertificate()Gets the value of the certificate property.voidsetCertificate(XmlCertificate value)Sets the value of the certificate property.Methods inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlFoundCertificate
getCertificateRefs, getOrigins
-
Field Details
-
Constructor Details
-
XmlRelatedCertificate
public XmlRelatedCertificate()
-
-
Method Details
-
getCertificate
Gets the value of the certificate property.- Returns:
- possible object is
Object
-
setCertificate
Sets the value of the certificate property.- Parameters:
value- allowed object isObject
-