Class IssuerAndSerialNumber1
java.lang.Object
org.coderic.iso20022.messages.casr.IssuerAndSerialNumber1
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:casr.002.001.02}CertificateIssuer1"/> <element name="SrlNb" type="{urn:iso:std:iso:20022:tech:xsd:casr.002.001.02}Max35Binary"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetIssr()
Gets the value of the issr property.byte[]
getSrlNb()
Gets the value of the srlNb property.void
setIssr
(CertificateIssuer1 value) Sets the value of the issr property.void
setSrlNb
(byte[] value) Sets the value of the srlNb property.
-
Constructor Details
-
IssuerAndSerialNumber1
public IssuerAndSerialNumber1()
-
-
Method Details
-
getIssr
Gets the value of the issr property.- Returns:
- possible object is
CertificateIssuer1
-
setIssr
Sets the value of the issr property.- Parameters:
value
- allowed object isCertificateIssuer1
-
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[]
-