Class NumberOfItemsPerStatus1
java.lang.Object
org.coderic.iso20022.messages.semt.NumberOfItemsPerStatus1
Java class for NumberOfItemsPerStatus1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NumberOfItemsPerStatus1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Sts" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}ReportItemStatus1Code"/> <element name="NbOfItms" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}Max15NumericText"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the nbOfItms property.getSts()
Gets the value of the sts property.void
setNbOfItms
(String value) Sets the value of the nbOfItms property.void
setSts
(ReportItemStatus1Code value) Sets the value of the sts property.
-
Constructor Details
-
NumberOfItemsPerStatus1
public NumberOfItemsPerStatus1()
-
-
Method Details
-
getSts
Gets the value of the sts property.- Returns:
- possible object is
ReportItemStatus1Code
-
setSts
Sets the value of the sts property.- Parameters:
value
- allowed object isReportItemStatus1Code
-
getNbOfItms
Gets the value of the nbOfItms property.- Returns:
- possible object is
String
-
setNbOfItms
Sets the value of the nbOfItms property.- Parameters:
value
- allowed object isString
-