Class SaleToPOIDeviceResponseV06
java.lang.Object
org.coderic.iso20022.messages.casp.SaleToPOIDeviceResponseV06
Java class for SaleToPOIDeviceResponseV06 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SaleToPOIDeviceResponseV06"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Hdr" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Header41"/> <element name="DvcRspn" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}DeviceResponse7"/> <element name="SctyTrlr" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}ContentInformationType38" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dvcRspn property.getHdr()
Gets the value of the hdr property.Gets the value of the sctyTrlr property.void
setDvcRspn
(DeviceResponse7 value) Sets the value of the dvcRspn property.void
Sets the value of the hdr property.void
Sets the value of the sctyTrlr property.
-
Constructor Details
-
SaleToPOIDeviceResponseV06
public SaleToPOIDeviceResponseV06()
-
-
Method Details
-
getHdr
Gets the value of the hdr property.- Returns:
- possible object is
Header41
-
setHdr
Sets the value of the hdr property.- Parameters:
value
- allowed object isHeader41
-
getDvcRspn
Gets the value of the dvcRspn property.- Returns:
- possible object is
DeviceResponse7
-
setDvcRspn
Sets the value of the dvcRspn property.- Parameters:
value
- allowed object isDeviceResponse7
-
getSctyTrlr
Gets the value of the sctyTrlr property.- Returns:
- possible object is
ContentInformationType38
-
setSctyTrlr
Sets the value of the sctyTrlr property.- Parameters:
value
- allowed object isContentInformationType38
-