Class NumberOfItemsPerStatus1

java.lang.Object
org.coderic.iso20022.messages.semt.NumberOfItemsPerStatus1

public class NumberOfItemsPerStatus1 extends Object

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 Details

    • NumberOfItemsPerStatus1

      public NumberOfItemsPerStatus1()
  • Method Details

    • getSts

      public ReportItemStatus1Code getSts()
      Gets the value of the sts property.
      Returns:
      possible object is ReportItemStatus1Code
    • setSts

      public void setSts(ReportItemStatus1Code value)
      Sets the value of the sts property.
      Parameters:
      value - allowed object is ReportItemStatus1Code
    • getNbOfItms

      public String getNbOfItms()
      Gets the value of the nbOfItms property.
      Returns:
      possible object is String
    • setNbOfItms

      public void setNbOfItms(String value)
      Sets the value of the nbOfItms property.
      Parameters:
      value - allowed object is String