Class PointOfInteractionCapabilities9

java.lang.Object
org.coderic.iso20022.messages.casp.PointOfInteractionCapabilities9

public class PointOfInteractionCapabilities9 extends Object

Java class for PointOfInteractionCapabilities9 complex type.

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

 <complexType name="PointOfInteractionCapabilities9">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CardRdngCpblties" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}CardDataReading8Code" maxOccurs="unbounded" minOccurs="0"/>
         <element name="CrdhldrVrfctnCpblties" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}CardholderVerificationCapability4Code" maxOccurs="unbounded" minOccurs="0"/>
         <element name="PINLngthCpblties" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}PositiveNumber" minOccurs="0"/>
         <element name="ApprvlCdLngth" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}PositiveNumber" minOccurs="0"/>
         <element name="MxScrptLngth" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}PositiveNumber" minOccurs="0"/>
         <element name="CardCaptrCpbl" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}TrueFalseIndicator" minOccurs="0"/>
         <element name="OnLineCpblties" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}OnLineCapability1Code" minOccurs="0"/>
         <element name="MsgCpblties" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}DisplayCapabilities4" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • PointOfInteractionCapabilities9

      public PointOfInteractionCapabilities9()
  • Method Details

    • getCardRdngCpblties

      public List<CardDataReading8Code> getCardRdngCpblties()
      Gets the value of the cardRdngCpblties property.

      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 Jakarta XML Binding 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 CardDataReading8Code

    • getCrdhldrVrfctnCpblties

      public List<CardholderVerificationCapability4Code> getCrdhldrVrfctnCpblties()
      Gets the value of the crdhldrVrfctnCpblties property.

      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 Jakarta XML Binding 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 CardholderVerificationCapability4Code

    • getPINLngthCpblties

      public BigDecimal getPINLngthCpblties()
      Gets the value of the pinLngthCpblties property.
      Returns:
      possible object is BigDecimal
    • setPINLngthCpblties

      public void setPINLngthCpblties(BigDecimal value)
      Sets the value of the pinLngthCpblties property.
      Parameters:
      value - allowed object is BigDecimal
    • getApprvlCdLngth

      public BigDecimal getApprvlCdLngth()
      Gets the value of the apprvlCdLngth property.
      Returns:
      possible object is BigDecimal
    • setApprvlCdLngth

      public void setApprvlCdLngth(BigDecimal value)
      Sets the value of the apprvlCdLngth property.
      Parameters:
      value - allowed object is BigDecimal
    • getMxScrptLngth

      public BigDecimal getMxScrptLngth()
      Gets the value of the mxScrptLngth property.
      Returns:
      possible object is BigDecimal
    • setMxScrptLngth

      public void setMxScrptLngth(BigDecimal value)
      Sets the value of the mxScrptLngth property.
      Parameters:
      value - allowed object is BigDecimal
    • isCardCaptrCpbl

      public Boolean isCardCaptrCpbl()
      Gets the value of the cardCaptrCpbl property.
      Returns:
      possible object is Boolean
    • setCardCaptrCpbl

      public void setCardCaptrCpbl(Boolean value)
      Sets the value of the cardCaptrCpbl property.
      Parameters:
      value - allowed object is Boolean
    • getOnLineCpblties

      public OnLineCapability1Code getOnLineCpblties()
      Gets the value of the onLineCpblties property.
      Returns:
      possible object is OnLineCapability1Code
    • setOnLineCpblties

      public void setOnLineCpblties(OnLineCapability1Code value)
      Sets the value of the onLineCpblties property.
      Parameters:
      value - allowed object is OnLineCapability1Code
    • getMsgCpblties

      public List<DisplayCapabilities4> getMsgCpblties()
      Gets the value of the msgCpblties property.

      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 Jakarta XML Binding object. This is why there is not a set method for the msgCpblties property.

      For example, to add a new item, do as follows:

          getMsgCpblties().add(newItem);
       

      Objects of the following type(s) are allowed in the list DisplayCapabilities4