@Generated(value="com.sun.tools.xjc.Driver", date="2025-03-20T11:15:35+01:00", comments="JAXB RI v2.3.7") 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>
| Constructor and Description |
|---|
X509IssuerSerialType() |
| Modifier and Type | Method and 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.
|
public String getX509IssuerName()
Stringpublic void setX509IssuerName(String value)
value - allowed object is
Stringpublic BigInteger getX509SerialNumber()
BigIntegerpublic void setX509SerialNumber(BigInteger value)
value - allowed object is
BigInteger
Connector Packaging generic 4.7.3 API
Copyright © {inceptionYear}-2025 eHealth. All Rights Reserved.