Class IssuerAndSerialNumber2
java.lang.Object
org.coderic.iso20022.messages.catm.IssuerAndSerialNumber2
Java class for IssuerAndSerialNumber2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IssuerAndSerialNumber2">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Issr" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}CertificateIssuer1"/>
<element name="SrlNb" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}Max500Binary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIssr()Gets the value of the issr property.byte[]getSrlNb()Gets the value of the srlNb property.voidsetIssr(CertificateIssuer1 value) Sets the value of the issr property.voidsetSrlNb(byte[] value) Sets the value of the srlNb property.
-
Constructor Details
-
IssuerAndSerialNumber2
public IssuerAndSerialNumber2()
-
-
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[]
-