Class PointOfInteractionComponentIdentification2

java.lang.Object
org.coderic.iso20022.messages.caaa.PointOfInteractionComponentIdentification2

public class PointOfInteractionComponentIdentification2 extends Object

Java class for PointOfInteractionComponentIdentification2 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PointOfInteractionComponentIdentification2">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ItmNb" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/>
         <element name="PrvdrId" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max35Text" minOccurs="0"/>
         <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max256Text" minOccurs="0"/>
         <element name="SrlNb" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max256Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • PointOfInteractionComponentIdentification2

      public PointOfInteractionComponentIdentification2()
  • Method Details

    • getItmNb

      public String getItmNb()
      Gets the value of the itmNb property.
      Returns:
      possible object is String
    • setItmNb

      public void setItmNb(String value)
      Sets the value of the itmNb property.
      Parameters:
      value - allowed object is String
    • getPrvdrId

      public String getPrvdrId()
      Gets the value of the prvdrId property.
      Returns:
      possible object is String
    • setPrvdrId

      public void setPrvdrId(String value)
      Sets the value of the prvdrId property.
      Parameters:
      value - allowed object is String
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getSrlNb

      public String getSrlNb()
      Gets the value of the srlNb property.
      Returns:
      possible object is String
    • setSrlNb

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