Class CardWritingCapabilities1

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

public class CardWritingCapabilities1 extends Object

Java class for CardWritingCapabilities1 complex type.

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

 <complexType name="CardWritingCapabilities1">
   <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}CardDataWriting1Code"/>
         <element name="OthrCpblty" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • CardWritingCapabilities1

      public CardWritingCapabilities1()
  • Method Details

    • getCpblty

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

      public void setCpblty(CardDataWriting1Code value)
      Sets the value of the cpblty property.
      Parameters:
      value - allowed object is CardDataWriting1Code
    • 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