Class XmlFoundCertificate
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
XmlOrphanCertificate
,XmlRelatedCertificate
Java class for FoundCertificate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FoundCertificate"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Origin" type="{http://dss.esig.europa.eu/validation/diagnostic}CertificateOriginType" maxOccurs="unbounded" minOccurs="0"/> <element name="CertificateRef" type="{http://dss.esig.europa.eu/validation/diagnostic}CertificateRef" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<XmlCertificateRef>
protected List<CertificateOrigin>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the certificateRefs property.Gets the value of the origins property.
-
Field Details
-
origins
-
certificateRefs
-
-
Constructor Details
-
XmlFoundCertificate
public XmlFoundCertificate()
-
-
Method Details
-
getOrigins
Gets the value of the origins property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the origins property.For example, to add a new item, do as follows:
getOrigins().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getCertificateRefs
Gets the value of the certificateRefs property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the certificateRefs property.For example, to add a new item, do as follows:
getCertificateRefs().add(newItem);
Objects of the following type(s) are allowed in the list
XmlCertificateRef
-