public class PointOfInteractionCapabilities1 extends Object
Java class for PointOfInteractionCapabilities1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PointOfInteractionCapabilities1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CardRdngCpblties" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}CardDataReading1Code" maxOccurs="unbounded" minOccurs="0"/>
<element name="CrdhldrVrfctnCpblties" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}CardholderVerificationCapability1Code" maxOccurs="unbounded" minOccurs="0"/>
<element name="OnLineCpblties" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}OnLineCapability1Code" minOccurs="0"/>
<element name="DispCpblties" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}DisplayCapabilities1" maxOccurs="unbounded" minOccurs="0"/>
<element name="PrtLineWidth" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}Max3NumericText" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CardDataReading1Code> |
cardRdngCpblties |
protected List<CardholderVerificationCapability1Code> |
crdhldrVrfctnCpblties |
protected List<DisplayCapabilities1> |
dispCpblties |
protected OnLineCapability1Code |
onLineCpblties |
protected String |
prtLineWidth |
| Constructor and Description |
|---|
PointOfInteractionCapabilities1() |
| Modifier and Type | Method and Description |
|---|---|
List<CardDataReading1Code> |
getCardRdngCpblties()
Gets the value of the cardRdngCpblties property.
|
List<CardholderVerificationCapability1Code> |
getCrdhldrVrfctnCpblties()
Gets the value of the crdhldrVrfctnCpblties property.
|
List<DisplayCapabilities1> |
getDispCpblties()
Gets the value of the dispCpblties property.
|
OnLineCapability1Code |
getOnLineCpblties()
Gets the value of the onLineCpblties property.
|
String |
getPrtLineWidth()
Gets the value of the prtLineWidth property.
|
void |
setOnLineCpblties(OnLineCapability1Code value)
Sets the value of the onLineCpblties property.
|
void |
setPrtLineWidth(String value)
Sets the value of the prtLineWidth property.
|
protected List<CardDataReading1Code> cardRdngCpblties
protected List<CardholderVerificationCapability1Code> crdhldrVrfctnCpblties
protected OnLineCapability1Code onLineCpblties
protected List<DisplayCapabilities1> dispCpblties
protected String prtLineWidth
public List<CardDataReading1Code> getCardRdngCpblties()
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 cardRdngCpblties property.
For example, to add a new item, do as follows:
getCardRdngCpblties().add(newItem);
Objects of the following type(s) are allowed in the list
CardDataReading1Code
public List<CardholderVerificationCapability1Code> getCrdhldrVrfctnCpblties()
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 crdhldrVrfctnCpblties property.
For example, to add a new item, do as follows:
getCrdhldrVrfctnCpblties().add(newItem);
Objects of the following type(s) are allowed in the list
CardholderVerificationCapability1Code
public OnLineCapability1Code getOnLineCpblties()
OnLineCapability1Codepublic void setOnLineCpblties(OnLineCapability1Code value)
value - allowed object is
OnLineCapability1Codepublic List<DisplayCapabilities1> getDispCpblties()
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 dispCpblties property.
For example, to add a new item, do as follows:
getDispCpblties().add(newItem);
Objects of the following type(s) are allowed in the list
DisplayCapabilities1
public String getPrtLineWidth()
StringCopyright © 2018. All rights reserved.