Class XmlChainItem
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlChainItem
- All Implemented Interfaces:
Serializable
public class XmlChainItem extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Certificate" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected XmlCertificatecertificate -
Constructor Summary
Constructors Constructor Description XmlChainItem() -
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.
-
Field Details
-
Constructor Details
-
XmlChainItem
public XmlChainItem()
-
-
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
-