Class CardReadingCapabilities1

java.lang.Object
org.coderic.iso20022.messages.cafm.CardReadingCapabilities1

public class CardReadingCapabilities1 extends Object

Java class for CardReadingCapabilities1 complex type.

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

 <complexType name="CardReadingCapabilities1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Cpblty" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}CardDataReading10Code"/>
         <element name="OthrCpblty" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • CardReadingCapabilities1

      public CardReadingCapabilities1()
  • Method Details

    • getCpblty

      public CardDataReading10Code getCpblty()
      Gets the value of the cpblty property.
      Returns:
      possible object is CardDataReading10Code
    • setCpblty

      public void setCpblty(CardDataReading10Code value)
      Sets the value of the cpblty property.
      Parameters:
      value - allowed object is CardDataReading10Code
    • getOthrCpblty

      public String getOthrCpblty()
      Gets the value of the othrCpblty property.
      Returns:
      possible object is String
    • setOthrCpblty

      public void setOthrCpblty(String value)
      Sets the value of the othrCpblty property.
      Parameters:
      value - allowed object is String