Class XmlCertificateRef
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlCertificateRef
- All Implemented Interfaces:
Serializable
public class XmlCertificateRef extends Object implements 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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected XmlDigestAlgoAndValue
digestAlgoAndValue
protected XmlIssuerSerial
issuerSerial
protected CertificateRefOrigin
origin
protected XmlSignerInfo
serialInfo
-
Constructor Summary
Constructors Constructor Description XmlCertificateRef()
-
Method Summary
Modifier and Type Method Description XmlDigestAlgoAndValue
getDigestAlgoAndValue()
Gets the value of the digestAlgoAndValue property.XmlIssuerSerial
getIssuerSerial()
Gets the value of the issuerSerial property.CertificateRefOrigin
getOrigin()
Gets the value of the origin property.XmlSignerInfo
getSerialInfo()
Gets the value of the serialInfo property.void
setDigestAlgoAndValue(XmlDigestAlgoAndValue value)
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
-
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
-