public class IssuerAndSerialNumber extends Object
Java class for IssuerAndSerialNumber complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IssuerAndSerialNumber">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Issuer" type="{}Issuer"/>
<element name="SerialNumber" type="{}SerialNumber"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Issuer |
issuer
The Issuer.
|
protected BigInteger |
serialNumber
The Serial number.
|
| Constructor and Description |
|---|
IssuerAndSerialNumber() |
| Modifier and Type | Method and Description |
|---|---|
Issuer |
getIssuer()
Gets the value of the issuer property.
|
BigInteger |
getSerialNumber()
Gets the value of the serialNumber property.
|
void |
setIssuer(Issuer value)
Sets the value of the issuer property.
|
void |
setSerialNumber(BigInteger value)
Sets the value of the serialNumber property.
|
protected Issuer issuer
protected BigInteger serialNumber
public Issuer getIssuer()
Issuerpublic void setIssuer(Issuer value)
value - allowed object is Issuerpublic BigInteger getSerialNumber()
BigIntegerpublic void setSerialNumber(BigInteger value)
value - allowed object is BigIntegerCopyright © 2022. All rights reserved.