Package eu.europa.esig.xmldsig.jaxb
Class X509IssuerSerialType
java.lang.Object
eu.europa.esig.xmldsig.jaxb.X509IssuerSerialType
- All Implemented Interfaces:
Serializable
public class X509IssuerSerialType extends Object implements Serializable
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>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected String
x509IssuerName
protected BigInteger
x509SerialNumber
-
Constructor Summary
Constructors Constructor Description X509IssuerSerialType()
-
Method Summary
Modifier and Type Method Description String
getX509IssuerName()
Gets the value of the x509IssuerName property.BigInteger
getX509SerialNumber()
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
-
Constructor Details
-
X509IssuerSerialType
public X509IssuerSerialType()
-
-
Method Details
-
getX509IssuerName
Gets the value of the x509IssuerName property.- Returns:
- possible object is
String
-
setX509IssuerName
Sets the value of the x509IssuerName property.- Parameters:
value
- allowed object isString
-
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
-