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

クラス DriverLicenseChangedEntries

java.lang.Object
jp.co.osstech.libjeid.dl.DriverLicenseChangedEntries

public class DriverLicenseChangedEntries extends Object
DriverLicenseChangedEntriesは、運転免許証仕様の「記載事項変更等(本籍除く)」および「記載事項変更(本籍)」に対応するクラスです。 DriverLicenseAP#getChangedEntries() および DriverLicenseAP#getChangedRegisteredDomicile() を使用して取得します。
  • コンストラクタの詳細

    • DriverLicenseChangedEntries

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

    • toString

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

      public boolean isChanged()
      追記の有無を返します。
      戻り値:
      追記の有無
    • getNewPscNameList

      public List<DriverLicenseChangedEntry> getNewPscNameList()
      住所地公安委員会名のリストを返します。
      戻り値:
      住所地公安委員会名のリスト
    • getNewPscNames

      public List<String> getNewPscNames()
      推奨されていません。
      getNewPscNameList()に置き換えられます。
      住所地公安委員会名のリストを返します。
      戻り値:
      住所地公安委員会名のリスト
    • getNewNameList

      public List<DriverLicenseChangedEntry> getNewNameList()
      新氏名のリストを返します。
      戻り値:
      新氏名のリスト
    • getNewNames

      public List<String> getNewNames() throws Exception
      推奨されていません。
      getNewNameList()に置き換えられます
      新氏名のリストを返します。
      戻り値:
      新氏名のリスト
      例外:
      Exception
    • getNewKanaList

      public List<DriverLicenseChangedEntry> getNewKanaList()
      新呼び名のリストを返します。
      戻り値:
      新呼び名のリスト
    • getNewCallNames

      public List<String> getNewCallNames()
      推奨されていません。
      getNewKanaList()に置き換えられます
      新呼び名のリストを返します。
      戻り値:
      新呼び名のリスト
    • getNewAddrList

      public List<DriverLicenseChangedEntry> getNewAddrList()
      新住所のリストを返します。
      戻り値:
      新住所のリスト
    • getNewAddrs

      public List<String> getNewAddrs()
      推奨されていません。
      getNewAddrList()に置き換えられます
      新住所のリストを返します。
      戻り値:
      新住所のリスト
    • getNewConditionList

      public List<DriverLicenseChangedEntry> getNewConditionList()
      新条件のリストを返します。
      戻り値:
      新条件のリスト
    • getNewConditions

      public List<String> getNewConditions()
      推奨されていません。
      getNewConditionList()に置き換えられます
      新条件のリストを返します。
      戻り値:
      新条件のリスト
    • getConditionCancellationList

      public List<DriverLicenseChangedEntry> getConditionCancellationList()
      条件解除のリストを返します。
      戻り値:
      条件解除のリスト
    • getConditionCancellations

      public List<String> getConditionCancellations()
      推奨されていません。
      getConditionCancellationList()に置き換えられます
      条件解除のリストを返します。
      戻り値:
      条件解除のリスト
    • getRemarkList

      public List<DriverLicenseChangedEntry> getRemarkList()
      備考のリストを返します。
      戻り値:
      備考のリスト
    • getRemarks

      public List<String> getRemarks()
      推奨されていません。
      getRemarkList()に置き換えられます
      備考のリストを返します。
      戻り値:
      備考のリスト
    • getReserveList

      public List<DriverLicenseChangedEntry> getReserveList()
      予備のリストを返します。
      戻り値:
      予備のリスト
    • getNewRegisteredDomicileList

      public List<DriverLicenseChangedEntry> getNewRegisteredDomicileList()
      新本籍のリストを返します。
      戻り値:
      新本籍のリスト
    • getNewRegisteredDomiciles

      public List<String> getNewRegisteredDomiciles()
      推奨されていません。
      getNewRegisteredDomicileList()に置き換えられます
      新本籍のリストを返します。
      戻り値:
      新本籍のリスト