Class EncapsulatedBusinessMessage1
java.lang.Object
org.coderic.iso20022.messages.tsin.EncapsulatedBusinessMessage1
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetHdr()
Gets the value of the hdr property.getMsg()
Gets the value of the msg property.getPrfx()
Gets the value of the prfx property.boolean
isPrtl()
Gets the value of the prtl property.void
setHdr
(BusinessApplicationHeader1 value) Sets the value of the hdr property.void
setMsg
(StrictPayload value) Sets the value of the msg property.void
Sets the value of the prfx property.void
setPrtl
(boolean value) Sets the value of the prtl property.
-
Constructor Details
-
EncapsulatedBusinessMessage1
public EncapsulatedBusinessMessage1()
-
-
Method Details
-
getHdr
Gets the value of the hdr property.- Returns:
- possible object is
BusinessApplicationHeader1
-
setHdr
Sets the value of the hdr property.- Parameters:
value
- allowed object isBusinessApplicationHeader1
-
getPrfx
Gets the value of the prfx property.- Returns:
- possible object is
String
-
setPrfx
Sets the value of the prfx property.- Parameters:
value
- allowed object isString
-
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
Gets the value of the msg property.- Returns:
- possible object is
StrictPayload
-
setMsg
Sets the value of the msg property.- Parameters:
value
- allowed object isStrictPayload
-