//********************************************************************************************
//* CommonInfoCFBean.java                 All Rights reserved.Copyright (c) K-Opticom
//********************************************************************************************
/*
履歴：
	NO	日付			更新者								    
	01	2025.01.27		Webクライアント定義ツール 2.0.39		
*/
 
/**
 * <DL>
 * <DT>名前
 * <p>
 * <DT>説明:
 * <DD>データの初期化.
 * <DD> generated by Web Client tool V01/L01.
 * </DL>
*/
package eo.web.webview.CommonInfoCF;
 
import java.io.Serializable;
import com.fujitsu.futurity.web.x33.beans.X33VViewBaseBean;
import com.fujitsu.futurity.web.x33.beans.X33VListedBeanInterface;
import com.fujitsu.futurity.web.x33.beans.X33VDataTypeList;
import com.fujitsu.futurity.web.x33.beans.X33VDataTypeBooleanBean;
import com.fujitsu.futurity.web.x33.beans.X33VDataTypeStringBean;
import com.fujitsu.futurity.web.x33.beans.X33VDataTypeLongBean;
import com.fujitsu.futurity.web.x33.beans.X33VLoadModelException;
import com.fujitsu.futurity.web.x33.beans.X33VDataTypeBeanInterface;
import com.fujitsu.futurity.web.x31.X31CBaseBean;
import com.fujitsu.futurity.web.x31.X31CWebComponent;
import com.fujitsu.futurity.web.x31.X31CGyomuInfoDataInterface;
 
import javax.faces.model.SelectItem;
 
import java.util.ArrayList;
import java.util.HashMap;
 
// 例外処理用にインポートする
import com.fujitsu.futurity.web.x33.X33SException;
 
