Class CertificateIssuer1
java.lang.Object
org.coderic.iso20022.messages.caad.CertificateIssuer1
Java class for CertificateIssuer1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertificateIssuer1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RltvDstngshdNm" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}RelativeDistinguishedName1" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the rltvDstngshdNm property.
-
Constructor Details
-
CertificateIssuer1
public CertificateIssuer1()
-
-
Method Details
-
getRltvDstngshdNm
Gets the value of the rltvDstngshdNm property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the rltvDstngshdNm property.For example, to add a new item, do as follows:
getRltvDstngshdNm().add(newItem);
Objects of the following type(s) are allowed in the list
RelativeDistinguishedName1
-