Class PointOfInteractionComponentIdentification2
java.lang.Object
org.coderic.iso20022.messages.caaa.PointOfInteractionComponentIdentification2
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the value of the id property.getItmNb()
Gets the value of the itmNb property.Gets the value of the prvdrId property.getSrlNb()
Gets the value of the srlNb property.void
Sets the value of the id property.void
Sets the value of the itmNb property.void
setPrvdrId
(String value) Sets the value of the prvdrId property.void
Sets the value of the srlNb property.
-
Constructor Details
-
PointOfInteractionComponentIdentification2
public PointOfInteractionComponentIdentification2()
-
-
Method Details
-
getItmNb
Gets the value of the itmNb property.- Returns:
- possible object is
String
-
setItmNb
Sets the value of the itmNb property.- Parameters:
value
- allowed object isString
-
getPrvdrId
Gets the value of the prvdrId property.- Returns:
- possible object is
String
-
setPrvdrId
Sets the value of the prvdrId property.- Parameters:
value
- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getSrlNb
Gets the value of the srlNb property.- Returns:
- possible object is
String
-
setSrlNb
Sets the value of the srlNb property.- Parameters:
value
- allowed object isString
-