public class PointOfInteractionComponent1 extends Object
Java class for PointOfInteractionComponent1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PointOfInteractionComponent1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="POICmpntTp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}POIComponentType1Code"/>
<element name="ManfctrId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/>
<element name="Mdl" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/>
<element name="VrsnNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max16Text" minOccurs="0"/>
<element name="SrlNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/>
<element name="ApprvlNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max70Text" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
apprvlNb |
protected String |
manfctrId |
protected String |
mdl |
protected POIComponentType1Code |
poiCmpntTp |
protected String |
srlNb |
protected String |
vrsnNb |
| Constructor and Description |
|---|
PointOfInteractionComponent1() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getApprvlNb()
Gets the value of the apprvlNb property.
|
String |
getManfctrId()
Gets the value of the manfctrId property.
|
String |
getMdl()
Gets the value of the mdl property.
|
POIComponentType1Code |
getPOICmpntTp()
Gets the value of the poiCmpntTp property.
|
String |
getSrlNb()
Gets the value of the srlNb property.
|
String |
getVrsnNb()
Gets the value of the vrsnNb property.
|
void |
setManfctrId(String value)
Sets the value of the manfctrId property.
|
void |
setMdl(String value)
Sets the value of the mdl property.
|
void |
setPOICmpntTp(POIComponentType1Code value)
Sets the value of the poiCmpntTp property.
|
void |
setSrlNb(String value)
Sets the value of the srlNb property.
|
void |
setVrsnNb(String value)
Sets the value of the vrsnNb property.
|
protected POIComponentType1Code poiCmpntTp
protected String manfctrId
protected String mdl
protected String vrsnNb
protected String srlNb
public POIComponentType1Code getPOICmpntTp()
POIComponentType1Codepublic void setPOICmpntTp(POIComponentType1Code value)
value - allowed object is
POIComponentType1Codepublic String getManfctrId()
Stringpublic void setManfctrId(String value)
value - allowed object is
Stringpublic String getMdl()
Stringpublic void setMdl(String value)
value - allowed object is
Stringpublic String getVrsnNb()
Stringpublic void setVrsnNb(String value)
value - allowed object is
Stringpublic String getSrlNb()
Stringpublic void setSrlNb(String value)
value - allowed object is
Stringpublic List<String> getApprvlNb()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the apprvlNb property.
For example, to add a new item, do as follows:
getApprvlNb().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2019. All rights reserved.