Class CustomReportV01
java.lang.Object
org.coderic.iso20022.messages.caad.CustomReportV01
Java class for CustomReportV01 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomReportV01"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Hdr" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}Header65"/> <element name="Body" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}CustomReport1"/> <element name="SctyTrlr" type="{urn:iso:std:iso:20022:tech:xsd:caad.010.001.01}ContentInformationType20" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBody()
Gets the value of the body property.getHdr()
Gets the value of the hdr property.Gets the value of the sctyTrlr property.void
setBody
(CustomReport1 value) Sets the value of the body property.void
Sets the value of the hdr property.void
Sets the value of the sctyTrlr property.
-
Constructor Details
-
CustomReportV01
public CustomReportV01()
-
-
Method Details
-
getHdr
Gets the value of the hdr property.- Returns:
- possible object is
Header65
-
setHdr
Sets the value of the hdr property.- Parameters:
value
- allowed object isHeader65
-
getBody
Gets the value of the body property.- Returns:
- possible object is
CustomReport1
-
setBody
Sets the value of the body property.- Parameters:
value
- allowed object isCustomReport1
-
getSctyTrlr
Gets the value of the sctyTrlr property.- Returns:
- possible object is
ContentInformationType20
-
setSctyTrlr
Sets the value of the sctyTrlr property.- Parameters:
value
- allowed object isContentInformationType20
-