Class X509IssuerSerialType

java.lang.Object
org.w3._2000._09.xmldsig_.X509IssuerSerialType
All Implemented Interfaces:
Serializable

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>
 
See Also:
  • Field Details

    • x509IssuerName

      protected String x509IssuerName
    • x509SerialNumber

      protected BigInteger x509SerialNumber
  • Constructor Details

    • X509IssuerSerialType

      public X509IssuerSerialType()
      Default no-arg constructor
    • X509IssuerSerialType

      public X509IssuerSerialType(String x509IssuerName, BigInteger x509SerialNumber)
      Fully-initialising value constructor
  • Method Details

    • getX509IssuerName

      public String getX509IssuerName()
      Gets the value of the x509IssuerName property.
      Returns:
      possible object is String
    • setX509IssuerName

      public void setX509IssuerName(String value)
      Sets the value of the x509IssuerName property.
      Parameters:
      value - allowed object is String
    • getX509SerialNumber

      public BigInteger getX509SerialNumber()
      Gets the value of the x509SerialNumber property.
      Returns:
      possible object is BigInteger
    • setX509SerialNumber

      public void setX509SerialNumber(BigInteger value)
      Sets the value of the x509SerialNumber property.
      Parameters:
      value - allowed object is BigInteger