Class PaymentCard4

java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_03.PaymentCard4

public class PaymentCard4 extends Object

Java class for PaymentCard4 complex type.

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

 <complexType name="PaymentCard4">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PlainCardData" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}PlainCardData1" minOccurs="0"/>
         <element name="CardCtryCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Exact3NumericText" minOccurs="0"/>
         <element name="CardBrnd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}GenericIdentification1" minOccurs="0"/>
         <element name="AddtlCardData" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.03}Max70Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PaymentCard4

      public PaymentCard4()
  • Method Details

    • getPlainCardData

      public PlainCardData1 getPlainCardData()
      Gets the value of the plainCardData property.
      Returns:
      possible object is PlainCardData1
    • setPlainCardData

      public void setPlainCardData(PlainCardData1 value)
      Sets the value of the plainCardData property.
      Parameters:
      value - allowed object is PlainCardData1
    • getCardCtryCd

      public String getCardCtryCd()
      Gets the value of the cardCtryCd property.
      Returns:
      possible object is String
    • setCardCtryCd

      public void setCardCtryCd(String value)
      Sets the value of the cardCtryCd property.
      Parameters:
      value - allowed object is String
    • getCardBrnd

      public GenericIdentification1 getCardBrnd()
      Gets the value of the cardBrnd property.
      Returns:
      possible object is GenericIdentification1
    • setCardBrnd

      public void setCardBrnd(GenericIdentification1 value)
      Sets the value of the cardBrnd property.
      Parameters:
      value - allowed object is GenericIdentification1
    • getAddtlCardData

      public String getAddtlCardData()
      Gets the value of the addtlCardData property.
      Returns:
      possible object is String
    • setAddtlCardData

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