Class XmlOrphanCertificate
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlFoundCertificate
eu.europa.esig.dss.diagnostic.jaxb.XmlOrphanCertificate
- All Implemented Interfaces:
Serializable
public class XmlOrphanCertificate extends XmlFoundCertificate implements Serializable
Java class for OrphanCertificate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrphanCertificate">
<complexContent>
<extension base="{http://dss.esig.europa.eu/validation/diagnostic}FoundCertificate">
<attribute name="Token" 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 XmlOrphanCertificateTokentokenFields inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlFoundCertificate
certificateRefs, origins -
Constructor Summary
Constructors Constructor Description XmlOrphanCertificate() -
Method Summary
Modifier and Type Method Description XmlOrphanCertificateTokengetToken()Gets the value of the token property.voidsetToken(XmlOrphanCertificateToken value)Sets the value of the token property.Methods inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlFoundCertificate
getCertificateRefs, getOrigins