Class SensitiveCardData


  • public class SensitiveCardData
    extends Object
    Definition: Sensitive information related to the payment card, entered or read by the Sale System. -- Usage: This data structure could be CMS protected (EnvelopedData). In this case the data structure SensitiveCardData is replaced by the data structure ProtectedCardData of type ContentInformationType. When this data is protected, the exact

    Java class for SensitiveCardData complex type.

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

     <complexType name="SensitiveCardData">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="TrackData" type="{}TrackData" maxOccurs="4" minOccurs="0"/>
           </sequence>
           <attribute name="PAN" type="{}PAN" />
           <attribute name="CardSeqNumb" type="{}CardSeqNumb" />
           <attribute name="ExpiryDate" type="{}ExpiryDate" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • pan

        protected String pan
        The Pan.
      • cardSeqNumb

        protected String cardSeqNumb
        The Card seq numb.
      • expiryDate

        protected String expiryDate
        The Expiry date.
    • Constructor Detail

      • SensitiveCardData

        public SensitiveCardData()
    • Method Detail

      • getTrackData

        public List<TrackData> getTrackData()
        Gets the value of the trackData 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 JAXB object. This is why there is not a set method for the trackData property.

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

            getTrackData().add(newItem);
         

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

        Returns:
        the track data
      • getPAN

        public String getPAN()
        Gets the value of the pan property.
        Returns:
        possible object is String
      • setPAN

        public void setPAN​(String value)
        Sets the value of the pan property.
        Parameters:
        value - allowed object is String
      • getCardSeqNumb

        public String getCardSeqNumb()
        Gets the value of the cardSeqNumb property.
        Returns:
        possible object is String
      • setCardSeqNumb

        public void setCardSeqNumb​(String value)
        Sets the value of the cardSeqNumb property.
        Parameters:
        value - allowed object is String
      • getExpiryDate

        public String getExpiryDate()
        Gets the value of the expiryDate property.
        Returns:
        possible object is String
      • setExpiryDate

        public void setExpiryDate​(String value)
        Sets the value of the expiryDate property.
        Parameters:
        value - allowed object is String