Class XmlCertificateRef
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlCertificateRef
- All Implemented Interfaces:
Serializable
Java class for CertificateRef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertificateRef"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Origin" type="{http://dss.esig.europa.eu/validation/diagnostic}CertificateRefOriginType"/> <element name="IssuerSerial" type="{http://dss.esig.europa.eu/validation/diagnostic}IssuerSerial" minOccurs="0"/> <choice> <element name="DigestAlgoAndValue" type="{http://dss.esig.europa.eu/validation/diagnostic}DigestAlgoAndValue"/> <element name="SerialInfo" type="{http://dss.esig.europa.eu/validation/diagnostic}SignerInfo"/> </choice> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected XmlDigestAlgoAndValue
protected XmlIssuerSerial
protected CertificateRefOrigin
protected XmlSignerInfo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the digestAlgoAndValue property.Gets the value of the issuerSerial property.Gets the value of the origin property.Gets the value of the serialInfo property.void
Sets the value of the digestAlgoAndValue property.void
setIssuerSerial
(XmlIssuerSerial value) Sets the value of the issuerSerial property.void
setOrigin
(CertificateRefOrigin value) Sets the value of the origin property.void
setSerialInfo
(XmlSignerInfo value) Sets the value of the serialInfo property.
-
Field Details
-
origin
-
issuerSerial
-
digestAlgoAndValue
-
serialInfo
-
-
Constructor Details
-
XmlCertificateRef
public XmlCertificateRef()
-
-
Method Details
-
getOrigin
Gets the value of the origin property.- Returns:
- possible object is
String
-
setOrigin
Sets the value of the origin property.- Parameters:
value
- allowed object isString
-
getIssuerSerial
Gets the value of the issuerSerial property.- Returns:
- possible object is
XmlIssuerSerial
-
setIssuerSerial
Sets the value of the issuerSerial property.- Parameters:
value
- allowed object isXmlIssuerSerial
-
getDigestAlgoAndValue
Gets the value of the digestAlgoAndValue property.- Returns:
- possible object is
XmlDigestAlgoAndValue
-
setDigestAlgoAndValue
Sets the value of the digestAlgoAndValue property.- Parameters:
value
- allowed object isXmlDigestAlgoAndValue
-
getSerialInfo
Gets the value of the serialInfo property.- Returns:
- possible object is
XmlSignerInfo
-
setSerialInfo
Sets the value of the serialInfo property.- Parameters:
value
- allowed object isXmlSignerInfo
-