Class AdditionalReference8
java.lang.Object
org.coderic.iso20022.messages.setr.AdditionalReference8
Java class for AdditionalReference8 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdditionalReference8"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Ref" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Max35Text"/> <element name="RefIssr" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}PartyIdentification113" minOccurs="0"/> <element name="MsgNm" type="{urn:iso:std:iso:20022:tech:xsd:setr.058.001.02}Max35Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMsgNm()
Gets the value of the msgNm property.getRef()
Gets the value of the ref property.Gets the value of the refIssr property.void
Sets the value of the msgNm property.void
Sets the value of the ref property.void
setRefIssr
(PartyIdentification113 value) Sets the value of the refIssr property.
-
Constructor Details
-
AdditionalReference8
public AdditionalReference8()
-
-
Method Details
-
getRef
Gets the value of the ref property.- Returns:
- possible object is
String
-
setRef
Sets the value of the ref property.- Parameters:
value
- allowed object isString
-
getRefIssr
Gets the value of the refIssr property.- Returns:
- possible object is
PartyIdentification113
-
setRefIssr
Sets the value of the refIssr property.- Parameters:
value
- allowed object isPartyIdentification113
-
getMsgNm
Gets the value of the msgNm property.- Returns:
- possible object is
String
-
setMsgNm
Sets the value of the msgNm property.- Parameters:
value
- allowed object isString
-