Class IdentificationCard

    • Method Detail

      • parse

        public static IdentificationCard parse​(java.lang.String cardData)
        This method attempts to parse identification card information out of a raw magnetic strip string.
        Parameters:
        cardData - Card data to parse.
        Returns:
        Identification Card data if parsed, null otherwise.
      • toString

        public java.lang.String toString()
        Returns this object as a human readable string.
        Overrides:
        toString in class java.lang.Object
        Returns:
        String containing human readable string.