Package eu.europa.esig.xmldsig.jaxb
Class X509IssuerSerialType
java.lang.Object
eu.europa.esig.xmldsig.jaxb.X509IssuerSerialType
Java class for X509IssuerSerialType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="X509IssuerSerialType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="X509IssuerName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="X509SerialNumber" type="{http://www.w3.org/2001/XMLSchema}integer"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the x509IssuerName property.Gets the value of the x509SerialNumber property.void
setX509IssuerName
(String value) Sets the value of the x509IssuerName property.void
setX509SerialNumber
(BigInteger value) Sets the value of the x509SerialNumber property.
-
Field Details
-
x509IssuerName
-
x509SerialNumber
-
-
Constructor Details
-
X509IssuerSerialType
public X509IssuerSerialType()
-
-
Method Details
-
getX509IssuerName
-
setX509IssuerName
-
getX509SerialNumber
Gets the value of the x509SerialNumber property.- Returns:
- possible object is
BigInteger
-
setX509SerialNumber
Sets the value of the x509SerialNumber property.- Parameters:
value
- allowed object isBigInteger
-