Class IssuerAndSerialNumber1

java.lang.Object
org.coderic.iso20022.messages.cain.IssuerAndSerialNumber1

public class IssuerAndSerialNumber1 extends Object

Java class for IssuerAndSerialNumber1 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="IssuerAndSerialNumber1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Issr" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}CertificateIssuer1"/>
         <element name="SrlNb" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max35Binary"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • IssuerAndSerialNumber1

      public IssuerAndSerialNumber1()
  • Method Details

    • getIssr

      public CertificateIssuer1 getIssr()
      Gets the value of the issr property.
      Returns:
      possible object is CertificateIssuer1
    • setIssr

      public void setIssr(CertificateIssuer1 value)
      Sets the value of the issr property.
      Parameters:
      value - allowed object is CertificateIssuer1
    • getSrlNb

      public byte[] getSrlNb()
      Gets the value of the srlNb property.
      Returns:
      possible object is byte[]
    • setSrlNb

      public void setSrlNb(byte[] value)
      Sets the value of the srlNb property.
      Parameters:
      value - allowed object is byte[]