/* シリアライズ警告 */
@SuppressWarnings("serial")
public class CommonInfoCFBean
    extends X33VViewBaseBean
    implements X33VListedBeanInterface, X31CBaseBean, X31CGyomuInfoDataInterface, Serializable {
    
    //プロパティの宣言
	protected String next_screen_id_update;
	protected String next_screen_id_value = "";
	protected String next_screen_id_state = "";
	protected String next_screen_name_update;
	protected String next_screen_name_value = "";
	protected String next_screen_name_state = "";
	protected String select_ttu_screen_id_update;
	protected String select_ttu_screen_id_value = "";
	protected Boolean select_ttu_screen_id_enabled = true;
	protected String select_ttu_screen_id_state = "";
	protected X33VDataTypeList kggrp_cd_list_list = null;
	protected X33VDataTypeList messages_list_list = null;
	protected X33VDataTypeList request_authority_list_list = null;
	protected X33VDataTypeList request_restriction_list_list = null;
	protected X33VDataTypeList front_common_info_list = null;
	protected X33VDataTypeList web_new_info_list = null;
	protected X33VDataTypeList web_chg_info_list = null;
	protected X33VDataTypeList common_error_info_list = null;
	protected String request_flg_update;
	protected String request_flg_value = "";
	protected String request_flg_state = "";
	protected String ip_address_update;
	protected String ip_address_value = "";
	protected String ip_address_state = "";
	protected X33VDataTypeList mail_send_rslt_info_list = null;
	protected X33VDataTypeList koji_sinchoku_list = null;
	protected X33VDataTypeList front_work_info_list = null;
	protected String before_screen_id_update;
	protected String before_screen_id_value = "";
	protected String before_screen_id_state = "";
	protected String smsession_key_update;
	protected String smsession_key_value = "";
	protected String smsession_key_state = "";
	protected X33VDataTypeList mineo_svc_info_list = null;
	protected X33VDataTypeList prc_dsp_info_list = null;
	protected X33VDataTypeList gh_info_list = null;
	protected X33VDataTypeList dsp_err_msg_info_list = null;
 
	/** 業務情報データ */
    protected HashMap<String, Object> gyomuInfo = new HashMap<String, Object>();
 
	// コンストラクタ生成
	public CommonInfoCFBean(){
		//コンストラクタの宣言部生成
		kggrp_cd_list_list = new X33VDataTypeList();
		messages_list_list = new X33VDataTypeList();
		request_authority_list_list = new X33VDataTypeList();
		request_restriction_list_list = new X33VDataTypeList();
		front_common_info_list = new X33VDataTypeList(1);		
		web_new_info_list = new X33VDataTypeList(1);		
		web_chg_info_list = new X33VDataTypeList(1);		
		common_error_info_list = new X33VDataTypeList(1);		
		mail_send_rslt_info_list = new X33VDataTypeList();
		koji_sinchoku_list = new X33VDataTypeList(1);		
		front_work_info_list = new X33VDataTypeList(1);		
		mineo_svc_info_list = new X33VDataTypeList(1);		
		prc_dsp_info_list = new X33VDataTypeList(1);		
		gh_info_list = new X33VDataTypeList();
		dsp_err_msg_info_list = new X33VDataTypeList(1);		
		for(int i=0; i<1 ; i++){
			CommonInfoCF05DBean tmpBean = new CommonInfoCF05DBean();
			front_common_info_list.add(tmpBean);
		}
		for(int i=0; i<1 ; i++){
			CommonInfoCF06DBean tmpBean = new CommonInfoCF06DBean();
			web_new_info_list.add(tmpBean);
		}
		for(int i=0; i<1 ; i++){
			CommonInfoCF20DBean tmpBean = new CommonInfoCF20DBean();
			web_chg_info_list.add(tmpBean);
		}
		for(int i=0; i<1 ; i++){
			CommonInfoCF33DBean tmpBean = new CommonInfoCF33DBean();
			common_error_info_list.add(tmpBean);
		}
		for(int i=0; i<1 ; i++){
			CommonInfoCF40DBean tmpBean = new CommonInfoCF40DBean();
			koji_sinchoku_list.add(tmpBean);
		}
		for(int i=0; i<1 ; i++){
			CommonInfoCF48DBean tmpBean = new CommonInfoCF48DBean();
			front_work_info_list.add(tmpBean);
		}
		for(int i=0; i<1 ; i++){
			CommonInfoCF57DBean tmpBean = new CommonInfoCF57DBean();
			mineo_svc_info_list.add(tmpBean);
		}
		for(int i=0; i<1 ; i++){
			CommonInfoCF58DBean tmpBean = new CommonInfoCF58DBean();
			prc_dsp_info_list.add(tmpBean);
		}
		for(int i=0; i<1 ; i++){
			CommonInfoCF71DBean tmpBean = new CommonInfoCF71DBean();
			dsp_err_msg_info_list.add(tmpBean);
		}
	}
 
    /**
     *  Getter/Setterメソッド
     */
    public String getNext_screen_id_update() {
        return this.next_screen_id_update ;
    }
 
    public void setNext_screen_id_update(String param) {
        this.next_screen_id_update = param ;
    }
 
    public String getNext_screen_id_value() {
        return this.next_screen_id_value ;
    }
 
    public void setNext_screen_id_value( String param) {
        this.next_screen_id_value = param ;
    }
 
    public String getNext_screen_id_state() {
        return this.next_screen_id_state ;
    }
 
    public void setNext_screen_id_state(String param) {
        this.next_screen_id_state = param ;
    }
 
    public String getNext_screen_name_update() {
        return this.next_screen_name_update ;
    }
 
    public void setNext_screen_name_update(String param) {
        this.next_screen_name_update = param ;
    }
 
    public String getNext_screen_name_value() {
        return this.next_screen_name_value ;
    }
 
    public void setNext_screen_name_value( String param) {
        this.next_screen_name_value = param ;
    }
 
    public String getNext_screen_name_state() {
        return this.next_screen_name_state ;
    }
 
    public void setNext_screen_name_state(String param) {
        this.next_screen_name_state = param ;
    }
 
    public String getSelect_ttu_screen_id_update() {
        return this.select_ttu_screen_id_update ;
    }
 
    public void setSelect_ttu_screen_id_update(String param) {
        this.select_ttu_screen_id_update = param ;
    }
 
    public String getSelect_ttu_screen_id_value() {
        return this.select_ttu_screen_id_value ;
    }
 
    public void setSelect_ttu_screen_id_value( String param) {
        this.select_ttu_screen_id_value = param ;
    }
 
    public Boolean getSelect_ttu_screen_id_enabled() {
        return this.select_ttu_screen_id_enabled ;
    }    
 
    public void setSelect_ttu_screen_id_enabled(Boolean param) {
        this.select_ttu_screen_id_enabled = param ;
    }
 
    public String getSelect_ttu_screen_id_state() {
        return this.select_ttu_screen_id_state ;
    }
 
    public void setSelect_ttu_screen_id_state(String param) {
        this.select_ttu_screen_id_state = param ;
    }
 
    public X33VDataTypeList getKggrp_cd_list_list() {
        return this.kggrp_cd_list_list ;
    }
 
    public void setKggrp_cd_list_list(X33VDataTypeList param) {
        this.kggrp_cd_list_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_typelist_kggrp_cd_list(){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i<kggrp_cd_list_list.size(); i++){
            String itemValue = (String)((X33VDataTypeBeanInterface) kggrp_cd_list_list.get(i)).loadModelData("権限リスト", "value");
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getMessages_list_list() {
        return this.messages_list_list ;
    }
 
    public void setMessages_list_list(X33VDataTypeList param) {
        this.messages_list_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_typelist_messages_list(){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i<messages_list_list.size(); i++){
            String itemValue = (String)((X33VDataTypeBeanInterface) messages_list_list.get(i)).loadModelData("メッセージリスト", "value");
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getRequest_authority_list_list() {
        return this.request_authority_list_list ;
    }
 
    public void setRequest_authority_list_list(X33VDataTypeList param) {
        this.request_authority_list_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_typelist_request_authority_list(){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i<request_authority_list_list.size(); i++){
            String itemValue = (String)((X33VDataTypeBeanInterface) request_authority_list_list.get(i)).loadModelData("リクエスト権限リスト", "value");
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getRequest_restriction_list_list() {
        return this.request_restriction_list_list ;
    }
 
    public void setRequest_restriction_list_list(X33VDataTypeList param) {
        this.request_restriction_list_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_typelist_request_restriction_list(){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i<request_restriction_list_list.size(); i++){
            String itemValue = (String)((X33VDataTypeBeanInterface) request_restriction_list_list.get(i)).loadModelData("リクエスト業務規制リスト", "value");
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getFront_common_info_list() {
        return this.front_common_info_list ;
    }
 
    public void setFront_common_info_list(X33VDataTypeList param) {
        this.front_common_info_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_typelist_front_common_info(){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i<front_common_info_list.size(); i++){
            String itemValue = (String)((X33VDataTypeBeanInterface) front_common_info_list.get(i)).loadModelData("フロント共有情報", "value");
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getWeb_new_info_list() {
        return this.web_new_info_list ;
    }
 
    public void setWeb_new_info_list(X33VDataTypeList param) {
        this.web_new_info_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_typelist_web_new_info(){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i<web_new_info_list.size(); i++){
            String itemValue = (String)((X33VDataTypeBeanInterface) web_new_info_list.get(i)).loadModelData("ＷＥＢ新規情報", "value");
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getWeb_chg_info_list() {
        return this.web_chg_info_list ;
    }
 
    public void setWeb_chg_info_list(X33VDataTypeList param) {
        this.web_chg_info_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_typelist_web_chg_info(){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i<web_chg_info_list.size(); i++){
            String itemValue = (String)((X33VDataTypeBeanInterface) web_chg_info_list.get(i)).loadModelData("ＷＥＢ変更情報", "value");
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getCommon_error_info_list() {
        return this.common_error_info_list ;
    }
 
    public void setCommon_error_info_list(X33VDataTypeList param) {
        this.common_error_info_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_typelist_common_error_info(){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i<common_error_info_list.size(); i++){
            String itemValue = (String)((X33VDataTypeBeanInterface) common_error_info_list.get(i)).loadModelData("共通エラー情報", "value");
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
    public String getRequest_flg_update() {
        return this.request_flg_update ;
    }
 
    public void setRequest_flg_update(String param) {
        this.request_flg_update = param ;
    }
 
    public String getRequest_flg_value() {
        return this.request_flg_value ;
    }
 
    public void setRequest_flg_value( String param) {
        this.request_flg_value = param ;
    }
 
    public String getRequest_flg_state() {
        return this.request_flg_state ;
    }
 
    public void setRequest_flg_state(String param) {
        this.request_flg_state = param ;
    }
 
    public String getIp_address_update() {
        return this.ip_address_update ;
    }
 
    public void setIp_address_update(String param) {
        this.ip_address_update = param ;
    }
 
    public String getIp_address_value() {
        return this.ip_address_value ;
    }
 
    public void setIp_address_value( String param) {
        this.ip_address_value = param ;
    }
 
    public String getIp_address_state() {
        return this.ip_address_state ;
    }
 
    public void setIp_address_state(String param) {
        this.ip_address_state = param ;
    }
 
 
    public X33VDataTypeList getMail_send_rslt_info_list() {
        return this.mail_send_rslt_info_list ;
    }
 
    public void setMail_send_rslt_info_list(X33VDataTypeList param) {
        this.mail_send_rslt_info_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_typelist_mail_send_rslt_info(){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i<mail_send_rslt_info_list.size(); i++){
            String itemValue = (String)((X33VDataTypeBeanInterface) mail_send_rslt_info_list.get(i)).loadModelData("メール送信結果情報", "value");
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getKoji_sinchoku_list() {
        return this.koji_sinchoku_list ;
    }
 
    public void setKoji_sinchoku_list(X33VDataTypeList param) {
        this.koji_sinchoku_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_typelist_koji_sinchoku(){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i<koji_sinchoku_list.size(); i++){
            String itemValue = (String)((X33VDataTypeBeanInterface) koji_sinchoku_list.get(i)).loadModelData("工事進捗", "value");
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getFront_work_info_list() {
        return this.front_work_info_list ;
    }
 
    public void setFront_work_info_list(X33VDataTypeList param) {
        this.front_work_info_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_typelist_front_work_info(){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i<front_work_info_list.size(); i++){
            String itemValue = (String)((X33VDataTypeBeanInterface) front_work_info_list.get(i)).loadModelData("フロント業務情報", "value");
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
    public String getBefore_screen_id_update() {
        return this.before_screen_id_update ;
    }
 
    public void setBefore_screen_id_update(String param) {
        this.before_screen_id_update = param ;
    }
 
    public String getBefore_screen_id_value() {
        return this.before_screen_id_value ;
    }
 
    public void setBefore_screen_id_value( String param) {
        this.before_screen_id_value = param ;
    }
 
    public String getBefore_screen_id_state() {
        return this.before_screen_id_state ;
    }
 
    public void setBefore_screen_id_state(String param) {
        this.before_screen_id_state = param ;
    }
 
    public String getSmsession_key_update() {
        return this.smsession_key_update ;
    }
 
    public void setSmsession_key_update(String param) {
        this.smsession_key_update = param ;
    }
 
    public String getSmsession_key_value() {
        return this.smsession_key_value ;
    }
 
    public void setSmsession_key_value( String param) {
        this.smsession_key_value = param ;
    }
 
    public String getSmsession_key_state() {
        return this.smsession_key_state ;
    }
 
    public void setSmsession_key_state(String param) {
        this.smsession_key_state = param ;
    }
 
 
    public X33VDataTypeList getMineo_svc_info_list() {
        return this.mineo_svc_info_list ;
    }
 
    public void setMineo_svc_info_list(X33VDataTypeList param) {
        this.mineo_svc_info_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_typelist_mineo_svc_info(){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i<mineo_svc_info_list.size(); i++){
            String itemValue = (String)((X33VDataTypeBeanInterface) mineo_svc_info_list.get(i)).loadModelData("ｍｉｎｅｏサービス情報", "value");
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getPrc_dsp_info_list() {
        return this.prc_dsp_info_list ;
    }
 
    public void setPrc_dsp_info_list(X33VDataTypeList param) {
        this.prc_dsp_info_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_typelist_prc_dsp_info(){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i<prc_dsp_info_list.size(); i++){
            String itemValue = (String)((X33VDataTypeBeanInterface) prc_dsp_info_list.get(i)).loadModelData("料金表情報", "value");
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getGh_info_list() {
        return this.gh_info_list ;
    }
 
    public void setGh_info_list(X33VDataTypeList param) {
        this.gh_info_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_typelist_gh_info(){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i<gh_info_list.size(); i++){
            String itemValue = (String)((X33VDataTypeBeanInterface) gh_info_list.get(i)).loadModelData("ＧＨ情報", "value");
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getDsp_err_msg_info_list() {
        return this.dsp_err_msg_info_list ;
    }
 
    public void setDsp_err_msg_info_list(X33VDataTypeList param) {
        this.dsp_err_msg_info_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_typelist_dsp_err_msg_info(){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i<dsp_err_msg_info_list.size(); i++){
            String itemValue = (String)((X33VDataTypeBeanInterface) dsp_err_msg_info_list.get(i)).loadModelData("表示用エラーメッセージ情報", "value");
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
    /**
     * 項目名とサブキーからデータを取得します(X31CBaseBeanの同名メソッドの実装)
     *
     * @param gamenId 画面ID(予備)
     * @param key 項目名
     * @param subkey サブキー
     * @return Object データ
     */
    public Object loadModelData(String gamenId, String key, String subkey) {
        return loadModelData(key, subkey);
    }
 
    /**
     * 項目名とサブキーからデータを取得します
     *
     * @param key 項目名
     * @param subkey サブキー
     * @return Object データ
     */
    public Object loadModelData(String key, String subkey) { 
 
        //keyの指定は、以下のいずれかで行う。
        // 項目名 : String, Long, Boolean型（繰り返し指定なし）の項目で、値を取得する場合
        // 項目名/インデックス値 : データタイプビーン型以外の繰り返し指定項目で、値を取得する場合
        // 項目名/インデックス値/データタイプビーン項目名 : データタイプビーン型項目で、値を取得する場合
        // 項目名/* : データタイプビーン型項目、繰り返し指定項目で、リストの要素数を取得する場合
        // インデックス値は、X33VDataTypeList内に格納される各ビーンのリストの順序を示す。
        // keyがnullの場合、null返す
        if(key == null){
            return null;
        }
 
        // subkeyがnullの場合、空文字列に
        else if(subkey == null){
            subkey = new String("");
        }
        
        // keyの値の最初の要素を取得
        String keyElement;
        int separaterPoint = key.indexOf("/"); //keyがルート指定("項目a/0/項目b"のような)の場合を想定し、区切り符号(ここでは"/")を検索する。
        if(separaterPoint > 0) {
            keyElement = key.substring(0, separaterPoint);
        }else{
            keyElement = key;
        }
 
        //項目ごとに処理を入れる。
        // データタイプが String の項目"遷移先画面ＩＤ"(項目ID:next_screen_id)
        if(keyElement.equals("遷移先画面ＩＤ")) {
            if(subkey.equalsIgnoreCase("value")) {
                return getNext_screen_id_value();
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、ステータスを返す。
                return getNext_screen_id_state(); 
            }
        }
 
        // データタイプが String の項目"遷移先画面名"(項目ID:next_screen_name)
        else if(keyElement.equals("遷移先画面名")) {
            if(subkey.equalsIgnoreCase("value")) {
                return getNext_screen_name_value();
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、ステータスを返す。
                return getNext_screen_name_state(); 
            }
        }
 
        // データタイプが String の項目"選択後到達画面ＩＤ"(項目ID:select_ttu_screen_id)
        else if(keyElement.equals("選択後到達画面ＩＤ")) {
            if(subkey.equalsIgnoreCase("value")) {
                return getSelect_ttu_screen_id_value();
            }
            else if(subkey.equalsIgnoreCase("enable")) { // subkeyが"enable"の場合、項目ID_enableのgetterの戻り値を返す。
                return getSelect_ttu_screen_id_enabled(); 
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、ステータスを返す。
                return getSelect_ttu_screen_id_state(); 
            }
        }
 
        // データタイプがデータタイプビーン型の項目"権限リスト"(項目ID:kggrp_cd_list)
        else if(keyElement.equals("権限リスト")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.valueOf(kggrp_cd_list_list.size());
            }
            separaterPoint = keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint <= 0) { // 区切り符号が見つからない、または不正な場合は、ここでnullを返す。
                return null;
            }
            keyElement = keyRemain.substring(0, separaterPoint);
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(keyElement);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= kggrp_cd_list_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのloadModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)kggrp_cd_list_list.get(tmpIndex)).loadModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"メッセージリスト"(項目ID:messages_list)
        else if(keyElement.equals("メッセージリスト")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.valueOf(messages_list_list.size());
            }
            separaterPoint = keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint <= 0) { // 区切り符号が見つからない、または不正な場合は、ここでnullを返す。
                return null;
            }
            keyElement = keyRemain.substring(0, separaterPoint);
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(keyElement);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= messages_list_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのloadModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)messages_list_list.get(tmpIndex)).loadModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"リクエスト権限リスト"(項目ID:request_authority_list)
        else if(keyElement.equals("リクエスト権限リスト")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.valueOf(request_authority_list_list.size());
            }
            separaterPoint = keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint <= 0) { // 区切り符号が見つからない、または不正な場合は、ここでnullを返す。
                return null;
            }
            keyElement = keyRemain.substring(0, separaterPoint);
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(keyElement);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= request_authority_list_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのloadModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)request_authority_list_list.get(tmpIndex)).loadModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"リクエスト業務規制リスト"(項目ID:request_restriction_list)
        else if(keyElement.equals("リクエスト業務規制リスト")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.valueOf(request_restriction_list_list.size());
            }
            separaterPoint = keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint <= 0) { // 区切り符号が見つからない、または不正な場合は、ここでnullを返す。
                return null;
            }
            keyElement = keyRemain.substring(0, separaterPoint);
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(keyElement);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= request_restriction_list_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのloadModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)request_restriction_list_list.get(tmpIndex)).loadModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"フロント共有情報"(項目ID:front_common_info)
        else if(keyElement.equals("フロント共有情報")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.valueOf(front_common_info_list.size());
            }
            separaterPoint = keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint <= 0) { // 区切り符号が見つからない、または不正な場合は、ここでnullを返す。
                return null;
            }
            keyElement = keyRemain.substring(0, separaterPoint);
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(keyElement);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= front_common_info_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのloadModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)front_common_info_list.get(tmpIndex)).loadModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"ＷＥＢ新規情報"(項目ID:web_new_info)
        else if(keyElement.equals("ＷＥＢ新規情報")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.valueOf(web_new_info_list.size());
            }
            separaterPoint = keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint <= 0) { // 区切り符号が見つからない、または不正な場合は、ここでnullを返す。
                return null;
            }
            keyElement = keyRemain.substring(0, separaterPoint);
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(keyElement);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= web_new_info_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのloadModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)web_new_info_list.get(tmpIndex)).loadModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"ＷＥＢ変更情報"(項目ID:web_chg_info)
        else if(keyElement.equals("ＷＥＢ変更情報")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.valueOf(web_chg_info_list.size());
            }
            separaterPoint = keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint <= 0) { // 区切り符号が見つからない、または不正な場合は、ここでnullを返す。
                return null;
            }
            keyElement = keyRemain.substring(0, separaterPoint);
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(keyElement);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= web_chg_info_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのloadModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)web_chg_info_list.get(tmpIndex)).loadModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"共通エラー情報"(項目ID:common_error_info)
        else if(keyElement.equals("共通エラー情報")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.valueOf(common_error_info_list.size());
            }
            separaterPoint = keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint <= 0) { // 区切り符号が見つからない、または不正な場合は、ここでnullを返す。
                return null;
            }
            keyElement = keyRemain.substring(0, separaterPoint);
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(keyElement);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= common_error_info_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのloadModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)common_error_info_list.get(tmpIndex)).loadModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプが String の項目"リクエストフラグ"(項目ID:request_flg)
        else if(keyElement.equals("リクエストフラグ")) {
            if(subkey.equalsIgnoreCase("value")) {
                return getRequest_flg_value();
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、ステータスを返す。
                return getRequest_flg_state(); 
            }
        }
 
        // データタイプが String の項目"端末ＩＰアドレス"(項目ID:ip_address)
        else if(keyElement.equals("端末ＩＰアドレス")) {
            if(subkey.equalsIgnoreCase("value")) {
                return getIp_address_value();
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、ステータスを返す。
                return getIp_address_state(); 
            }
        }
 
        // データタイプがデータタイプビーン型の項目"メール送信結果情報"(項目ID:mail_send_rslt_info)
        else if(keyElement.equals("メール送信結果情報")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.valueOf(mail_send_rslt_info_list.size());
            }
            separaterPoint = keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint <= 0) { // 区切り符号が見つからない、または不正な場合は、ここでnullを返す。
                return null;
            }
            keyElement = keyRemain.substring(0, separaterPoint);
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(keyElement);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= mail_send_rslt_info_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのloadModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)mail_send_rslt_info_list.get(tmpIndex)).loadModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"工事進捗"(項目ID:koji_sinchoku)
        else if(keyElement.equals("工事進捗")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.valueOf(koji_sinchoku_list.size());
            }
            separaterPoint = keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint <= 0) { // 区切り符号が見つからない、または不正な場合は、ここでnullを返す。
                return null;
            }
            keyElement = keyRemain.substring(0, separaterPoint);
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(keyElement);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= koji_sinchoku_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのloadModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)koji_sinchoku_list.get(tmpIndex)).loadModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"フロント業務情報"(項目ID:front_work_info)
        else if(keyElement.equals("フロント業務情報")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.valueOf(front_work_info_list.size());
            }
            separaterPoint = keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint <= 0) { // 区切り符号が見つからない、または不正な場合は、ここでnullを返す。
                return null;
            }
            keyElement = keyRemain.substring(0, separaterPoint);
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(keyElement);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= front_work_info_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのloadModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)front_work_info_list.get(tmpIndex)).loadModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプが String の項目"遷移元画面ＩＤ"(項目ID:before_screen_id)
        else if(keyElement.equals("遷移元画面ＩＤ")) {
            if(subkey.equalsIgnoreCase("value")) {
                return getBefore_screen_id_value();
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、ステータスを返す。
                return getBefore_screen_id_state(); 
            }
        }
 
        // データタイプが String の項目"ＳＭＳＥＳＳＩＯＮキー"(項目ID:smsession_key)
        else if(keyElement.equals("ＳＭＳＥＳＳＩＯＮキー")) {
            if(subkey.equalsIgnoreCase("value")) {
                return getSmsession_key_value();
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、ステータスを返す。
                return getSmsession_key_state(); 
            }
        }
 
        // データタイプがデータタイプビーン型の項目"ｍｉｎｅｏサービス情報"(項目ID:mineo_svc_info)
        else if(keyElement.equals("ｍｉｎｅｏサービス情報")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.valueOf(mineo_svc_info_list.size());
            }
            separaterPoint = keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint <= 0) { // 区切り符号が見つからない、または不正な場合は、ここでnullを返す。
                return null;
            }
            keyElement = keyRemain.substring(0, separaterPoint);
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(keyElement);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= mineo_svc_info_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのloadModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)mineo_svc_info_list.get(tmpIndex)).loadModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"料金表情報"(項目ID:prc_dsp_info)
        else if(keyElement.equals("料金表情報")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.valueOf(prc_dsp_info_list.size());
            }
            separaterPoint = keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint <= 0) { // 区切り符号が見つからない、または不正な場合は、ここでnullを返す。
                return null;
            }
            keyElement = keyRemain.substring(0, separaterPoint);
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(keyElement);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= prc_dsp_info_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのloadModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)prc_dsp_info_list.get(tmpIndex)).loadModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"ＧＨ情報"(項目ID:gh_info)
        else if(keyElement.equals("ＧＨ情報")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.valueOf(gh_info_list.size());
            }
            separaterPoint = keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint <= 0) { // 区切り符号が見つからない、または不正な場合は、ここでnullを返す。
                return null;
            }
            keyElement = keyRemain.substring(0, separaterPoint);
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(keyElement);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= gh_info_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのloadModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)gh_info_list.get(tmpIndex)).loadModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"表示用エラーメッセージ情報"(項目ID:dsp_err_msg_info)
        else if(keyElement.equals("表示用エラーメッセージ情報")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.valueOf(dsp_err_msg_info_list.size());
            }
            separaterPoint = keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint <= 0) { // 区切り符号が見つからない、または不正な場合は、ここでnullを返す。
                return null;
            }
            keyElement = keyRemain.substring(0, separaterPoint);
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(keyElement);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= dsp_err_msg_info_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのloadModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)dsp_err_msg_info_list.get(tmpIndex)).loadModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        return null;
    }
 
    /**
     * 項目名とサブキーからデータを設定します（X31CBaseBeanの同名メソッドの実装）
     *
     * @param gamenId 画面ID(予備)
     * @param key 項目名
     * @param subkey サブキー
     * @param in_value データ
     */
    public void storeModelData(String gamenId, String key, String subkey, Object in_value) {
         storeModelData(key, subkey, in_value);
    }
 
	 /**
     * 項目名とサブキーからデータを取得します
     *
     * @param key 項目名
     * @param subkey サブキー
     * @param in_value データ
     */
    public void storeModelData(String key, String subkey, Object in_value) {
         storeModelData(key, subkey, in_value, false);
    }
    
    /**
     * 項目名とサブキーからデータを取得します
     *
     * @param key 項目名
     * @param subkey サブキー
     * @param in_value データ
     * @param isSetAsString Long型項目ValueプロパティへString型値の設定を行う場合true
     */
    public void storeModelData(String key, String subkey, Object in_value, boolean isSetAsString) { 
 
        // keyがnullの場合、処理を中止
        if(key == null){
            return;
        }
 
        // subkeyがnullの場合、空文字列に
        else if(subkey == null){
            subkey = new String("");
        }
        
        // keyの値の最初の要素を取得
        String keyElement;
        int separaterPoint = key.indexOf("/"); //keyがルート指定("項目a/0/項目b"のような)の場合を想定し、区切り符号(ここでは"/")を検索する。
        if(separaterPoint > 0) {
            keyElement = key.substring(0, separaterPoint);
        }
        else{
            keyElement = key;
        }  
        
        // 項目ごとに処理を入れる。
        // データタイプが String の項目"遷移先画面ＩＤ"(項目ID:next_screen_id)
        if(keyElement.equals("遷移先画面ＩＤ")) {
            if(subkey.equalsIgnoreCase("value")) {
                setNext_screen_id_value((String)in_value);
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、in_valueをcastして項目ID_stateのsetterを実行する。
                setNext_screen_id_state((String)in_value);
            }
        }
 
        // データタイプが String の項目"遷移先画面名"(項目ID:next_screen_name)
        else if(keyElement.equals("遷移先画面名")) {
            if(subkey.equalsIgnoreCase("value")) {
                setNext_screen_name_value((String)in_value);
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、in_valueをcastして項目ID_stateのsetterを実行する。
                setNext_screen_name_state((String)in_value);
            }
        }
 
        // データタイプが String の項目"選択後到達画面ＩＤ"(項目ID:select_ttu_screen_id)
        else if(keyElement.equals("選択後到達画面ＩＤ")) {
            if(subkey.equalsIgnoreCase("value")) {
                setSelect_ttu_screen_id_value((String)in_value);
            }
            else if(subkey.equalsIgnoreCase("enable")) { // subkeyが"enable"の場合、項目ID_enableのsetterを実行する。
                setSelect_ttu_screen_id_enabled((Boolean)in_value); 
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、in_valueをcastして項目ID_stateのsetterを実行する。
                setSelect_ttu_screen_id_state((String)in_value);
            }
        }
 
        // データタイプがデータタイプビーン型の項目"権限リスト"(項目ID:kggrp_cd_list)
        else if(keyElement.equals("権限リスト")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            separaterPoint =keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint > 0) { // 区切り符号が正しく指定された場合
                keyElement = keyRemain.substring(0, separaterPoint);
                // 次はリスト中のインデックスを見る
                Integer tmpIndexInt = null;
                try{
                    tmpIndexInt = Integer.valueOf(keyElement);
                }
                // インデックス値が数値文字列でない場合は、ここで再設定。
                catch(NumberFormatException e){
                    tmpIndexInt = null;
                }
                if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                    int tmpIndex = tmpIndexInt.intValue();
                    if(tmpIndex >= 0 && tmpIndex < kggrp_cd_list_list.size()) { // インデックス値がリスト個数-1以下の場合
                        // 項目名を生成し、データタイプビーンのstoreModelDataの戻り値を返す
                        keyElement = keyRemain.substring(separaterPoint + 1);
                            ((X33VDataTypeBeanInterface)kggrp_cd_list_list.get(tmpIndex)).storeModelData(keyElement, subkey, in_value, isSetAsString);
                            // データタイプビーン型では項目名、subkey、入力値およびisSetAsStringフラグを引数に指定
                    }
                }
            }
        }
 
        // データタイプがデータタイプビーン型の項目"メッセージリスト"(項目ID:messages_list)
        else if(keyElement.equals("メッセージリスト")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            separaterPoint =keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint > 0) { // 区切り符号が正しく指定された場合
                keyElement = keyRemain.substring(0, separaterPoint);
                // 次はリスト中のインデックスを見る
                Integer tmpIndexInt = null;
                try{
                    tmpIndexInt = Integer.valueOf(keyElement);
                }
                // インデックス値が数値文字列でない場合は、ここで再設定。
                catch(NumberFormatException e){
                    tmpIndexInt = null;
                }
                if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                    int tmpIndex = tmpIndexInt.intValue();
                    if(tmpIndex >= 0 && tmpIndex < messages_list_list.size()) { // インデックス値がリスト個数-1以下の場合
                        // 項目名を生成し、データタイプビーンのstoreModelDataの戻り値を返す
                        keyElement = keyRemain.substring(separaterPoint + 1);
                            ((X33VDataTypeBeanInterface)messages_list_list.get(tmpIndex)).storeModelData(keyElement, subkey, in_value, isSetAsString);
                            // データタイプビーン型では項目名、subkey、入力値およびisSetAsStringフラグを引数に指定
                    }
                }
            }
        }
 
        // データタイプがデータタイプビーン型の項目"リクエスト権限リスト"(項目ID:request_authority_list)
        else if(keyElement.equals("リクエスト権限リスト")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            separaterPoint =keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint > 0) { // 区切り符号が正しく指定された場合
                keyElement = keyRemain.substring(0, separaterPoint);
                // 次はリスト中のインデックスを見る
                Integer tmpIndexInt = null;
                try{
                    tmpIndexInt = Integer.valueOf(keyElement);
                }
                // インデックス値が数値文字列でない場合は、ここで再設定。
                catch(NumberFormatException e){
                    tmpIndexInt = null;
                }
                if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                    int tmpIndex = tmpIndexInt.intValue();
                    if(tmpIndex >= 0 && tmpIndex < request_authority_list_list.size()) { // インデックス値がリスト個数-1以下の場合
                        // 項目名を生成し、データタイプビーンのstoreModelDataの戻り値を返す
                        keyElement = keyRemain.substring(separaterPoint + 1);
                            ((X33VDataTypeBeanInterface)request_authority_list_list.get(tmpIndex)).storeModelData(keyElement, subkey, in_value, isSetAsString);
                            // データタイプビーン型では項目名、subkey、入力値およびisSetAsStringフラグを引数に指定
                    }
                }
            }
        }
 
        // データタイプがデータタイプビーン型の項目"リクエスト業務規制リスト"(項目ID:request_restriction_list)
        else if(keyElement.equals("リクエスト業務規制リスト")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            separaterPoint =keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint > 0) { // 区切り符号が正しく指定された場合
                keyElement = keyRemain.substring(0, separaterPoint);
                // 次はリスト中のインデックスを見る
                Integer tmpIndexInt = null;
                try{
                    tmpIndexInt = Integer.valueOf(keyElement);
                }
                // インデックス値が数値文字列でない場合は、ここで再設定。
                catch(NumberFormatException e){
                    tmpIndexInt = null;
                }
                if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                    int tmpIndex = tmpIndexInt.intValue();
                    if(tmpIndex >= 0 && tmpIndex < request_restriction_list_list.size()) { // インデックス値がリスト個数-1以下の場合
                        // 項目名を生成し、データタイプビーンのstoreModelDataの戻り値を返す
                        keyElement = keyRemain.substring(separaterPoint + 1);
                            ((X33VDataTypeBeanInterface)request_restriction_list_list.get(tmpIndex)).storeModelData(keyElement, subkey, in_value, isSetAsString);
                            // データタイプビーン型では項目名、subkey、入力値およびisSetAsStringフラグを引数に指定
                    }
                }
            }
        }
 
        // データタイプがデータタイプビーン型の項目"フロント共有情報"(項目ID:front_common_info)
        else if(keyElement.equals("フロント共有情報")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            separaterPoint =keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint > 0) { // 区切り符号が正しく指定された場合
                keyElement = keyRemain.substring(0, separaterPoint);
                // 次はリスト中のインデックスを見る
                Integer tmpIndexInt = null;
                try{
                    tmpIndexInt = Integer.valueOf(keyElement);
                }
                // インデックス値が数値文字列でない場合は、ここで再設定。
                catch(NumberFormatException e){
                    tmpIndexInt = null;
                }
                if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                    int tmpIndex = tmpIndexInt.intValue();
                    if(tmpIndex >= 0 && tmpIndex < front_common_info_list.size()) { // インデックス値がリスト個数-1以下の場合
                        // 項目名を生成し、データタイプビーンのstoreModelDataの戻り値を返す
                        keyElement = keyRemain.substring(separaterPoint + 1);
                            ((X33VDataTypeBeanInterface)front_common_info_list.get(tmpIndex)).storeModelData(keyElement, subkey, in_value, isSetAsString);
                            // データタイプビーン型では項目名、subkey、入力値およびisSetAsStringフラグを引数に指定
                    }
                }
            }
        }
 
        // データタイプがデータタイプビーン型の項目"ＷＥＢ新規情報"(項目ID:web_new_info)
        else if(keyElement.equals("ＷＥＢ新規情報")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            separaterPoint =keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint > 0) { // 区切り符号が正しく指定された場合
                keyElement = keyRemain.substring(0, separaterPoint);
                // 次はリスト中のインデックスを見る
                Integer tmpIndexInt = null;
                try{
                    tmpIndexInt = Integer.valueOf(keyElement);
                }
                // インデックス値が数値文字列でない場合は、ここで再設定。
                catch(NumberFormatException e){
                    tmpIndexInt = null;
                }
                if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                    int tmpIndex = tmpIndexInt.intValue();
                    if(tmpIndex >= 0 && tmpIndex < web_new_info_list.size()) { // インデックス値がリスト個数-1以下の場合
                        // 項目名を生成し、データタイプビーンのstoreModelDataの戻り値を返す
                        keyElement = keyRemain.substring(separaterPoint + 1);
                            ((X33VDataTypeBeanInterface)web_new_info_list.get(tmpIndex)).storeModelData(keyElement, subkey, in_value, isSetAsString);
                            // データタイプビーン型では項目名、subkey、入力値およびisSetAsStringフラグを引数に指定
                    }
                }
            }
        }
 
        // データタイプがデータタイプビーン型の項目"ＷＥＢ変更情報"(項目ID:web_chg_info)
        else if(keyElement.equals("ＷＥＢ変更情報")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            separaterPoint =keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint > 0) { // 区切り符号が正しく指定された場合
                keyElement = keyRemain.substring(0, separaterPoint);
                // 次はリスト中のインデックスを見る
                Integer tmpIndexInt = null;
                try{
                    tmpIndexInt = Integer.valueOf(keyElement);
                }
                // インデックス値が数値文字列でない場合は、ここで再設定。
                catch(NumberFormatException e){
                    tmpIndexInt = null;
                }
                if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                    int tmpIndex = tmpIndexInt.intValue();
                    if(tmpIndex >= 0 && tmpIndex < web_chg_info_list.size()) { // インデックス値がリスト個数-1以下の場合
                        // 項目名を生成し、データタイプビーンのstoreModelDataの戻り値を返す
                        keyElement = keyRemain.substring(separaterPoint + 1);
                            ((X33VDataTypeBeanInterface)web_chg_info_list.get(tmpIndex)).storeModelData(keyElement, subkey, in_value, isSetAsString);
                            // データタイプビーン型では項目名、subkey、入力値およびisSetAsStringフラグを引数に指定
                    }
                }
            }
        }
 
        // データタイプがデータタイプビーン型の項目"共通エラー情報"(項目ID:common_error_info)
        else if(keyElement.equals("共通エラー情報")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            separaterPoint =keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint > 0) { // 区切り符号が正しく指定された場合
                keyElement = keyRemain.substring(0, separaterPoint);
                // 次はリスト中のインデックスを見る
                Integer tmpIndexInt = null;
                try{
                    tmpIndexInt = Integer.valueOf(keyElement);
                }
                // インデックス値が数値文字列でない場合は、ここで再設定。
                catch(NumberFormatException e){
                    tmpIndexInt = null;
                }
                if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                    int tmpIndex = tmpIndexInt.intValue();
                    if(tmpIndex >= 0 && tmpIndex < common_error_info_list.size()) { // インデックス値がリスト個数-1以下の場合
                        // 項目名を生成し、データタイプビーンのstoreModelDataの戻り値を返す
                        keyElement = keyRemain.substring(separaterPoint + 1);
                            ((X33VDataTypeBeanInterface)common_error_info_list.get(tmpIndex)).storeModelData(keyElement, subkey, in_value, isSetAsString);
                            // データタイプビーン型では項目名、subkey、入力値およびisSetAsStringフラグを引数に指定
                    }
                }
            }
        }
 
        // データタイプが String の項目"リクエストフラグ"(項目ID:request_flg)
        else if(keyElement.equals("リクエストフラグ")) {
            if(subkey.equalsIgnoreCase("value")) {
                setRequest_flg_value((String)in_value);
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、in_valueをcastして項目ID_stateのsetterを実行する。
                setRequest_flg_state((String)in_value);
            }
        }
 
        // データタイプが String の項目"端末ＩＰアドレス"(項目ID:ip_address)
        else if(keyElement.equals("端末ＩＰアドレス")) {
            if(subkey.equalsIgnoreCase("value")) {
                setIp_address_value((String)in_value);
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、in_valueをcastして項目ID_stateのsetterを実行する。
                setIp_address_state((String)in_value);
            }
        }
 
        // データタイプがデータタイプビーン型の項目"メール送信結果情報"(項目ID:mail_send_rslt_info)
        else if(keyElement.equals("メール送信結果情報")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            separaterPoint =keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint > 0) { // 区切り符号が正しく指定された場合
                keyElement = keyRemain.substring(0, separaterPoint);
                // 次はリスト中のインデックスを見る
                Integer tmpIndexInt = null;
                try{
                    tmpIndexInt = Integer.valueOf(keyElement);
                }
                // インデックス値が数値文字列でない場合は、ここで再設定。
                catch(NumberFormatException e){
                    tmpIndexInt = null;
                }
                if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                    int tmpIndex = tmpIndexInt.intValue();
                    if(tmpIndex >= 0 && tmpIndex < mail_send_rslt_info_list.size()) { // インデックス値がリスト個数-1以下の場合
                        // 項目名を生成し、データタイプビーンのstoreModelDataの戻り値を返す
                        keyElement = keyRemain.substring(separaterPoint + 1);
                            ((X33VDataTypeBeanInterface)mail_send_rslt_info_list.get(tmpIndex)).storeModelData(keyElement, subkey, in_value, isSetAsString);
                            // データタイプビーン型では項目名、subkey、入力値およびisSetAsStringフラグを引数に指定
                    }
                }
            }
        }
 
        // データタイプがデータタイプビーン型の項目"工事進捗"(項目ID:koji_sinchoku)
        else if(keyElement.equals("工事進捗")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            separaterPoint =keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint > 0) { // 区切り符号が正しく指定された場合
                keyElement = keyRemain.substring(0, separaterPoint);
                // 次はリスト中のインデックスを見る
                Integer tmpIndexInt = null;
                try{
                    tmpIndexInt = Integer.valueOf(keyElement);
                }
                // インデックス値が数値文字列でない場合は、ここで再設定。
                catch(NumberFormatException e){
                    tmpIndexInt = null;
                }
                if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                    int tmpIndex = tmpIndexInt.intValue();
                    if(tmpIndex >= 0 && tmpIndex < koji_sinchoku_list.size()) { // インデックス値がリスト個数-1以下の場合
                        // 項目名を生成し、データタイプビーンのstoreModelDataの戻り値を返す
                        keyElement = keyRemain.substring(separaterPoint + 1);
                            ((X33VDataTypeBeanInterface)koji_sinchoku_list.get(tmpIndex)).storeModelData(keyElement, subkey, in_value, isSetAsString);
                            // データタイプビーン型では項目名、subkey、入力値およびisSetAsStringフラグを引数に指定
                    }
                }
            }
        }
 
        // データタイプがデータタイプビーン型の項目"フロント業務情報"(項目ID:front_work_info)
        else if(keyElement.equals("フロント業務情報")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            separaterPoint =keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint > 0) { // 区切り符号が正しく指定された場合
                keyElement = keyRemain.substring(0, separaterPoint);
                // 次はリスト中のインデックスを見る
                Integer tmpIndexInt = null;
                try{
                    tmpIndexInt = Integer.valueOf(keyElement);
                }
                // インデックス値が数値文字列でない場合は、ここで再設定。
                catch(NumberFormatException e){
                    tmpIndexInt = null;
                }
                if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                    int tmpIndex = tmpIndexInt.intValue();
                    if(tmpIndex >= 0 && tmpIndex < front_work_info_list.size()) { // インデックス値がリスト個数-1以下の場合
                        // 項目名を生成し、データタイプビーンのstoreModelDataの戻り値を返す
                        keyElement = keyRemain.substring(separaterPoint + 1);
                            ((X33VDataTypeBeanInterface)front_work_info_list.get(tmpIndex)).storeModelData(keyElement, subkey, in_value, isSetAsString);
                            // データタイプビーン型では項目名、subkey、入力値およびisSetAsStringフラグを引数に指定
                    }
                }
            }
        }
 
        // データタイプが String の項目"遷移元画面ＩＤ"(項目ID:before_screen_id)
        else if(keyElement.equals("遷移元画面ＩＤ")) {
            if(subkey.equalsIgnoreCase("value")) {
                setBefore_screen_id_value((String)in_value);
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、in_valueをcastして項目ID_stateのsetterを実行する。
                setBefore_screen_id_state((String)in_value);
            }
        }
 
        // データタイプが String の項目"ＳＭＳＥＳＳＩＯＮキー"(項目ID:smsession_key)
        else if(keyElement.equals("ＳＭＳＥＳＳＩＯＮキー")) {
            if(subkey.equalsIgnoreCase("value")) {
                setSmsession_key_value((String)in_value);
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、in_valueをcastして項目ID_stateのsetterを実行する。
                setSmsession_key_state((String)in_value);
            }
        }
 
        // データタイプがデータタイプビーン型の項目"ｍｉｎｅｏサービス情報"(項目ID:mineo_svc_info)
        else if(keyElement.equals("ｍｉｎｅｏサービス情報")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            separaterPoint =keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint > 0) { // 区切り符号が正しく指定された場合
                keyElement = keyRemain.substring(0, separaterPoint);
                // 次はリスト中のインデックスを見る
                Integer tmpIndexInt = null;
                try{
                    tmpIndexInt = Integer.valueOf(keyElement);
                }
                // インデックス値が数値文字列でない場合は、ここで再設定。
                catch(NumberFormatException e){
                    tmpIndexInt = null;
                }
                if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                    int tmpIndex = tmpIndexInt.intValue();
                    if(tmpIndex >= 0 && tmpIndex < mineo_svc_info_list.size()) { // インデックス値がリスト個数-1以下の場合
                        // 項目名を生成し、データタイプビーンのstoreModelDataの戻り値を返す
                        keyElement = keyRemain.substring(separaterPoint + 1);
                            ((X33VDataTypeBeanInterface)mineo_svc_info_list.get(tmpIndex)).storeModelData(keyElement, subkey, in_value, isSetAsString);
                            // データタイプビーン型では項目名、subkey、入力値およびisSetAsStringフラグを引数に指定
                    }
                }
            }
        }
 
        // データタイプがデータタイプビーン型の項目"料金表情報"(項目ID:prc_dsp_info)
        else if(keyElement.equals("料金表情報")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            separaterPoint =keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint > 0) { // 区切り符号が正しく指定された場合
                keyElement = keyRemain.substring(0, separaterPoint);
                // 次はリスト中のインデックスを見る
                Integer tmpIndexInt = null;
                try{
                    tmpIndexInt = Integer.valueOf(keyElement);
                }
                // インデックス値が数値文字列でない場合は、ここで再設定。
                catch(NumberFormatException e){
                    tmpIndexInt = null;
                }
                if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                    int tmpIndex = tmpIndexInt.intValue();
                    if(tmpIndex >= 0 && tmpIndex < prc_dsp_info_list.size()) { // インデックス値がリスト個数-1以下の場合
                        // 項目名を生成し、データタイプビーンのstoreModelDataの戻り値を返す
                        keyElement = keyRemain.substring(separaterPoint + 1);
                            ((X33VDataTypeBeanInterface)prc_dsp_info_list.get(tmpIndex)).storeModelData(keyElement, subkey, in_value, isSetAsString);
                            // データタイプビーン型では項目名、subkey、入力値およびisSetAsStringフラグを引数に指定
                    }
                }
            }
        }
 
        // データタイプがデータタイプビーン型の項目"ＧＨ情報"(項目ID:gh_info)
        else if(keyElement.equals("ＧＨ情報")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            separaterPoint =keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint > 0) { // 区切り符号が正しく指定された場合
                keyElement = keyRemain.substring(0, separaterPoint);
                // 次はリスト中のインデックスを見る
                Integer tmpIndexInt = null;
                try{
                    tmpIndexInt = Integer.valueOf(keyElement);
                }
                // インデックス値が数値文字列でない場合は、ここで再設定。
                catch(NumberFormatException e){
                    tmpIndexInt = null;
                }
                if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                    int tmpIndex = tmpIndexInt.intValue();
                    if(tmpIndex >= 0 && tmpIndex < gh_info_list.size()) { // インデックス値がリスト個数-1以下の場合
                        // 項目名を生成し、データタイプビーンのstoreModelDataの戻り値を返す
                        keyElement = keyRemain.substring(separaterPoint + 1);
                            ((X33VDataTypeBeanInterface)gh_info_list.get(tmpIndex)).storeModelData(keyElement, subkey, in_value, isSetAsString);
                            // データタイプビーン型では項目名、subkey、入力値およびisSetAsStringフラグを引数に指定
                    }
                }
            }
        }
 
        // データタイプがデータタイプビーン型の項目"表示用エラーメッセージ情報"(項目ID:dsp_err_msg_info)
        else if(keyElement.equals("表示用エラーメッセージ情報")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            separaterPoint =keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint > 0) { // 区切り符号が正しく指定された場合
                keyElement = keyRemain.substring(0, separaterPoint);
                // 次はリスト中のインデックスを見る
                Integer tmpIndexInt = null;
                try{
                    tmpIndexInt = Integer.valueOf(keyElement);
                }
                // インデックス値が数値文字列でない場合は、ここで再設定。
                catch(NumberFormatException e){
                    tmpIndexInt = null;
                }
                if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                    int tmpIndex = tmpIndexInt.intValue();
                    if(tmpIndex >= 0 && tmpIndex < dsp_err_msg_info_list.size()) { // インデックス値がリスト個数-1以下の場合
                        // 項目名を生成し、データタイプビーンのstoreModelDataの戻り値を返す
                        keyElement = keyRemain.substring(separaterPoint + 1);
                            ((X33VDataTypeBeanInterface)dsp_err_msg_info_list.get(tmpIndex)).storeModelData(keyElement, subkey, in_value, isSetAsString);
                            // データタイプビーン型では項目名、subkey、入力値およびisSetAsStringフラグを引数に指定
                    }
                }
            }
        }
 
    }
 
    /**
      * 画面に存在するサービスフォームIDのリストを返します。
      * @return String[] サービスフォームIDのリスト
      */
    public String[] listServiceFormIds() {
        return null;
    }
 
    /**
      * サービスフォームまたは指定の項目のクラスの項目名のリストを返します。
      * @param key 項目名
      * @return ArrayList 項目名のリスト
      */
    public ArrayList<String> listKoumokuIds(String key) {
 
        // keyがnullの場合、このサービスフォームの項目一覧を返す。
        if(key == null) {
            ArrayList<String> koumokuList = new ArrayList<String>();
            koumokuList.add("遷移先画面ＩＤ") ;
            koumokuList.add("遷移先画面名") ;
            koumokuList.add("選択後到達画面ＩＤ") ;
            koumokuList.add("権限リスト") ;
            koumokuList.add("メッセージリスト") ;
            koumokuList.add("リクエスト権限リスト") ;
            koumokuList.add("リクエスト業務規制リスト") ;
            koumokuList.add("フロント共有情報") ;
            koumokuList.add("ＷＥＢ新規情報") ;
            koumokuList.add("ＷＥＢ変更情報") ;
            koumokuList.add("共通エラー情報") ;
            koumokuList.add("リクエストフラグ") ;
            koumokuList.add("端末ＩＰアドレス") ;
            koumokuList.add("メール送信結果情報") ;
            koumokuList.add("工事進捗") ;
            koumokuList.add("フロント業務情報") ;
            koumokuList.add("遷移元画面ＩＤ") ;
            koumokuList.add("ＳＭＳＥＳＳＩＯＮキー") ;
            koumokuList.add("ｍｉｎｅｏサービス情報") ;
            koumokuList.add("料金表情報") ;
            koumokuList.add("ＧＨ情報") ;
            koumokuList.add("表示用エラーメッセージ情報") ;
            return koumokuList;
        }
 
 
        // データタイプビーン型項目が存在する場合、各項目ごとにクラスの項目名リストを返す。
        // データタイプがデータタイプビーン型の項目"権限リスト"(項目ID:kggrp_cd_list)、データタイプビーンのクラス名が"CommonInfoCF01DBean"の例
        else if(key.equals("権限リスト")) {
            return CommonInfoCF01DBean.listKoumokuIds();
        }
 
 
        // データタイプビーン型項目が存在する場合、各項目ごとにクラスの項目名リストを返す。
        // データタイプがデータタイプビーン型の項目"メッセージリスト"(項目ID:messages_list)、データタイプビーンのクラス名が"CommonInfoCF02DBean"の例
        else if(key.equals("メッセージリスト")) {
            return CommonInfoCF02DBean.listKoumokuIds();
        }
 
 
        // データタイプビーン型項目が存在する場合、各項目ごとにクラスの項目名リストを返す。
        // データタイプがデータタイプビーン型の項目"リクエスト権限リスト"(項目ID:request_authority_list)、データタイプビーンのクラス名が"CommonInfoCF03DBean"の例
        else if(key.equals("リクエスト権限リスト")) {
            return CommonInfoCF03DBean.listKoumokuIds();
        }
 
 
        // データタイプビーン型項目が存在する場合、各項目ごとにクラスの項目名リストを返す。
        // データタイプがデータタイプビーン型の項目"リクエスト業務規制リスト"(項目ID:request_restriction_list)、データタイプビーンのクラス名が"CommonInfoCF04DBean"の例
        else if(key.equals("リクエスト業務規制リスト")) {
            return CommonInfoCF04DBean.listKoumokuIds();
        }
 
 
        // データタイプビーン型項目が存在する場合、各項目ごとにクラスの項目名リストを返す。
        // データタイプがデータタイプビーン型の項目"フロント共有情報"(項目ID:front_common_info)、データタイプビーンのクラス名が"CommonInfoCF05DBean"の例
        else if(key.equals("フロント共有情報")) {
            return CommonInfoCF05DBean.listKoumokuIds();
        }
 
 
        // データタイプビーン型項目が存在する場合、各項目ごとにクラスの項目名リストを返す。
        // データタイプがデータタイプビーン型の項目"ＷＥＢ新規情報"(項目ID:web_new_info)、データタイプビーンのクラス名が"CommonInfoCF06DBean"の例
        else if(key.equals("ＷＥＢ新規情報")) {
            return CommonInfoCF06DBean.listKoumokuIds();
        }
 
 
        // データタイプビーン型項目が存在する場合、各項目ごとにクラスの項目名リストを返す。
        // データタイプがデータタイプビーン型の項目"ＷＥＢ変更情報"(項目ID:web_chg_info)、データタイプビーンのクラス名が"CommonInfoCF20DBean"の例
        else if(key.equals("ＷＥＢ変更情報")) {
            return CommonInfoCF20DBean.listKoumokuIds();
        }
 
 
        // データタイプビーン型項目が存在する場合、各項目ごとにクラスの項目名リストを返す。
        // データタイプがデータタイプビーン型の項目"共通エラー情報"(項目ID:common_error_info)、データタイプビーンのクラス名が"CommonInfoCF33DBean"の例
        else if(key.equals("共通エラー情報")) {
            return CommonInfoCF33DBean.listKoumokuIds();
        }
 
 
        // データタイプビーン型項目が存在する場合、各項目ごとにクラスの項目名リストを返す。
        // データタイプがデータタイプビーン型の項目"メール送信結果情報"(項目ID:mail_send_rslt_info)、データタイプビーンのクラス名が"CommonInfoCF34DBean"の例
        else if(key.equals("メール送信結果情報")) {
            return CommonInfoCF34DBean.listKoumokuIds();
        }
 
 
        // データタイプビーン型項目が存在する場合、各項目ごとにクラスの項目名リストを返す。
        // データタイプがデータタイプビーン型の項目"工事進捗"(項目ID:koji_sinchoku)、データタイプビーンのクラス名が"CommonInfoCF40DBean"の例
        else if(key.equals("工事進捗")) {
            return CommonInfoCF40DBean.listKoumokuIds();
        }
 
 
        // データタイプビーン型項目が存在する場合、各項目ごとにクラスの項目名リストを返す。
        // データタイプがデータタイプビーン型の項目"フロント業務情報"(項目ID:front_work_info)、データタイプビーンのクラス名が"CommonInfoCF48DBean"の例
        else if(key.equals("フロント業務情報")) {
            return CommonInfoCF48DBean.listKoumokuIds();
        }
 
 
        // データタイプビーン型項目が存在する場合、各項目ごとにクラスの項目名リストを返す。
        // データタイプがデータタイプビーン型の項目"ｍｉｎｅｏサービス情報"(項目ID:mineo_svc_info)、データタイプビーンのクラス名が"CommonInfoCF57DBean"の例
        else if(key.equals("ｍｉｎｅｏサービス情報")) {
            return CommonInfoCF57DBean.listKoumokuIds();
        }
 
 
        // データタイプビーン型項目が存在する場合、各項目ごとにクラスの項目名リストを返す。
        // データタイプがデータタイプビーン型の項目"料金表情報"(項目ID:prc_dsp_info)、データタイプビーンのクラス名が"CommonInfoCF58DBean"の例
        else if(key.equals("料金表情報")) {
            return CommonInfoCF58DBean.listKoumokuIds();
        }
 
 
        // データタイプビーン型項目が存在する場合、各項目ごとにクラスの項目名リストを返す。
        // データタイプがデータタイプビーン型の項目"ＧＨ情報"(項目ID:gh_info)、データタイプビーンのクラス名が"CommonInfoCF64DBean"の例
        else if(key.equals("ＧＨ情報")) {
            return CommonInfoCF64DBean.listKoumokuIds();
        }
 
 
        // データタイプビーン型項目が存在する場合、各項目ごとにクラスの項目名リストを返す。
        // データタイプがデータタイプビーン型の項目"表示用エラーメッセージ情報"(項目ID:dsp_err_msg_info)、データタイプビーンのクラス名が"CommonInfoCF71DBean"の例
        else if(key.equals("表示用エラーメッセージ情報")) {
            return CommonInfoCF71DBean.listKoumokuIds();
        }
 
        // 上記のいずれでもない場合、空の項目を返す
        return new ArrayList<String>();
    }
 
    /**
     * リスト項目のインスタンスを生成します。
     * @param key 項目名
     * @return int 追加された要素のインデックス番号
     */
    public int addListDataInstance (String key) throws X33SException{
 
        // nullの場合、-1で返す。
        if(key == null){
            return -1;
        }
 
        //各繰り返し項目の固定要素数指定への処理を行う。
        // データタイプがデータタイプビーン型の項目"権限リスト"(項目ID:kggrp_cd_list)、データタイプビーンのクラス名が"CommonInfoCF01DBean"の例
        else if( key.equals("権限リスト") ) {
            if( kggrp_cd_list_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                kggrp_cd_list_list = new X33VDataTypeList();
            }
            CommonInfoCF01DBean tmpBean = new CommonInfoCF01DBean(); // データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する
                                                                                         // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            kggrp_cd_list_list.add(tmpBean);
            return kggrp_cd_list_list.size()-1;
        }
 
        // データタイプがデータタイプビーン型の項目"メッセージリスト"(項目ID:messages_list)、データタイプビーンのクラス名が"CommonInfoCF02DBean"の例
        else if( key.equals("メッセージリスト") ) {
            if( messages_list_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                messages_list_list = new X33VDataTypeList();
            }
            CommonInfoCF02DBean tmpBean = new CommonInfoCF02DBean(); // データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する
                                                                                         // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            messages_list_list.add(tmpBean);
            return messages_list_list.size()-1;
        }
 
        // データタイプがデータタイプビーン型の項目"リクエスト権限リスト"(項目ID:request_authority_list)、データタイプビーンのクラス名が"CommonInfoCF03DBean"の例
        else if( key.equals("リクエスト権限リスト") ) {
            if( request_authority_list_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                request_authority_list_list = new X33VDataTypeList();
            }
            CommonInfoCF03DBean tmpBean = new CommonInfoCF03DBean(); // データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する
                                                                                         // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            request_authority_list_list.add(tmpBean);
            return request_authority_list_list.size()-1;
        }
 
        // データタイプがデータタイプビーン型の項目"リクエスト業務規制リスト"(項目ID:request_restriction_list)、データタイプビーンのクラス名が"CommonInfoCF04DBean"の例
        else if( key.equals("リクエスト業務規制リスト") ) {
            if( request_restriction_list_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                request_restriction_list_list = new X33VDataTypeList();
            }
            CommonInfoCF04DBean tmpBean = new CommonInfoCF04DBean(); // データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する
                                                                                         // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            request_restriction_list_list.add(tmpBean);
            return request_restriction_list_list.size()-1;
        }
 
        // データタイプがデータタイプビーン型の項目"フロント共有情報"(項目ID:front_common_info)、データタイプビーンのクラス名が"CommonInfoCF05DBean"固定要素数が"1"の例
        else if( key.equals("フロント共有情報") ) {
            if( front_common_info_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                front_common_info_list = new X33VDataTypeList(1);
                for(int i=0; i<1; i++){
                    CommonInfoCF05DBean tmpBean = new CommonInfoCF05DBean();
                    front_common_info_list.add(tmpBean);
                }
            }
            // MAX要素数以上の追加は許さない処理
            if( front_common_info_list.getMaxElementCnt() == 0 || front_common_info_list.size() < front_common_info_list.getMaxElementCnt() ){
                CommonInfoCF05DBean tmpBean = new CommonInfoCF05DBean(); // データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する
                // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
                front_common_info_list.add(tmpBean);		
            }else{
                	// 異常通知
                throw super.createExceptionForX31Method(ERRS_CANNOT_ADD_REPEATITEM);
            }
            return front_common_info_list.size() -1;
        }
 
        // データタイプがデータタイプビーン型の項目"ＷＥＢ新規情報"(項目ID:web_new_info)、データタイプビーンのクラス名が"CommonInfoCF06DBean"固定要素数が"1"の例
        else if( key.equals("ＷＥＢ新規情報") ) {
            if( web_new_info_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                web_new_info_list = new X33VDataTypeList(1);
                for(int i=0; i<1; i++){
                    CommonInfoCF06DBean tmpBean = new CommonInfoCF06DBean();
                    web_new_info_list.add(tmpBean);
                }
            }
            // MAX要素数以上の追加は許さない処理
            if( web_new_info_list.getMaxElementCnt() == 0 || web_new_info_list.size() < web_new_info_list.getMaxElementCnt() ){
                CommonInfoCF06DBean tmpBean = new CommonInfoCF06DBean(); // データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する
                // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
                web_new_info_list.add(tmpBean);		
            }else{
                	// 異常通知
                throw super.createExceptionForX31Method(ERRS_CANNOT_ADD_REPEATITEM);
            }
            return web_new_info_list.size() -1;
        }
 
        // データタイプがデータタイプビーン型の項目"ＷＥＢ変更情報"(項目ID:web_chg_info)、データタイプビーンのクラス名が"CommonInfoCF20DBean"固定要素数が"1"の例
        else if( key.equals("ＷＥＢ変更情報") ) {
            if( web_chg_info_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                web_chg_info_list = new X33VDataTypeList(1);
                for(int i=0; i<1; i++){
                    CommonInfoCF20DBean tmpBean = new CommonInfoCF20DBean();
                    web_chg_info_list.add(tmpBean);
                }
            }
            // MAX要素数以上の追加は許さない処理
            if( web_chg_info_list.getMaxElementCnt() == 0 || web_chg_info_list.size() < web_chg_info_list.getMaxElementCnt() ){
                CommonInfoCF20DBean tmpBean = new CommonInfoCF20DBean(); // データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する
                // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
                web_chg_info_list.add(tmpBean);		
            }else{
                	// 異常通知
                throw super.createExceptionForX31Method(ERRS_CANNOT_ADD_REPEATITEM);
            }
            return web_chg_info_list.size() -1;
        }
 
        // データタイプがデータタイプビーン型の項目"共通エラー情報"(項目ID:common_error_info)、データタイプビーンのクラス名が"CommonInfoCF33DBean"固定要素数が"1"の例
        else if( key.equals("共通エラー情報") ) {
            if( common_error_info_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                common_error_info_list = new X33VDataTypeList(1);
                for(int i=0; i<1; i++){
                    CommonInfoCF33DBean tmpBean = new CommonInfoCF33DBean();
                    common_error_info_list.add(tmpBean);
                }
            }
            // MAX要素数以上の追加は許さない処理
            if( common_error_info_list.getMaxElementCnt() == 0 || common_error_info_list.size() < common_error_info_list.getMaxElementCnt() ){
                CommonInfoCF33DBean tmpBean = new CommonInfoCF33DBean(); // データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する
                // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
                common_error_info_list.add(tmpBean);		
            }else{
                	// 異常通知
                throw super.createExceptionForX31Method(ERRS_CANNOT_ADD_REPEATITEM);
            }
            return common_error_info_list.size() -1;
        }
 
        // データタイプがデータタイプビーン型の項目"メール送信結果情報"(項目ID:mail_send_rslt_info)、データタイプビーンのクラス名が"CommonInfoCF34DBean"の例
        else if( key.equals("メール送信結果情報") ) {
            if( mail_send_rslt_info_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                mail_send_rslt_info_list = new X33VDataTypeList();
            }
            CommonInfoCF34DBean tmpBean = new CommonInfoCF34DBean(); // データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する
                                                                                         // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            mail_send_rslt_info_list.add(tmpBean);
            return mail_send_rslt_info_list.size()-1;
        }
 
        // データタイプがデータタイプビーン型の項目"工事進捗"(項目ID:koji_sinchoku)、データタイプビーンのクラス名が"CommonInfoCF40DBean"固定要素数が"1"の例
        else if( key.equals("工事進捗") ) {
            if( koji_sinchoku_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                koji_sinchoku_list = new X33VDataTypeList(1);
                for(int i=0; i<1; i++){
                    CommonInfoCF40DBean tmpBean = new CommonInfoCF40DBean();
                    koji_sinchoku_list.add(tmpBean);
                }
            }
            // MAX要素数以上の追加は許さない処理
            if( koji_sinchoku_list.getMaxElementCnt() == 0 || koji_sinchoku_list.size() < koji_sinchoku_list.getMaxElementCnt() ){
                CommonInfoCF40DBean tmpBean = new CommonInfoCF40DBean(); // データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する
                // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
                koji_sinchoku_list.add(tmpBean);		
            }else{
                	// 異常通知
                throw super.createExceptionForX31Method(ERRS_CANNOT_ADD_REPEATITEM);
            }
            return koji_sinchoku_list.size() -1;
        }
 
        // データタイプがデータタイプビーン型の項目"フロント業務情報"(項目ID:front_work_info)、データタイプビーンのクラス名が"CommonInfoCF48DBean"固定要素数が"1"の例
        else if( key.equals("フロント業務情報") ) {
            if( front_work_info_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                front_work_info_list = new X33VDataTypeList(1);
                for(int i=0; i<1; i++){
                    CommonInfoCF48DBean tmpBean = new CommonInfoCF48DBean();
                    front_work_info_list.add(tmpBean);
                }
            }
            // MAX要素数以上の追加は許さない処理
            if( front_work_info_list.getMaxElementCnt() == 0 || front_work_info_list.size() < front_work_info_list.getMaxElementCnt() ){
                CommonInfoCF48DBean tmpBean = new CommonInfoCF48DBean(); // データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する
                // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
                front_work_info_list.add(tmpBean);		
            }else{
                	// 異常通知
                throw super.createExceptionForX31Method(ERRS_CANNOT_ADD_REPEATITEM);
            }
            return front_work_info_list.size() -1;
        }
 
        // データタイプがデータタイプビーン型の項目"ｍｉｎｅｏサービス情報"(項目ID:mineo_svc_info)、データタイプビーンのクラス名が"CommonInfoCF57DBean"固定要素数が"1"の例
        else if( key.equals("ｍｉｎｅｏサービス情報") ) {
            if( mineo_svc_info_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                mineo_svc_info_list = new X33VDataTypeList(1);
                for(int i=0; i<1; i++){
                    CommonInfoCF57DBean tmpBean = new CommonInfoCF57DBean();
                    mineo_svc_info_list.add(tmpBean);
                }
            }
            // MAX要素数以上の追加は許さない処理
            if( mineo_svc_info_list.getMaxElementCnt() == 0 || mineo_svc_info_list.size() < mineo_svc_info_list.getMaxElementCnt() ){
                CommonInfoCF57DBean tmpBean = new CommonInfoCF57DBean(); // データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する
                // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
                mineo_svc_info_list.add(tmpBean);		
            }else{
                	// 異常通知
                throw super.createExceptionForX31Method(ERRS_CANNOT_ADD_REPEATITEM);
            }
            return mineo_svc_info_list.size() -1;
        }
 
        // データタイプがデータタイプビーン型の項目"料金表情報"(項目ID:prc_dsp_info)、データタイプビーンのクラス名が"CommonInfoCF58DBean"固定要素数が"1"の例
        else if( key.equals("料金表情報") ) {
            if( prc_dsp_info_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                prc_dsp_info_list = new X33VDataTypeList(1);
                for(int i=0; i<1; i++){
                    CommonInfoCF58DBean tmpBean = new CommonInfoCF58DBean();
                    prc_dsp_info_list.add(tmpBean);
                }
            }
            // MAX要素数以上の追加は許さない処理
            if( prc_dsp_info_list.getMaxElementCnt() == 0 || prc_dsp_info_list.size() < prc_dsp_info_list.getMaxElementCnt() ){
                CommonInfoCF58DBean tmpBean = new CommonInfoCF58DBean(); // データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する
                // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
                prc_dsp_info_list.add(tmpBean);		
            }else{
                	// 異常通知
                throw super.createExceptionForX31Method(ERRS_CANNOT_ADD_REPEATITEM);
            }
            return prc_dsp_info_list.size() -1;
        }
 
        // データタイプがデータタイプビーン型の項目"ＧＨ情報"(項目ID:gh_info)、データタイプビーンのクラス名が"CommonInfoCF64DBean"の例
        else if( key.equals("ＧＨ情報") ) {
            if( gh_info_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                gh_info_list = new X33VDataTypeList();
            }
            CommonInfoCF64DBean tmpBean = new CommonInfoCF64DBean(); // データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する
                                                                                         // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            gh_info_list.add(tmpBean);
            return gh_info_list.size()-1;
        }
 
        // データタイプがデータタイプビーン型の項目"表示用エラーメッセージ情報"(項目ID:dsp_err_msg_info)、データタイプビーンのクラス名が"CommonInfoCF71DBean"固定要素数が"1"の例
        else if( key.equals("表示用エラーメッセージ情報") ) {
            if( dsp_err_msg_info_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                dsp_err_msg_info_list = new X33VDataTypeList(1);
                for(int i=0; i<1; i++){
                    CommonInfoCF71DBean tmpBean = new CommonInfoCF71DBean();
                    dsp_err_msg_info_list.add(tmpBean);
                }
            }
            // MAX要素数以上の追加は許さない処理
            if( dsp_err_msg_info_list.getMaxElementCnt() == 0 || dsp_err_msg_info_list.size() < dsp_err_msg_info_list.getMaxElementCnt() ){
                CommonInfoCF71DBean tmpBean = new CommonInfoCF71DBean(); // データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する
                // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
                dsp_err_msg_info_list.add(tmpBean);		
            }else{
                	// 異常通知
                throw super.createExceptionForX31Method(ERRS_CANNOT_ADD_REPEATITEM);
            }
            return dsp_err_msg_info_list.size() -1;
        }
 
        return -1; //該当する項目がない場合、-1を返す
    }
 
    /**
     * リスト項目のインスタンスを削除します。
     * @param key 項目名
     * @param index 削除対象のインデックス番号
     */
    public void removeElementFromListData (String key, int index) throws X33SException{
 
        if(key != null){
            // データタイプが CommonInfoCF01 の繰り返し指定項目"権限リスト"(項目ID:kggrp_cd_list)
            if(key.equals("権限リスト")) {
                if(index >= 0 && index < kggrp_cd_list_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    kggrp_cd_list_list.remove(index);
                }
            }
 
            // データタイプが CommonInfoCF02 の繰り返し指定項目"メッセージリスト"(項目ID:messages_list)
            else if(key.equals("メッセージリスト")) {
                if(index >= 0 && index < messages_list_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    messages_list_list.remove(index);
                }
            }
 
            // データタイプが CommonInfoCF03 の繰り返し指定項目"リクエスト権限リスト"(項目ID:request_authority_list)
            else if(key.equals("リクエスト権限リスト")) {
                if(index >= 0 && index < request_authority_list_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    request_authority_list_list.remove(index);
                }
            }
 
            // データタイプが CommonInfoCF04 の繰り返し指定項目"リクエスト業務規制リスト"(項目ID:request_restriction_list)
            else if(key.equals("リクエスト業務規制リスト")) {
                if(index >= 0 && index < request_restriction_list_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    request_restriction_list_list.remove(index);
                }
            }
 
            // データタイプが CommonInfoCF05 の繰り返し指定項目"フロント共有情報"(項目ID:front_common_info)
            else if(key.equals("フロント共有情報")) {
                if(index >= 0 && index < front_common_info_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    front_common_info_list.remove(index);
                }
            }
 
            // データタイプが CommonInfoCF06 の繰り返し指定項目"ＷＥＢ新規情報"(項目ID:web_new_info)
            else if(key.equals("ＷＥＢ新規情報")) {
                if(index >= 0 && index < web_new_info_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    web_new_info_list.remove(index);
                }
            }
 
            // データタイプが CommonInfoCF20 の繰り返し指定項目"ＷＥＢ変更情報"(項目ID:web_chg_info)
            else if(key.equals("ＷＥＢ変更情報")) {
                if(index >= 0 && index < web_chg_info_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    web_chg_info_list.remove(index);
                }
            }
 
            // データタイプが CommonInfoCF33 の繰り返し指定項目"共通エラー情報"(項目ID:common_error_info)
            else if(key.equals("共通エラー情報")) {
                if(index >= 0 && index < common_error_info_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    common_error_info_list.remove(index);
                }
            }
 
            // データタイプが CommonInfoCF34 の繰り返し指定項目"メール送信結果情報"(項目ID:mail_send_rslt_info)
            else if(key.equals("メール送信結果情報")) {
                if(index >= 0 && index < mail_send_rslt_info_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    mail_send_rslt_info_list.remove(index);
                }
            }
 
            // データタイプが CommonInfoCF40 の繰り返し指定項目"工事進捗"(項目ID:koji_sinchoku)
            else if(key.equals("工事進捗")) {
                if(index >= 0 && index < koji_sinchoku_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    koji_sinchoku_list.remove(index);
                }
            }
 
            // データタイプが CommonInfoCF48 の繰り返し指定項目"フロント業務情報"(項目ID:front_work_info)
            else if(key.equals("フロント業務情報")) {
                if(index >= 0 && index < front_work_info_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    front_work_info_list.remove(index);
                }
            }
 
            // データタイプが CommonInfoCF57 の繰り返し指定項目"ｍｉｎｅｏサービス情報"(項目ID:mineo_svc_info)
            else if(key.equals("ｍｉｎｅｏサービス情報")) {
                if(index >= 0 && index < mineo_svc_info_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    mineo_svc_info_list.remove(index);
                }
            }
 
            // データタイプが CommonInfoCF58 の繰り返し指定項目"料金表情報"(項目ID:prc_dsp_info)
            else if(key.equals("料金表情報")) {
                if(index >= 0 && index < prc_dsp_info_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    prc_dsp_info_list.remove(index);
                }
            }
 
            // データタイプが CommonInfoCF64 の繰り返し指定項目"ＧＨ情報"(項目ID:gh_info)
            else if(key.equals("ＧＨ情報")) {
                if(index >= 0 && index < gh_info_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    gh_info_list.remove(index);
                }
            }
 
            // データタイプが CommonInfoCF71 の繰り返し指定項目"表示用エラーメッセージ情報"(項目ID:dsp_err_msg_info)
            else if(key.equals("表示用エラーメッセージ情報")) {
                if(index >= 0 && index < dsp_err_msg_info_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    dsp_err_msg_info_list.remove(index);
                }
            }
 
        }
    }
 
    /**
     * リスト項目の要素をクリアします。
     * @param key 項目名
     */
    public void clearListDataInstance (String key) throws X33SException{
 
        if(key !=null){
            // データタイプが CommonInfoCF01 の繰り返し指定項目"権限リスト"(項目ID:kggrp_cd_list)
            if(key.equals("権限リスト")) {
                kggrp_cd_list_list.clear();
            }
 
            // データタイプが CommonInfoCF02 の繰り返し指定項目"メッセージリスト"(項目ID:messages_list)
            else if(key.equals("メッセージリスト")) {
                messages_list_list.clear();
            }
 
            // データタイプが CommonInfoCF03 の繰り返し指定項目"リクエスト権限リスト"(項目ID:request_authority_list)
            else if(key.equals("リクエスト権限リスト")) {
                request_authority_list_list.clear();
            }
 
            // データタイプが CommonInfoCF04 の繰り返し指定項目"リクエスト業務規制リスト"(項目ID:request_restriction_list)
            else if(key.equals("リクエスト業務規制リスト")) {
                request_restriction_list_list.clear();
            }
 
            // データタイプが CommonInfoCF05 の繰り返し指定項目"フロント共有情報"(項目ID:front_common_info)
            else if(key.equals("フロント共有情報")) {
                front_common_info_list.clear();
            }
 
            // データタイプが CommonInfoCF06 の繰り返し指定項目"ＷＥＢ新規情報"(項目ID:web_new_info)
            else if(key.equals("ＷＥＢ新規情報")) {
                web_new_info_list.clear();
            }
 
            // データタイプが CommonInfoCF20 の繰り返し指定項目"ＷＥＢ変更情報"(項目ID:web_chg_info)
            else if(key.equals("ＷＥＢ変更情報")) {
                web_chg_info_list.clear();
            }
 
            // データタイプが CommonInfoCF33 の繰り返し指定項目"共通エラー情報"(項目ID:common_error_info)
            else if(key.equals("共通エラー情報")) {
                common_error_info_list.clear();
            }
 
            // データタイプが CommonInfoCF34 の繰り返し指定項目"メール送信結果情報"(項目ID:mail_send_rslt_info)
            else if(key.equals("メール送信結果情報")) {
                mail_send_rslt_info_list.clear();
            }
 
            // データタイプが CommonInfoCF40 の繰り返し指定項目"工事進捗"(項目ID:koji_sinchoku)
            else if(key.equals("工事進捗")) {
                koji_sinchoku_list.clear();
            }
 
            // データタイプが CommonInfoCF48 の繰り返し指定項目"フロント業務情報"(項目ID:front_work_info)
            else if(key.equals("フロント業務情報")) {
                front_work_info_list.clear();
            }
 
            // データタイプが CommonInfoCF57 の繰り返し指定項目"ｍｉｎｅｏサービス情報"(項目ID:mineo_svc_info)
            else if(key.equals("ｍｉｎｅｏサービス情報")) {
                mineo_svc_info_list.clear();
            }
 
            // データタイプが CommonInfoCF58 の繰り返し指定項目"料金表情報"(項目ID:prc_dsp_info)
            else if(key.equals("料金表情報")) {
                prc_dsp_info_list.clear();
            }
 
            // データタイプが CommonInfoCF64 の繰り返し指定項目"ＧＨ情報"(項目ID:gh_info)
            else if(key.equals("ＧＨ情報")) {
                gh_info_list.clear();
            }
 
            // データタイプが CommonInfoCF71 の繰り返し指定項目"表示用エラーメッセージ情報"(項目ID:dsp_err_msg_info)
            else if(key.equals("表示用エラーメッセージ情報")) {
                dsp_err_msg_info_list.clear();
            }
 
        }
    }
 
    /**
     * 項目名とサブキーからデータの型情報を取得します。
     *
     * @param gamenId 画面ID(予備)
     * @param key 項目名
     * @param subkey サブキー
     * @return Class データの型情報
     */
    public Class<?> typeModelData(String gamenId, String key, String subkey) {
        return typeModelData(key, subkey);
    }
 
    /**
     * 項目名とサブキーからデータの型情報を取得します。
     *
     * @param key 項目名
     * @param subkey サブキー
     * @return Class データの型情報
     */
    public Class<?> typeModelData(String key, String subkey) { 
 
        //keyの指定は、以下のいずれかで行う。
        // 項目名 : String, Long, Boolean型（繰り返し指定なし）の項目で、型情報を取得する場合
        //        繰り返し指定項目で、リストの型情報を取得する場合
        // 項目名/インデックス値 : データタイプビーン型以外の繰り返し指定項目で、型情報を取得する場合
        // 項目名/インデックス値/データタイプビーン項目名 : データタイプビーン型項目で、型情報を取得する場合
        // 項目名/* : データタイプビーン型項目、繰り返し指定項目で、リストの要素数の型情報を取得する場合
        // インデックス値は、X33VDataTypeList内に格納される各ビーンのリストの順序を示す。
        // keyがnullの場合、null返す
        if(key == null){
            return null;
        }
 
        // subkeyがnullの場合、空文字列に
        else if(subkey == null){
            subkey = new String("");
        }
 
        // keyの値の最初の要素を取得
        String keyElement;
        int separaterPoint = key.indexOf("/"); //keyがルート指定("項目a/0/項目b"のような)の場合を想定し、区切り符号(ここでは"/")を検索する。
        if(separaterPoint > 0) {
            keyElement = key.substring(0, separaterPoint);
        }
        else{
            keyElement = key;
        }
 
        //項目ごとに処理を入れる。
        // データタイプが String の項目"遷移先画面ＩＤ"(項目ID:next_screen_id)
        if(keyElement.equals("遷移先画面ＩＤ")) {
            if(subkey.equalsIgnoreCase("value")) {
                return String.class;
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、ステータスを返す。
                return String.class;
            }
        }
 
        // データタイプが String の項目"遷移先画面名"(項目ID:next_screen_name)
        else if(keyElement.equals("遷移先画面名")) {
            if(subkey.equalsIgnoreCase("value")) {
                return String.class;
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、ステータスを返す。
                return String.class;
            }
        }
 
        // データタイプが String の項目"選択後到達画面ＩＤ"(項目ID:select_ttu_screen_id)
        else if(keyElement.equals("選択後到達画面ＩＤ")) {
            if(subkey.equalsIgnoreCase("value")) {
                return String.class;
            }
            else if(subkey.equalsIgnoreCase("enable")) {
                return Boolean.class; 
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、ステータスを返す。
                return String.class;
            }
        }
 
        // データタイプがデータタイプビーン型の項目"権限リスト"(項目ID:kggrp_cd_list)
        else if(keyElement.equals("権限リスト")) {
            //項目名のみの指定の場合、リスト型を返す。
            if(keyElement.equals(key)){
                return X33VDataTypeList.class;
            }
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.class;
            }
            separaterPoint = keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint <= 0) { // 区切り符号が見つからない、または不正な場合は、ここでnullを返す。
                return null;
            }
            keyElement = keyRemain.substring(0, separaterPoint);
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(keyElement);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= kggrp_cd_list_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのtypeModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)kggrp_cd_list_list.get(tmpIndex)).typeModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"メッセージリスト"(項目ID:messages_list)
        else if(keyElement.equals("メッセージリスト")) {
            //項目名のみの指定の場合、リスト型を返す。
            if(keyElement.equals(key)){
                return X33VDataTypeList.class;
            }
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.class;
            }
            separaterPoint = keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint <= 0) { // 区切り符号が見つからない、または不正な場合は、ここでnullを返す。
                return null;
            }
            keyElement = keyRemain.substring(0, separaterPoint);
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(keyElement);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= messages_list_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのtypeModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)messages_list_list.get(tmpIndex)).typeModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"リクエスト権限リスト"(項目ID:request_authority_list)
        else if(keyElement.equals("リクエスト権限リスト")) {
            //項目名のみの指定の場合、リスト型を返す。
            if(keyElement.equals(key)){
                return X33VDataTypeList.class;
            }
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.class;
            }
            separaterPoint = keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint <= 0) { // 区切り符号が見つからない、または不正な場合は、ここでnullを返す。
                return null;
            }
            keyElement = keyRemain.substring(0, separaterPoint);
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(keyElement);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= request_authority_list_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのtypeModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)request_authority_list_list.get(tmpIndex)).typeModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"リクエスト業務規制リスト"(項目ID:request_restriction_list)
        else if(keyElement.equals("リクエスト業務規制リスト")) {
            //項目名のみの指定の場合、リスト型を返す。
            if(keyElement.equals(key)){
                return X33VDataTypeList.class;
            }
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.class;
            }
            separaterPoint = keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint <= 0) { // 区切り符号が見つからない、または不正な場合は、ここでnullを返す。
                return null;
            }
            keyElement = keyRemain.substring(0, separaterPoint);
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(keyElement);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= request_restriction_list_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのtypeModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)request_restriction_list_list.get(tmpIndex)).typeModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"フロント共有情報"(項目ID:front_common_info)
        else if(keyElement.equals("フロント共有情報")) {
            //項目名のみの指定の場合、リスト型を返す。
            if(keyElement.equals(key)){
                return X33VDataTypeList.class;
            }
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.class;
            }
            separaterPoint = keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint <= 0) { // 区切り符号が見つからない、または不正な場合は、ここでnullを返す。
                return null;
            }
            keyElement = keyRemain.substring(0, separaterPoint);
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(keyElement);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= front_common_info_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのtypeModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)front_common_info_list.get(tmpIndex)).typeModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"ＷＥＢ新規情報"(項目ID:web_new_info)
        else if(keyElement.equals("ＷＥＢ新規情報")) {
            //項目名のみの指定の場合、リスト型を返す。
            if(keyElement.equals(key)){
                return X33VDataTypeList.class;
            }
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.class;
            }
            separaterPoint = keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint <= 0) { // 区切り符号が見つからない、または不正な場合は、ここでnullを返す。
                return null;
            }
            keyElement = keyRemain.substring(0, separaterPoint);
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(keyElement);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= web_new_info_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのtypeModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)web_new_info_list.get(tmpIndex)).typeModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"ＷＥＢ変更情報"(項目ID:web_chg_info)
        else if(keyElement.equals("ＷＥＢ変更情報")) {
            //項目名のみの指定の場合、リスト型を返す。
            if(keyElement.equals(key)){
                return X33VDataTypeList.class;
            }
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.class;
            }
            separaterPoint = keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint <= 0) { // 区切り符号が見つからない、または不正な場合は、ここでnullを返す。
                return null;
            }
            keyElement = keyRemain.substring(0, separaterPoint);
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(keyElement);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= web_chg_info_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのtypeModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)web_chg_info_list.get(tmpIndex)).typeModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"共通エラー情報"(項目ID:common_error_info)
        else if(keyElement.equals("共通エラー情報")) {
            //項目名のみの指定の場合、リスト型を返す。
            if(keyElement.equals(key)){
                return X33VDataTypeList.class;
            }
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.class;
            }
            separaterPoint = keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint <= 0) { // 区切り符号が見つからない、または不正な場合は、ここでnullを返す。
                return null;
            }
            keyElement = keyRemain.substring(0, separaterPoint);
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(keyElement);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= common_error_info_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのtypeModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)common_error_info_list.get(tmpIndex)).typeModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプが String の項目"リクエストフラグ"(項目ID:request_flg)
        else if(keyElement.equals("リクエストフラグ")) {
            if(subkey.equalsIgnoreCase("value")) {
                return String.class;
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、ステータスを返す。
                return String.class;
            }
        }
 
        // データタイプが String の項目"端末ＩＰアドレス"(項目ID:ip_address)
        else if(keyElement.equals("端末ＩＰアドレス")) {
            if(subkey.equalsIgnoreCase("value")) {
                return String.class;
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、ステータスを返す。
                return String.class;
            }
        }
 
        // データタイプがデータタイプビーン型の項目"メール送信結果情報"(項目ID:mail_send_rslt_info)
        else if(keyElement.equals("メール送信結果情報")) {
            //項目名のみの指定の場合、リスト型を返す。
            if(keyElement.equals(key)){
                return X33VDataTypeList.class;
            }
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.class;
            }
            separaterPoint = keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint <= 0) { // 区切り符号が見つからない、または不正な場合は、ここでnullを返す。
                return null;
            }
            keyElement = keyRemain.substring(0, separaterPoint);
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(keyElement);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= mail_send_rslt_info_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのtypeModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)mail_send_rslt_info_list.get(tmpIndex)).typeModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"工事進捗"(項目ID:koji_sinchoku)
        else if(keyElement.equals("工事進捗")) {
            //項目名のみの指定の場合、リスト型を返す。
            if(keyElement.equals(key)){
                return X33VDataTypeList.class;
            }
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.class;
            }
            separaterPoint = keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint <= 0) { // 区切り符号が見つからない、または不正な場合は、ここでnullを返す。
                return null;
            }
            keyElement = keyRemain.substring(0, separaterPoint);
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(keyElement);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= koji_sinchoku_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのtypeModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)koji_sinchoku_list.get(tmpIndex)).typeModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"フロント業務情報"(項目ID:front_work_info)
        else if(keyElement.equals("フロント業務情報")) {
            //項目名のみの指定の場合、リスト型を返す。
            if(keyElement.equals(key)){
                return X33VDataTypeList.class;
            }
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.class;
            }
            separaterPoint = keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint <= 0) { // 区切り符号が見つからない、または不正な場合は、ここでnullを返す。
                return null;
            }
            keyElement = keyRemain.substring(0, separaterPoint);
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(keyElement);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= front_work_info_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのtypeModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)front_work_info_list.get(tmpIndex)).typeModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプが String の項目"遷移元画面ＩＤ"(項目ID:before_screen_id)
        else if(keyElement.equals("遷移元画面ＩＤ")) {
            if(subkey.equalsIgnoreCase("value")) {
                return String.class;
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、ステータスを返す。
                return String.class;
            }
        }
 
        // データタイプが String の項目"ＳＭＳＥＳＳＩＯＮキー"(項目ID:smsession_key)
        else if(keyElement.equals("ＳＭＳＥＳＳＩＯＮキー")) {
            if(subkey.equalsIgnoreCase("value")) {
                return String.class;
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、ステータスを返す。
                return String.class;
            }
        }
 
        // データタイプがデータタイプビーン型の項目"ｍｉｎｅｏサービス情報"(項目ID:mineo_svc_info)
        else if(keyElement.equals("ｍｉｎｅｏサービス情報")) {
            //項目名のみの指定の場合、リスト型を返す。
            if(keyElement.equals(key)){
                return X33VDataTypeList.class;
            }
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.class;
            }
            separaterPoint = keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint <= 0) { // 区切り符号が見つからない、または不正な場合は、ここでnullを返す。
                return null;
            }
            keyElement = keyRemain.substring(0, separaterPoint);
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(keyElement);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= mineo_svc_info_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのtypeModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)mineo_svc_info_list.get(tmpIndex)).typeModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"料金表情報"(項目ID:prc_dsp_info)
        else if(keyElement.equals("料金表情報")) {
            //項目名のみの指定の場合、リスト型を返す。
            if(keyElement.equals(key)){
                return X33VDataTypeList.class;
            }
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.class;
            }
            separaterPoint = keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint <= 0) { // 区切り符号が見つからない、または不正な場合は、ここでnullを返す。
                return null;
            }
            keyElement = keyRemain.substring(0, separaterPoint);
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(keyElement);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= prc_dsp_info_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのtypeModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)prc_dsp_info_list.get(tmpIndex)).typeModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"ＧＨ情報"(項目ID:gh_info)
        else if(keyElement.equals("ＧＨ情報")) {
            //項目名のみの指定の場合、リスト型を返す。
            if(keyElement.equals(key)){
                return X33VDataTypeList.class;
            }
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.class;
            }
            separaterPoint = keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint <= 0) { // 区切り符号が見つからない、または不正な場合は、ここでnullを返す。
                return null;
            }
            keyElement = keyRemain.substring(0, separaterPoint);
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(keyElement);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= gh_info_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのtypeModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)gh_info_list.get(tmpIndex)).typeModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"表示用エラーメッセージ情報"(項目ID:dsp_err_msg_info)
        else if(keyElement.equals("表示用エラーメッセージ情報")) {
            //項目名のみの指定の場合、リスト型を返す。
            if(keyElement.equals(key)){
                return X33VDataTypeList.class;
            }
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.class;
            }
            separaterPoint = keyRemain.indexOf("/"); //次の区切り符号(ここでは"/")を検索する。
            if(separaterPoint <= 0) { // 区切り符号が見つからない、または不正な場合は、ここでnullを返す。
                return null;
            }
            keyElement = keyRemain.substring(0, separaterPoint);
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(keyElement);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= dsp_err_msg_info_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのtypeModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)dsp_err_msg_info_list.get(tmpIndex)).typeModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        return null;
    }
 
	/** 
	 *	業務情報データから指定されたキーの項目を取得します。
	 *	@return	Object　業務情報区分オブジェクト
	 */
    public Object readGyomuInfoItem(String key){
    	return gyomuInfo.get(key);
    }
    
   	/** 
	 *	業務情報データに指定されたキーで項目を登録します。
	 *	@param	key 業務情報区分ID
	 *	@param	Object 業務情報区分オブジェクト
	 */
    public void writeGyomuInfoItem(String key, Object itemData){
    	gyomuInfo.put(key, itemData);
    }
    
}
