Class AdditionalReference8

java.lang.Object
org.coderic.iso20022.messages.setr.AdditionalReference8

public class AdditionalReference8 extends Object

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 Details

    • AdditionalReference8

      public AdditionalReference8()
  • Method Details

    • getRef

      public String getRef()
      Gets the value of the ref property.
      Returns:
      possible object is String
    • setRef

      public void setRef(String value)
      Sets the value of the ref property.
      Parameters:
      value - allowed object is String
    • getRefIssr

      public PartyIdentification113 getRefIssr()
      Gets the value of the refIssr property.
      Returns:
      possible object is PartyIdentification113
    • setRefIssr

      public void setRefIssr(PartyIdentification113 value)
      Sets the value of the refIssr property.
      Parameters:
      value - allowed object is PartyIdentification113
    • getMsgNm

      public String getMsgNm()
      Gets the value of the msgNm property.
      Returns:
      possible object is String
    • setMsgNm

      public void setMsgNm(String value)
      Sets the value of the msgNm property.
      Parameters:
      value - allowed object is String