パッケージ jp.co.osstech.libjeid.rc

クラス RCCardType


  • public class RCCardType
    extends java.lang.Object
    RCCardTypeは、在留カードおよび特別永住者証明書のカード種別に対応するクラスです。
    • コンストラクタの概要

      コンストラクタ 
      コンストラクタ 説明
      RCCardType​(byte[] encoded)
      RCCommonDataオブジェクトを構築します。
    • メソッドの概要

      すべてのメソッド インスタンス・メソッド concreteメソッド 
      修飾子とタイプ メソッド 説明
      byte[] getEncoded()
      符号化データを返します。
      java.lang.String getType()
      カード種別を返します。
      java.lang.String toString()
      Stringオブジェクトを返します。
      • クラスから継承されたメソッド java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • コンストラクタの詳細

      • RCCardType

        public RCCardType​(byte[] encoded)
                   throws java.io.IOException
        RCCommonDataオブジェクトを構築します。
        パラメータ:
        encoded - 符号化データ
        例外:
        java.io.IOException - デコードエラー
    • メソッドの詳細

      • toString

        public java.lang.String toString()
        Stringオブジェクトを返します。
        オーバーライド:
        toString クラス内 java.lang.Object
        戻り値:
        Stringオブジェクト
      • getEncoded

        public byte[] getEncoded()
        符号化データを返します。
        戻り値:
        符号化データ
      • getType

        public java.lang.String getType()
        カード種別を返します。
        戻り値:
        Stringオブジェクト