Class TrackData


  • public class TrackData
    extends Object
    Definition: Magnetic track or magnetic ink characters line. -- Reference: ISO 7813 - ISO 4909 -- Usage: Generic data structure for a card track, used when the magstripe card reader is located on the Sale Terminal, or for magstripe Card Reader device request. The data structure is also used to store the line at the bottom of a bank check

    Java class for TrackData complex type.

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

     <complexType name="TrackData">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="TrackValue" type="{}TrackValue" />
           <attribute name="TrackNumb" type="{}TrackNumb" default="2" />
           <attribute name="TrackFormat" type="{}TrackFormatType" default="ISO" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • TrackData

        public TrackData()
    • Method Detail

      • getTrackValue

        public String getTrackValue()
        Gets the value of the trackValue property.
        Returns:
        possible object is String
      • setTrackValue

        public void setTrackValue​(String value)
        Sets the value of the trackValue property.
        Parameters:
        value - allowed object is String
      • getTrackNumb

        public int getTrackNumb()
        Gets the value of the trackNumb property.
        Returns:
        possible object is Integer
      • setTrackNumb

        public void setTrackNumb​(Integer value)
        Sets the value of the trackNumb property.
        Parameters:
        value - allowed object is Integer
      • setTrackFormat

        public void setTrackFormat​(TrackFormatType value)
        Sets the value of the trackFormat property.
        Parameters:
        value - allowed object is TrackFormatType