public class

XmlX509IssuerSerialType

extends Object
java.lang.Object
   ↳ xades4j.xml.bind.xmldsig.XmlX509IssuerSerialType

Class Overview

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>
 

Summary

Fields
protected String x509IssuerName
protected BigInteger x509SerialNumber
Public Constructors
XmlX509IssuerSerialType()
Public Methods
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.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String x509IssuerName

protected BigInteger x509SerialNumber

Public Constructors

public XmlX509IssuerSerialType ()

Public Methods

public String getX509IssuerName ()

Gets the value of the x509IssuerName property.

Returns
  • possible object is String

public BigInteger getX509SerialNumber ()

Gets the value of the x509SerialNumber property.

Returns
  • possible object is BigInteger

public void setX509IssuerName (String value)

Sets the value of the x509IssuerName property.

Parameters
value allowed object is String

public void setX509SerialNumber (BigInteger value)

Sets the value of the x509SerialNumber property.

Parameters
value allowed object is BigInteger