Class EncapsulatedBusinessMessage1

java.lang.Object
org.coderic.iso20022.messages.tsin.EncapsulatedBusinessMessage1

public class EncapsulatedBusinessMessage1 extends Object

Java class for EncapsulatedBusinessMessage1 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EncapsulatedBusinessMessage1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Hdr" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}BusinessApplicationHeader1" minOccurs="0"/>
         <element name="Prfx" type="{http://www.w3.org/2001/XMLSchema}ID" minOccurs="0"/>
         <element name="Prtl" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}YesNoIndicator"/>
         <element name="Msg" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}StrictPayload"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • EncapsulatedBusinessMessage1

      public EncapsulatedBusinessMessage1()
  • Method Details

    • getHdr

      public BusinessApplicationHeader1 getHdr()
      Gets the value of the hdr property.
      Returns:
      possible object is BusinessApplicationHeader1
    • setHdr

      public void setHdr(BusinessApplicationHeader1 value)
      Sets the value of the hdr property.
      Parameters:
      value - allowed object is BusinessApplicationHeader1
    • getPrfx

      public String getPrfx()
      Gets the value of the prfx property.
      Returns:
      possible object is String
    • setPrfx

      public void setPrfx(String value)
      Sets the value of the prfx property.
      Parameters:
      value - allowed object is String
    • isPrtl

      public boolean isPrtl()
      Gets the value of the prtl property.
    • setPrtl

      public void setPrtl(boolean value)
      Sets the value of the prtl property.
    • getMsg

      public StrictPayload getMsg()
      Gets the value of the msg property.
      Returns:
      possible object is StrictPayload
    • setMsg

      public void setMsg(StrictPayload value)
      Sets the value of the msg property.
      Parameters:
      value - allowed object is StrictPayload