Class PaymentCard4


  • public class PaymentCard4
    extends java.lang.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.09}PlainCardData1" minOccurs="0"/>
             <element name="CardCtryCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}Exact3NumericText" minOccurs="0"/>
             <element name="CardBrnd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}GenericIdentification1" minOccurs="0"/>
             <element name="AddtlCardData" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.09}Max70Text" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • cardCtryCd

        protected java.lang.String cardCtryCd
      • addtlCardData

        protected java.lang.String addtlCardData
    • Constructor Detail

      • PaymentCard4

        public PaymentCard4()
    • Method Detail

      • 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 java.lang.String getCardCtryCd()
        Gets the value of the cardCtryCd property.
        Returns:
        possible object is String
      • setCardCtryCd

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

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

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