Class ReportItem1
java.lang.Object
org.coderic.iso20022.messages.semt.ReportItem1
Java class for ReportItem1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportItem1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AcctId" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}SecuritiesAccount19"/> <element name="AcctLvl" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}HoldingAccountLevel1Code"/> <element name="FinInstrmId" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}SecurityIdentification19" minOccurs="0"/> <element name="ItmDt" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}ISODate" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acctId property.Gets the value of the acctLvl property.Gets the value of the finInstrmId property.getItmDt()
Gets the value of the itmDt property.void
setAcctId
(SecuritiesAccount19 value) Sets the value of the acctId property.void
Sets the value of the acctLvl property.void
Sets the value of the finInstrmId property.void
setItmDt
(XMLGregorianCalendar value) Sets the value of the itmDt property.
-
Constructor Details
-
ReportItem1
public ReportItem1()
-
-
Method Details
-
getAcctId
Gets the value of the acctId property.- Returns:
- possible object is
SecuritiesAccount19
-
setAcctId
Sets the value of the acctId property.- Parameters:
value
- allowed object isSecuritiesAccount19
-
getAcctLvl
Gets the value of the acctLvl property.- Returns:
- possible object is
HoldingAccountLevel1Code
-
setAcctLvl
Sets the value of the acctLvl property.- Parameters:
value
- allowed object isHoldingAccountLevel1Code
-
getFinInstrmId
Gets the value of the finInstrmId property.- Returns:
- possible object is
SecurityIdentification19
-
setFinInstrmId
Sets the value of the finInstrmId property.- Parameters:
value
- allowed object isSecurityIdentification19
-
getItmDt
Gets the value of the itmDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setItmDt
Sets the value of the itmDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-