Class X509IssuerSerialType
- java.lang.Object
-
- org.certificateservices.messages.xmldsig.jaxb.X509IssuerSerialType
-
public class X509IssuerSerialType extends java.lang.ObjectJava 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
Fields Modifier and Type Field Description protected java.lang.Stringx509IssuerNameprotected java.math.BigIntegerx509SerialNumber
-
Constructor Summary
Constructors Constructor Description X509IssuerSerialType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetX509IssuerName()Gets the value of the x509IssuerName property.java.math.BigIntegergetX509SerialNumber()Gets the value of the x509SerialNumber property.voidsetX509IssuerName(java.lang.String value)Sets the value of the x509IssuerName property.voidsetX509SerialNumber(java.math.BigInteger value)Sets the value of the x509SerialNumber property.
-
-
-
Method Detail
-
getX509IssuerName
public java.lang.String getX509IssuerName()
Gets the value of the x509IssuerName property.- Returns:
- possible object is
String
-
setX509IssuerName
public void setX509IssuerName(java.lang.String value)
Sets the value of the x509IssuerName property.- Parameters:
value- allowed object isString
-
getX509SerialNumber
public java.math.BigInteger getX509SerialNumber()
Gets the value of the x509SerialNumber property.- Returns:
- possible object is
BigInteger
-
setX509SerialNumber
public void setX509SerialNumber(java.math.BigInteger value)
Sets the value of the x509SerialNumber property.- Parameters:
value- allowed object isBigInteger
-
-