public class X509IssuerSerialType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
x509IssuerName |
protected java.math.BigInteger |
x509SerialNumber |
| Constructor and Description |
|---|
X509IssuerSerialType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getX509IssuerName()
Gets the value of the x509IssuerName property.
|
java.math.BigInteger |
getX509SerialNumber()
Gets the value of the x509SerialNumber property.
|
void |
setX509IssuerName(java.lang.String value)
Sets the value of the x509IssuerName property.
|
void |
setX509SerialNumber(java.math.BigInteger value)
Sets the value of the x509SerialNumber property.
|
protected java.lang.String x509IssuerName
protected java.math.BigInteger x509SerialNumber
public java.lang.String getX509IssuerName()
Stringpublic void setX509IssuerName(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getX509SerialNumber()
BigIntegerpublic void setX509SerialNumber(java.math.BigInteger value)
value - allowed object is
BigIntegerCopyright © 2025. All rights reserved.