public class PointOfInteractionComponent1
extends java.lang.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.05}POIComponentType1Code"/> <element name="ManfctrId" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max35Text" minOccurs="0"/> <element name="Mdl" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max35Text" minOccurs="0"/> <element name="VrsnNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max16Text" minOccurs="0"/> <element name="SrlNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max35Text" minOccurs="0"/> <element name="ApprvlNb" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}Max70Text" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected java.util.List<java.lang.String> |
apprvlNb |
|
protected java.lang.String |
manfctrId |
|
protected java.lang.String |
mdl |
|
protected POIComponentType1Code |
poiCmpntTp |
|
protected java.lang.String |
srlNb |
|
protected java.lang.String |
vrsnNb |
Constructor | Description |
---|---|
PointOfInteractionComponent1() |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<java.lang.String> |
getApprvlNb() |
Gets the value of the apprvlNb property.
|
java.lang.String |
getManfctrId() |
Gets the value of the manfctrId property.
|
java.lang.String |
getMdl() |
Gets the value of the mdl property.
|
POIComponentType1Code |
getPOICmpntTp() |
Gets the value of the poiCmpntTp property.
|
java.lang.String |
getSrlNb() |
Gets the value of the srlNb property.
|
java.lang.String |
getVrsnNb() |
Gets the value of the vrsnNb property.
|
void |
setManfctrId(java.lang.String value) |
Sets the value of the manfctrId property.
|
void |
setMdl(java.lang.String value) |
Sets the value of the mdl property.
|
void |
setPOICmpntTp(POIComponentType1Code value) |
Sets the value of the poiCmpntTp property.
|
void |
setSrlNb(java.lang.String value) |
Sets the value of the srlNb property.
|
void |
setVrsnNb(java.lang.String value) |
Sets the value of the vrsnNb property.
|
protected POIComponentType1Code poiCmpntTp
protected java.lang.String manfctrId
protected java.lang.String mdl
protected java.lang.String vrsnNb
protected java.lang.String srlNb
protected java.util.List<java.lang.String> apprvlNb
public POIComponentType1Code getPOICmpntTp()
POIComponentType1Code
public void setPOICmpntTp(POIComponentType1Code value)
value
- allowed object is
POIComponentType1Code
public java.lang.String getManfctrId()
String
public void setManfctrId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMdl()
String
public void setMdl(java.lang.String value)
value
- allowed object is
String
public java.lang.String getVrsnNb()
String
public void setVrsnNb(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSrlNb()
String
public void setSrlNb(java.lang.String value)
value
- allowed object is
String
public java.util.List<java.lang.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 © 2018. All rights reserved.