//********************************************************************************************
//* DKW00201SFBean.java                 All Rights reserved.Copyright (c) K-Opticom
//********************************************************************************************
/*
履歴：
	NO	日付			更新者								    
	01	2011.12.05		Webクライアント定義ツール 2.0.39		
*/
 
/**
 * <DL>
 * <DT>名前
 * <p>
 * <DT>説明:
 * <DD>データの初期化.
 * <DD> generated by Web Client tool V01/L01.
 * </DL>
*/
package eo.web.webview.DKW00201SF;
 
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 javax.faces.model.SelectItem;
 
import java.util.ArrayList;
import java.util.HashMap;
 
// 例外処理用にインポートする
import com.fujitsu.futurity.web.x33.X33SException;
 
/* シリアライズ警告 */
@SuppressWarnings("serial")
public class DKW00201SFBean
    extends X33VViewBaseBean
    implements X33VListedBeanInterface, X31CBaseBean, Serializable {
    
    //プロパティの宣言
	protected X33VDataTypeList i_ukeire_sk_cd_list = null;
	protected String i_ukeire_sk_nm_update;
	protected String i_ukeire_sk_nm_value = "";
	protected Boolean i_ukeire_sk_nm_enabled = false;
	protected String i_ukeire_sk_nm_state = "";
	protected String i_abdmnt_add_update;
	protected Boolean i_abdmnt_add_value = false;
	protected Boolean i_abdmnt_add_enabled = false;
	protected String i_abdmnt_add_state = "";
	protected String i_abdmnt_add_cd_update;
	protected String i_abdmnt_add_cd_value = "";
	protected String i_abdmnt_add_cd_state = "";
	protected X33VDataTypeList hmpin_ukeire_list_list = null;
	protected X33VDataTypeList all_hmpin_ukeire_list_list = null;
	protected String screen_mode_update;
	protected String screen_mode_value = new String("0");
	protected String screen_mode_state = "";
	protected String efile_update;
	protected String efile_value = "";
	protected Boolean efile_enabled = false;
	protected String efile_state = "";
	protected String file_del_ymd_update;
	protected String file_del_ymd_value = "";
	protected Boolean file_del_ymd_enabled = false;
	protected String file_del_ymd_state = "";
	protected String display_page_num_update;
	protected String display_page_num_value = "";
	protected String display_page_num_state = "";
	protected String soko_cd_update;
	protected String soko_cd_value = "";
	protected Boolean soko_cd_enabled = false;
	protected String soko_cd_state = "";
	protected String shelf_cd_update;
	protected String shelf_cd_value = "";
	protected Boolean shelf_cd_enabled = false;
	protected String shelf_cd_state = "";
	protected X33VDataTypeList sokodana_list = null;
	protected X33VDataTypeList hmpin_kind_list = null;
	protected X33VDataTypeList hmpin_reason_list = null;
	protected X33VDataTypeList item_condition_list = null;
	protected X33VDataTypeList exists_or_not_list = null;
	protected X33VDataTypeList shelf_names_list = null;
 
	// コンストラクタ生成
	public DKW00201SFBean(){
		//コンストラクタの宣言部生成
		i_ukeire_sk_cd_list = new X33VDataTypeList(1);		
		hmpin_ukeire_list_list = new X33VDataTypeList();
		all_hmpin_ukeire_list_list = new X33VDataTypeList(1);		
		sokodana_list = new X33VDataTypeList(1);		
		hmpin_kind_list = new X33VDataTypeList(1);		
		hmpin_reason_list = new X33VDataTypeList(1);		
		item_condition_list = new X33VDataTypeList(1);		
		exists_or_not_list = new X33VDataTypeList(1);		
		shelf_names_list = new X33VDataTypeList();
		for(int i=0; i<1 ; i++){
			DKW00201SF01DBean tmpBean = new DKW00201SF01DBean();
			i_ukeire_sk_cd_list.add(tmpBean);
		}
		for(int i=0; i<1 ; i++){
			DKW00201SF04DBean tmpBean = new DKW00201SF04DBean();
			all_hmpin_ukeire_list_list.add(tmpBean);
		}
		for(int i=0; i<1 ; i++){
			DKW00201SF03DBean tmpBean = new DKW00201SF03DBean();
			sokodana_list.add(tmpBean);
		}
		for(int i=0; i<1 ; i++){
			DKW00201SF05DBean tmpBean = new DKW00201SF05DBean();
			hmpin_kind_list.add(tmpBean);
		}
		for(int i=0; i<1 ; i++){
			DKW00201SF05DBean tmpBean = new DKW00201SF05DBean();
			hmpin_reason_list.add(tmpBean);
		}
		for(int i=0; i<1 ; i++){
			DKW00201SF05DBean tmpBean = new DKW00201SF05DBean();
			item_condition_list.add(tmpBean);
		}
		for(int i=0; i<1 ; i++){
			DKW00201SF05DBean tmpBean = new DKW00201SF05DBean();
			exists_or_not_list.add(tmpBean);
		}
	}
 
    /**
     *  Getter/Setterメソッド
     */
 
    public X33VDataTypeList getI_ukeire_sk_cd_list() {
        return this.i_ukeire_sk_cd_list ;
    }
 
    public void setI_ukeire_sk_cd_list(X33VDataTypeList param) {
        this.i_ukeire_sk_cd_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_typelist_i_ukeire_sk_cd(){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i<i_ukeire_sk_cd_list.size(); i++){
            String itemValue = (String)((X33VDataTypeBeanInterface) i_ukeire_sk_cd_list.get(i)).loadModelData("受入先情報", "value");
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
    public String getI_ukeire_sk_nm_update() {
        return this.i_ukeire_sk_nm_update ;
    }
 
    public void setI_ukeire_sk_nm_update(String param) {
        this.i_ukeire_sk_nm_update = param ;
    }
 
    public String getI_ukeire_sk_nm_value() {
        return this.i_ukeire_sk_nm_value ;
    }
 
    public void setI_ukeire_sk_nm_value( String param) {
        this.i_ukeire_sk_nm_value = param ;
    }
 
    public Boolean getI_ukeire_sk_nm_enabled() {
        return this.i_ukeire_sk_nm_enabled ;
    }    
 
    public void setI_ukeire_sk_nm_enabled(Boolean param) {
        this.i_ukeire_sk_nm_enabled = param ;
    }
 
    public String getI_ukeire_sk_nm_state() {
        return this.i_ukeire_sk_nm_state ;
    }
 
    public void setI_ukeire_sk_nm_state(String param) {
        this.i_ukeire_sk_nm_state = param ;
    }
 
    public String getI_abdmnt_add_update() {
        return this.i_abdmnt_add_update ;
    }
 
    public void setI_abdmnt_add_update( String param ) {
        this.i_abdmnt_add_update = param ;
    }
 
    public Boolean getI_abdmnt_add_value() {
        return this.i_abdmnt_add_value ;
    }
 
    public void setI_abdmnt_add_value( Boolean param) {
        this.i_abdmnt_add_value = param ;
    }
 
    public Boolean getI_abdmnt_add_enabled() {
        return this.i_abdmnt_add_enabled ;
    }    
 
    public void setI_abdmnt_add_enabled(Boolean param) {
        this.i_abdmnt_add_enabled = param ;
    }
 
    public String getI_abdmnt_add_state() {
        return this.i_abdmnt_add_state ;
    }
 
    public void setI_abdmnt_add_state(String param) {
        this.i_abdmnt_add_state = param ;
    }
 
    public String getI_abdmnt_add_cd_update() {
        return this.i_abdmnt_add_cd_update ;
    }
 
    public void setI_abdmnt_add_cd_update(String param) {
        this.i_abdmnt_add_cd_update = param ;
    }
 
    public String getI_abdmnt_add_cd_value() {
        return this.i_abdmnt_add_cd_value ;
    }
 
    public void setI_abdmnt_add_cd_value( String param) {
        this.i_abdmnt_add_cd_value = param ;
    }
 
    public String getI_abdmnt_add_cd_state() {
        return this.i_abdmnt_add_cd_state ;
    }
 
    public void setI_abdmnt_add_cd_state(String param) {
        this.i_abdmnt_add_cd_state = param ;
    }
 
 
    public X33VDataTypeList getHmpin_ukeire_list_list() {
        return this.hmpin_ukeire_list_list ;
    }
 
    public void setHmpin_ukeire_list_list(X33VDataTypeList param) {
        this.hmpin_ukeire_list_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_typelist_hmpin_ukeire_list(){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i<hmpin_ukeire_list_list.size(); i++){
            String itemValue = (String)((X33VDataTypeBeanInterface) hmpin_ukeire_list_list.get(i)).loadModelData("返品受入情報一覧リスト", "value");
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getAll_hmpin_ukeire_list_list() {
        return this.all_hmpin_ukeire_list_list ;
    }
 
    public void setAll_hmpin_ukeire_list_list(X33VDataTypeList param) {
        this.all_hmpin_ukeire_list_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_typelist_all_hmpin_ukeire_list(){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i<all_hmpin_ukeire_list_list.size(); i++){
            String itemValue = (String)((X33VDataTypeBeanInterface) all_hmpin_ukeire_list_list.get(i)).loadModelData("全返品受入情報一覧リスト", "value");
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
    public String getScreen_mode_update() {
        return this.screen_mode_update ;
    }
 
    public void setScreen_mode_update(String param) {
        this.screen_mode_update = param ;
    }
 
    public String getScreen_mode_value() {
        return this.screen_mode_value ;
    }
 
    public void setScreen_mode_value(String param) {
        this.screen_mode_value = param ;
    }
 
    public String getScreen_mode_state() {
        return this.screen_mode_state ;
    }
 
    public void setScreen_mode_state(String param) {
        this.screen_mode_state = param ;
    }
 
    public String getEfile_update() {
        return this.efile_update ;
    }
 
    public void setEfile_update(String param) {
        this.efile_update = param ;
    }
 
    public String getEfile_value() {
        return this.efile_value ;
    }
 
    public void setEfile_value( String param) {
        this.efile_value = param ;
    }
 
    public Boolean getEfile_enabled() {
        return this.efile_enabled ;
    }    
 
    public void setEfile_enabled(Boolean param) {
        this.efile_enabled = param ;
    }
 
    public String getEfile_state() {
        return this.efile_state ;
    }
 
    public void setEfile_state(String param) {
        this.efile_state = param ;
    }
 
    public String getFile_del_ymd_update() {
        return this.file_del_ymd_update ;
    }
 
    public void setFile_del_ymd_update(String param) {
        this.file_del_ymd_update = param ;
    }
 
    public String getFile_del_ymd_value() {
        return this.file_del_ymd_value ;
    }
 
    public void setFile_del_ymd_value( String param) {
        this.file_del_ymd_value = param ;
    }
 
    public Boolean getFile_del_ymd_enabled() {
        return this.file_del_ymd_enabled ;
    }    
 
    public void setFile_del_ymd_enabled(Boolean param) {
        this.file_del_ymd_enabled = param ;
    }
 
    public String getFile_del_ymd_state() {
        return this.file_del_ymd_state ;
    }
 
    public void setFile_del_ymd_state(String param) {
        this.file_del_ymd_state = param ;
    }
 
    public String getDisplay_page_num_update() {
        return this.display_page_num_update ;
    }
 
    public void setDisplay_page_num_update(String param) {
        this.display_page_num_update = param ;
    }
 
    public String getDisplay_page_num_value() {
        return this.display_page_num_value ;
    }
 
    public void setDisplay_page_num_value( String param) {
        this.display_page_num_value = param ;
    }
 
    public String getDisplay_page_num_state() {
        return this.display_page_num_state ;
    }
 
    public void setDisplay_page_num_state(String param) {
        this.display_page_num_state = param ;
    }
 
    public String getSoko_cd_update() {
        return this.soko_cd_update ;
    }
 
    public void setSoko_cd_update(String param) {
        this.soko_cd_update = param ;
    }
 
    public String getSoko_cd_value() {
        return this.soko_cd_value ;
    }
 
    public void setSoko_cd_value( String param) {
        this.soko_cd_value = param ;
    }
 
    public Boolean getSoko_cd_enabled() {
        return this.soko_cd_enabled ;
    }    
 
    public void setSoko_cd_enabled(Boolean param) {
        this.soko_cd_enabled = param ;
    }
 
    public String getSoko_cd_state() {
        return this.soko_cd_state ;
    }
 
    public void setSoko_cd_state(String param) {
        this.soko_cd_state = param ;
    }
 
    public String getShelf_cd_update() {
        return this.shelf_cd_update ;
    }
 
    public void setShelf_cd_update(String param) {
        this.shelf_cd_update = param ;
    }
 
    public String getShelf_cd_value() {
        return this.shelf_cd_value ;
    }
 
    public void setShelf_cd_value( String param) {
        this.shelf_cd_value = param ;
    }
 
    public Boolean getShelf_cd_enabled() {
        return this.shelf_cd_enabled ;
    }    
 
    public void setShelf_cd_enabled(Boolean param) {
        this.shelf_cd_enabled = param ;
    }
 
    public String getShelf_cd_state() {
        return this.shelf_cd_state ;
    }
 
    public void setShelf_cd_state(String param) {
        this.shelf_cd_state = param ;
    }
 
 
    public X33VDataTypeList getSokodana_list() {
        return this.sokodana_list ;
    }
 
    public void setSokodana_list(X33VDataTypeList param) {
        this.sokodana_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_typelist_sokodana(){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i<sokodana_list.size(); i++){
            String itemValue = (String)((X33VDataTypeBeanInterface) sokodana_list.get(i)).loadModelData("倉庫棚", "value");
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getHmpin_kind_list() {
        return this.hmpin_kind_list ;
    }
 
    public void setHmpin_kind_list(X33VDataTypeList param) {
        this.hmpin_kind_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_typelist_hmpin_kind(){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i<hmpin_kind_list.size(); i++){
            String itemValue = (String)((X33VDataTypeBeanInterface) hmpin_kind_list.get(i)).loadModelData("返品種別", "value");
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getHmpin_reason_list() {
        return this.hmpin_reason_list ;
    }
 
    public void setHmpin_reason_list(X33VDataTypeList param) {
        this.hmpin_reason_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_typelist_hmpin_reason(){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i<hmpin_reason_list.size(); i++){
            String itemValue = (String)((X33VDataTypeBeanInterface) hmpin_reason_list.get(i)).loadModelData("返品理由", "value");
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getItem_condition_list() {
        return this.item_condition_list ;
    }
 
    public void setItem_condition_list(X33VDataTypeList param) {
        this.item_condition_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_typelist_item_condition(){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i<item_condition_list.size(); i++){
            String itemValue = (String)((X33VDataTypeBeanInterface) item_condition_list.get(i)).loadModelData("商品状態", "value");
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getExists_or_not_list() {
        return this.exists_or_not_list ;
    }
 
    public void setExists_or_not_list(X33VDataTypeList param) {
        this.exists_or_not_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_typelist_exists_or_not(){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i<exists_or_not_list.size(); i++){
            String itemValue = (String)((X33VDataTypeBeanInterface) exists_or_not_list.get(i)).loadModelData("有無", "value");
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getShelf_names_list() {
        return this.shelf_names_list ;
    }
 
    public void setShelf_names_list(X33VDataTypeList param) {
        this.shelf_names_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_typelist_shelf_names(){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i<shelf_names_list.size(); i++){
            String itemValue = (String)((X33VDataTypeBeanInterface) shelf_names_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("");
        }
        
        // 共有情報ビーン処理
        String keyElement;
        int separaterPoint = key.indexOf("//"); //keyが共有情報ビーンに関する指定か否かチェック
        if(separaterPoint == 0) {
            return super.loadCommonInfoData(key);
        }
 
        // 共有情報ビーン以外の場合
        // keyの値の最初の要素を取得
        separaterPoint = key.indexOf("/"); //keyがルート指定("項目a/0/項目b"のような)の場合を想定し、区切り符号(ここでは"/")を検索する。
        if(separaterPoint > 0) {
            keyElement = key.substring(0, separaterPoint);
        }else{
            keyElement = key;
        }
 
        //項目ごとに処理を入れる。
        // データタイプがデータタイプビーン型の項目"受入先情報"(項目ID:i_ukeire_sk_cd)
        if(keyElement.equals("受入先情報")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.valueOf(i_ukeire_sk_cd_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 >= i_ukeire_sk_cd_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのloadModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)i_ukeire_sk_cd_list.get(tmpIndex)).loadModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプが String の項目"受入先情報選択値"(項目ID:i_ukeire_sk_nm)
        else if(keyElement.equals("受入先情報選択値")) {
            if(subkey.equalsIgnoreCase("value")) {
                return getI_ukeire_sk_nm_value();
            }
            else if(subkey.equalsIgnoreCase("enable")) { // subkeyが"enable"の場合、項目ID_enableのgetterの戻り値を返す。
                return getI_ukeire_sk_nm_enabled(); 
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、ステータスを返す。
                return getI_ukeire_sk_nm_state(); 
            }
        }
 
        // データタイプが Boolean の項目"廃棄登録"(項目ID:i_abdmnt_add)
        else if(keyElement.equals("廃棄登録")) {
            if(subkey.equalsIgnoreCase("value")) { 
                return getI_abdmnt_add_value();
            }
            else if(subkey.equalsIgnoreCase("enable")) { // subkeyが"enable"の場合、項目ID_enableのgetterの戻り値を返す。
                return getI_abdmnt_add_enabled(); 
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、ステータスを返す。
                return getI_abdmnt_add_state(); 
            }
        }
 
        // データタイプが String の項目"廃棄登録選択値"(項目ID:i_abdmnt_add_cd)
        else if(keyElement.equals("廃棄登録選択値")) {
            if(subkey.equalsIgnoreCase("value")) {
                return getI_abdmnt_add_cd_value();
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、ステータスを返す。
                return getI_abdmnt_add_cd_state(); 
            }
        }
 
        // データタイプがデータタイプビーン型の項目"返品受入情報一覧リスト"(項目ID:hmpin_ukeire_list)
        else if(keyElement.equals("返品受入情報一覧リスト")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.valueOf(hmpin_ukeire_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 >= hmpin_ukeire_list_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのloadModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)hmpin_ukeire_list_list.get(tmpIndex)).loadModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"全返品受入情報一覧リスト"(項目ID:all_hmpin_ukeire_list)
        else if(keyElement.equals("全返品受入情報一覧リスト")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.valueOf(all_hmpin_ukeire_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 >= all_hmpin_ukeire_list_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのloadModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)all_hmpin_ukeire_list_list.get(tmpIndex)).loadModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプが Long の項目"画面モード"(項目ID:screen_mode)
        else if(keyElement.equals("画面モード")) {
            if(subkey.equalsIgnoreCase("value")) {
                String tmpValue = getScreen_mode_value();
                if(tmpValue != null){
                    tmpValue = tmpValue.replace('−','-');
                    return tmpValue;
                }
                return null;
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、ステータスを返す。
                return getScreen_mode_state (); 
            }
        }
 
        // データタイプが String の項目"電子ファイル"(項目ID:efile)
        else if(keyElement.equals("電子ファイル")) {
            if(subkey.equalsIgnoreCase("value")) {
                return getEfile_value();
            }
            else if(subkey.equalsIgnoreCase("enable")) { // subkeyが"enable"の場合、項目ID_enableのgetterの戻り値を返す。
                return getEfile_enabled(); 
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、ステータスを返す。
                return getEfile_state(); 
            }
        }
 
        // データタイプが String の項目"ファイル削除年月日"(項目ID:file_del_ymd)
        else if(keyElement.equals("ファイル削除年月日")) {
            if(subkey.equalsIgnoreCase("value")) {
                return getFile_del_ymd_value();
            }
            else if(subkey.equalsIgnoreCase("enable")) { // subkeyが"enable"の場合、項目ID_enableのgetterの戻り値を返す。
                return getFile_del_ymd_enabled(); 
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、ステータスを返す。
                return getFile_del_ymd_state(); 
            }
        }
 
        // データタイプが String の項目"表示ページ番号"(項目ID:display_page_num)
        else if(keyElement.equals("表示ページ番号")) {
            if(subkey.equalsIgnoreCase("value")) {
                return getDisplay_page_num_value();
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、ステータスを返す。
                return getDisplay_page_num_state(); 
            }
        }
 
        // データタイプが String の項目"倉庫コード"(項目ID:soko_cd)
        else if(keyElement.equals("倉庫コード")) {
            if(subkey.equalsIgnoreCase("value")) {
                return getSoko_cd_value();
            }
            else if(subkey.equalsIgnoreCase("enable")) { // subkeyが"enable"の場合、項目ID_enableのgetterの戻り値を返す。
                return getSoko_cd_enabled(); 
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、ステータスを返す。
                return getSoko_cd_state(); 
            }
        }
 
        // データタイプが String の項目"倉庫棚コード"(項目ID:shelf_cd)
        else if(keyElement.equals("倉庫棚コード")) {
            if(subkey.equalsIgnoreCase("value")) {
                return getShelf_cd_value();
            }
            else if(subkey.equalsIgnoreCase("enable")) { // subkeyが"enable"の場合、項目ID_enableのgetterの戻り値を返す。
                return getShelf_cd_enabled(); 
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、ステータスを返す。
                return getShelf_cd_state(); 
            }
        }
 
        // データタイプがデータタイプビーン型の項目"倉庫棚"(項目ID:sokodana)
        else if(keyElement.equals("倉庫棚")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.valueOf(sokodana_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 >= sokodana_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのloadModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)sokodana_list.get(tmpIndex)).loadModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"返品種別"(項目ID:hmpin_kind)
        else if(keyElement.equals("返品種別")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.valueOf(hmpin_kind_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 >= hmpin_kind_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのloadModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)hmpin_kind_list.get(tmpIndex)).loadModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"返品理由"(項目ID:hmpin_reason)
        else if(keyElement.equals("返品理由")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.valueOf(hmpin_reason_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 >= hmpin_reason_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのloadModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)hmpin_reason_list.get(tmpIndex)).loadModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"商品状態"(項目ID:item_condition)
        else if(keyElement.equals("商品状態")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.valueOf(item_condition_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 >= item_condition_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのloadModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)item_condition_list.get(tmpIndex)).loadModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"有無"(項目ID:exists_or_not)
        else if(keyElement.equals("有無")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.valueOf(exists_or_not_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 >= exists_or_not_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのloadModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)exists_or_not_list.get(tmpIndex)).loadModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"倉庫棚名称一覧"(項目ID:shelf_names)
        else if(keyElement.equals("倉庫棚名称一覧")) {
            // keyの次の要素を取得
            String keyRemain = key.substring(separaterPoint + 1); //("プランリスト/0/プラン名"のようなパス形式から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(keyRemain.equals("*")) {
                return Integer.valueOf(shelf_names_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 >= shelf_names_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのloadModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)shelf_names_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が共通情報ビーンに関する指定か否かをチェック
        if(separaterPoint == 0){//共通情報ビーンの場合
            super.storeCommonInfoData(key, in_value,isSetAsString);
        }
        else{
            separaterPoint = key.indexOf("/"); //keyがルート指定("項目a/0/項目b"のような)の場合を想定し、区切り符号(ここでは"/")を検索する。
            if(separaterPoint > 0) {
                keyElement = key.substring(0, separaterPoint);
            }
            else{
                keyElement = key;
            }  
        
            // 項目ごとに処理を入れる。
            // データタイプがデータタイプビーン型の項目"受入先情報"(項目ID:i_ukeire_sk_cd)
            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 < i_ukeire_sk_cd_list.size()) { // インデックス値がリスト個数-1以下の場合
                            // 項目名を生成し、データタイプビーンのstoreModelDataの戻り値を返す
                            keyElement = keyRemain.substring(separaterPoint + 1);
                            ((X33VDataTypeBeanInterface)i_ukeire_sk_cd_list.get(tmpIndex)).storeModelData(keyElement, subkey, in_value, isSetAsString);
                            // データタイプビーン型では項目名、subkey、入力値およびisSetAsStringフラグを引数に指定
                        }
                    }
                }
            }
 
            // データタイプが String の項目"受入先情報選択値"(項目ID:i_ukeire_sk_nm)
            else if(keyElement.equals("受入先情報選択値")) {
                if(subkey.equalsIgnoreCase("value")) {
                    setI_ukeire_sk_nm_value((String)in_value);
                }
                else if(subkey.equalsIgnoreCase("enable")) { // subkeyが"enable"の場合、項目ID_enableのsetterを実行する。
                    setI_ukeire_sk_nm_enabled((Boolean)in_value); 
                }
                else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、in_valueをcastして項目ID_stateのsetterを実行する。
                    setI_ukeire_sk_nm_state((String)in_value);
                }
            }
 
            // データタイプが Boolean の項目"廃棄登録"(項目ID:i_abdmnt_add)
            else if(keyElement.equals("廃棄登録")) {
                if(subkey.equalsIgnoreCase("value")) { // Booleanに変換してから返す。
                    setI_abdmnt_add_value((Boolean)in_value);
                }
                else if(subkey.equalsIgnoreCase("enable")) { // subkeyが"enable"の場合、項目ID_enabledのsetterを実行する。
                    setI_abdmnt_add_enabled((Boolean)in_value);
                }
                else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、in_valueをcastして項目ID_stateのsetterを実行する。
                    setI_abdmnt_add_state((String)in_value);
                }
            }
 
            // データタイプが String の項目"廃棄登録選択値"(項目ID:i_abdmnt_add_cd)
            else if(keyElement.equals("廃棄登録選択値")) {
                if(subkey.equalsIgnoreCase("value")) {
                    setI_abdmnt_add_cd_value((String)in_value);
                }
                else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、in_valueをcastして項目ID_stateのsetterを実行する。
                    setI_abdmnt_add_cd_state((String)in_value);
                }
            }
 
            // データタイプがデータタイプビーン型の項目"返品受入情報一覧リスト"(項目ID:hmpin_ukeire_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 < hmpin_ukeire_list_list.size()) { // インデックス値がリスト個数-1以下の場合
                            // 項目名を生成し、データタイプビーンのstoreModelDataの戻り値を返す
                            keyElement = keyRemain.substring(separaterPoint + 1);
                            ((X33VDataTypeBeanInterface)hmpin_ukeire_list_list.get(tmpIndex)).storeModelData(keyElement, subkey, in_value, isSetAsString);
                            // データタイプビーン型では項目名、subkey、入力値およびisSetAsStringフラグを引数に指定
                        }
                    }
                }
            }
 
            // データタイプがデータタイプビーン型の項目"全返品受入情報一覧リスト"(項目ID:all_hmpin_ukeire_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 < all_hmpin_ukeire_list_list.size()) { // インデックス値がリスト個数-1以下の場合
                            // 項目名を生成し、データタイプビーンのstoreModelDataの戻り値を返す
                            keyElement = keyRemain.substring(separaterPoint + 1);
                            ((X33VDataTypeBeanInterface)all_hmpin_ukeire_list_list.get(tmpIndex)).storeModelData(keyElement, subkey, in_value, isSetAsString);
                            // データタイプビーン型では項目名、subkey、入力値およびisSetAsStringフラグを引数に指定
                        }
                    }
                }
            }
 
            // データタイプが Long の項目"画面モード"(項目ID:screen_mode)
            else if(keyElement.equals("画面モード")) {
                if(subkey.equalsIgnoreCase("value")) { // Stringに変換してから返す。
                    if(in_value == null){
                        setScreen_mode_value(null);
                    }
                    else if(isSetAsString == true && in_value instanceof String){
                    	setScreen_mode_value(((String)in_value));
                    }
                    else{
                        setScreen_mode_value(((Long)in_value).toString());
                    }
                }
                else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、in_valueをcastして項目ID_stateのsetterを実行する。
                    setScreen_mode_state((String)in_value);
                }
            }
 
            // データタイプが String の項目"電子ファイル"(項目ID:efile)
            else if(keyElement.equals("電子ファイル")) {
                if(subkey.equalsIgnoreCase("value")) {
                    setEfile_value((String)in_value);
                }
                else if(subkey.equalsIgnoreCase("enable")) { // subkeyが"enable"の場合、項目ID_enableのsetterを実行する。
                    setEfile_enabled((Boolean)in_value); 
                }
                else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、in_valueをcastして項目ID_stateのsetterを実行する。
                    setEfile_state((String)in_value);
                }
            }
 
            // データタイプが String の項目"ファイル削除年月日"(項目ID:file_del_ymd)
            else if(keyElement.equals("ファイル削除年月日")) {
                if(subkey.equalsIgnoreCase("value")) {
                    setFile_del_ymd_value((String)in_value);
                }
                else if(subkey.equalsIgnoreCase("enable")) { // subkeyが"enable"の場合、項目ID_enableのsetterを実行する。
                    setFile_del_ymd_enabled((Boolean)in_value); 
                }
                else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、in_valueをcastして項目ID_stateのsetterを実行する。
                    setFile_del_ymd_state((String)in_value);
                }
            }
 
            // データタイプが String の項目"表示ページ番号"(項目ID:display_page_num)
            else if(keyElement.equals("表示ページ番号")) {
                if(subkey.equalsIgnoreCase("value")) {
                    setDisplay_page_num_value((String)in_value);
                }
                else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、in_valueをcastして項目ID_stateのsetterを実行する。
                    setDisplay_page_num_state((String)in_value);
                }
            }
 
            // データタイプが String の項目"倉庫コード"(項目ID:soko_cd)
            else if(keyElement.equals("倉庫コード")) {
                if(subkey.equalsIgnoreCase("value")) {
                    setSoko_cd_value((String)in_value);
                }
                else if(subkey.equalsIgnoreCase("enable")) { // subkeyが"enable"の場合、項目ID_enableのsetterを実行する。
                    setSoko_cd_enabled((Boolean)in_value); 
                }
                else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、in_valueをcastして項目ID_stateのsetterを実行する。
                    setSoko_cd_state((String)in_value);
                }
            }
 
            // データタイプが String の項目"倉庫棚コード"(項目ID:shelf_cd)
            else if(keyElement.equals("倉庫棚コード")) {
                if(subkey.equalsIgnoreCase("value")) {
                    setShelf_cd_value((String)in_value);
                }
                else if(subkey.equalsIgnoreCase("enable")) { // subkeyが"enable"の場合、項目ID_enableのsetterを実行する。
                    setShelf_cd_enabled((Boolean)in_value); 
                }
                else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、in_valueをcastして項目ID_stateのsetterを実行する。
                    setShelf_cd_state((String)in_value);
                }
            }
 
            // データタイプがデータタイプビーン型の項目"倉庫棚"(項目ID:sokodana)
            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 < sokodana_list.size()) { // インデックス値がリスト個数-1以下の場合
                            // 項目名を生成し、データタイプビーンのstoreModelDataの戻り値を返す
                            keyElement = keyRemain.substring(separaterPoint + 1);
                            ((X33VDataTypeBeanInterface)sokodana_list.get(tmpIndex)).storeModelData(keyElement, subkey, in_value, isSetAsString);
                            // データタイプビーン型では項目名、subkey、入力値およびisSetAsStringフラグを引数に指定
                        }
                    }
                }
            }
 
            // データタイプがデータタイプビーン型の項目"返品種別"(項目ID:hmpin_kind)
            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 < hmpin_kind_list.size()) { // インデックス値がリスト個数-1以下の場合
                            // 項目名を生成し、データタイプビーンのstoreModelDataの戻り値を返す
                            keyElement = keyRemain.substring(separaterPoint + 1);
                            ((X33VDataTypeBeanInterface)hmpin_kind_list.get(tmpIndex)).storeModelData(keyElement, subkey, in_value, isSetAsString);
                            // データタイプビーン型では項目名、subkey、入力値およびisSetAsStringフラグを引数に指定
                        }
                    }
                }
            }
 
            // データタイプがデータタイプビーン型の項目"返品理由"(項目ID:hmpin_reason)
            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 < hmpin_reason_list.size()) { // インデックス値がリスト個数-1以下の場合
                            // 項目名を生成し、データタイプビーンのstoreModelDataの戻り値を返す
                            keyElement = keyRemain.substring(separaterPoint + 1);
                            ((X33VDataTypeBeanInterface)hmpin_reason_list.get(tmpIndex)).storeModelData(keyElement, subkey, in_value, isSetAsString);
                            // データタイプビーン型では項目名、subkey、入力値およびisSetAsStringフラグを引数に指定
                        }
                    }
                }
            }
 
            // データタイプがデータタイプビーン型の項目"商品状態"(項目ID:item_condition)
            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 < item_condition_list.size()) { // インデックス値がリスト個数-1以下の場合
                            // 項目名を生成し、データタイプビーンのstoreModelDataの戻り値を返す
                            keyElement = keyRemain.substring(separaterPoint + 1);
                            ((X33VDataTypeBeanInterface)item_condition_list.get(tmpIndex)).storeModelData(keyElement, subkey, in_value, isSetAsString);
                            // データタイプビーン型では項目名、subkey、入力値およびisSetAsStringフラグを引数に指定
                        }
                    }
                }
            }
 
            // データタイプがデータタイプビーン型の項目"有無"(項目ID:exists_or_not)
            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 < exists_or_not_list.size()) { // インデックス値がリスト個数-1以下の場合
                            // 項目名を生成し、データタイプビーンのstoreModelDataの戻り値を返す
                            keyElement = keyRemain.substring(separaterPoint + 1);
                            ((X33VDataTypeBeanInterface)exists_or_not_list.get(tmpIndex)).storeModelData(keyElement, subkey, in_value, isSetAsString);
                            // データタイプビーン型では項目名、subkey、入力値およびisSetAsStringフラグを引数に指定
                        }
                    }
                }
            }
 
            // データタイプがデータタイプビーン型の項目"倉庫棚名称一覧"(項目ID:shelf_names)
            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 < shelf_names_list.size()) { // インデックス値がリスト個数-1以下の場合
                            // 項目名を生成し、データタイプビーンのstoreModelDataの戻り値を返す
                            keyElement = keyRemain.substring(separaterPoint + 1);
                            ((X33VDataTypeBeanInterface)shelf_names_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("倉庫棚名称一覧") ;
            return koumokuList;
        }
 
        //共通情報ビーンが指定された場合、基底クラスのメソッドの結果を返す。
        else if(key.indexOf("/")==0 && key.length()>2){
            return super.listKoumokuIds(key);
        }
 
 
        // データタイプビーン型項目が存在する場合、各項目ごとにクラスの項目名リストを返す。
        // データタイプがデータタイプビーン型の項目"受入先情報"(項目ID:i_ukeire_sk_cd)、データタイプビーンのクラス名が"DKW00201SF01DBean"の例
        else if(key.equals("受入先情報")) {
            return DKW00201SF01DBean.listKoumokuIds();
        }
 
 
        // データタイプビーン型項目が存在する場合、各項目ごとにクラスの項目名リストを返す。
        // データタイプがデータタイプビーン型の項目"返品受入情報一覧リスト"(項目ID:hmpin_ukeire_list)、データタイプビーンのクラス名が"DKW00201SF02DBean"の例
        else if(key.equals("返品受入情報一覧リスト")) {
            return DKW00201SF02DBean.listKoumokuIds();
        }
 
 
        // データタイプビーン型項目が存在する場合、各項目ごとにクラスの項目名リストを返す。
        // データタイプがデータタイプビーン型の項目"全返品受入情報一覧リスト"(項目ID:all_hmpin_ukeire_list)、データタイプビーンのクラス名が"DKW00201SF04DBean"の例
        else if(key.equals("全返品受入情報一覧リスト")) {
            return DKW00201SF04DBean.listKoumokuIds();
        }
 
 
        // データタイプビーン型項目が存在する場合、各項目ごとにクラスの項目名リストを返す。
        // データタイプがデータタイプビーン型の項目"倉庫棚"(項目ID:sokodana)、データタイプビーンのクラス名が"DKW00201SF03DBean"の例
        else if(key.equals("倉庫棚")) {
            return DKW00201SF03DBean.listKoumokuIds();
        }
 
 
        // データタイプビーン型項目が存在する場合、各項目ごとにクラスの項目名リストを返す。
        // データタイプがデータタイプビーン型の項目"返品種別"(項目ID:hmpin_kind)、データタイプビーンのクラス名が"DKW00201SF05DBean"の例
        else if(key.equals("返品種別")) {
            return DKW00201SF05DBean.listKoumokuIds();
        }
 
 
        // データタイプビーン型項目が存在する場合、各項目ごとにクラスの項目名リストを返す。
        // データタイプがデータタイプビーン型の項目"返品理由"(項目ID:hmpin_reason)、データタイプビーンのクラス名が"DKW00201SF05DBean"の例
        else if(key.equals("返品理由")) {
            return DKW00201SF05DBean.listKoumokuIds();
        }
 
 
        // データタイプビーン型項目が存在する場合、各項目ごとにクラスの項目名リストを返す。
        // データタイプがデータタイプビーン型の項目"商品状態"(項目ID:item_condition)、データタイプビーンのクラス名が"DKW00201SF05DBean"の例
        else if(key.equals("商品状態")) {
            return DKW00201SF05DBean.listKoumokuIds();
        }
 
 
        // データタイプビーン型項目が存在する場合、各項目ごとにクラスの項目名リストを返す。
        // データタイプがデータタイプビーン型の項目"有無"(項目ID:exists_or_not)、データタイプビーンのクラス名が"DKW00201SF05DBean"の例
        else if(key.equals("有無")) {
            return DKW00201SF05DBean.listKoumokuIds();
        }
 
 
        // データタイプビーン型項目が存在する場合、各項目ごとにクラスの項目名リストを返す。
        // データタイプがデータタイプビーン型の項目"倉庫棚名称一覧"(項目ID:shelf_names)、データタイプビーンのクラス名が"DKW00201SF06DBean"の例
        else if(key.equals("倉庫棚名称一覧")) {
            return DKW00201SF06DBean.listKoumokuIds();
        }
 
        // 上記のいずれでもない場合、空の項目を返す
        return new ArrayList<String>();
    }
 
    /**
     * リスト項目のインスタンスを生成します。
     * @param key 項目名
     * @return int 追加された要素のインデックス番号
     */
    public int addListDataInstance (String key) throws X33SException{
 
        // nullの場合、-1で返す。
        if(key == null){
            return -1;
        }
 
        //共通情報ビーンの場合
        else if(key.startsWith("//")){
            //共通情報ビーンリストは基底クラスで処理
            return super.addListDataInstance(key);
        }
 
        //各繰り返し項目の固定要素数指定への処理を行う。
        // データタイプがデータタイプビーン型の項目"受入先情報"(項目ID:i_ukeire_sk_cd)、データタイプビーンのクラス名が"DKW00201SF01DBean"固定要素数が"1"の例
        else if( key.equals("受入先情報") ) {
            if( i_ukeire_sk_cd_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                i_ukeire_sk_cd_list = new X33VDataTypeList(1);
                for(int i=0; i<1; i++){
                    DKW00201SF01DBean tmpBean = new DKW00201SF01DBean();
                    i_ukeire_sk_cd_list.add(tmpBean);
                }
            }
            // MAX要素数以上の追加は許さない処理
            if( i_ukeire_sk_cd_list.getMaxElementCnt() == 0 || i_ukeire_sk_cd_list.size() < i_ukeire_sk_cd_list.getMaxElementCnt() ){
                DKW00201SF01DBean tmpBean = new DKW00201SF01DBean(); // データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する
                // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
                i_ukeire_sk_cd_list.add(tmpBean);		
            }else{
                	// 異常通知
                throw super.createExceptionForX31Method(ERRS_CANNOT_ADD_REPEATITEM);
            }
            return i_ukeire_sk_cd_list.size() -1;
        }
 
        // データタイプがデータタイプビーン型の項目"返品受入情報一覧リスト"(項目ID:hmpin_ukeire_list)、データタイプビーンのクラス名が"DKW00201SF02DBean"の例
        else if( key.equals("返品受入情報一覧リスト") ) {
            if( hmpin_ukeire_list_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                hmpin_ukeire_list_list = new X33VDataTypeList();
            }
            DKW00201SF02DBean tmpBean = new DKW00201SF02DBean(); // データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する
                                                                                         // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            hmpin_ukeire_list_list.add(tmpBean);
            return hmpin_ukeire_list_list.size()-1;
        }
 
        // データタイプがデータタイプビーン型の項目"全返品受入情報一覧リスト"(項目ID:all_hmpin_ukeire_list)、データタイプビーンのクラス名が"DKW00201SF04DBean"固定要素数が"1"の例
        else if( key.equals("全返品受入情報一覧リスト") ) {
            if( all_hmpin_ukeire_list_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                all_hmpin_ukeire_list_list = new X33VDataTypeList(1);
                for(int i=0; i<1; i++){
                    DKW00201SF04DBean tmpBean = new DKW00201SF04DBean();
                    all_hmpin_ukeire_list_list.add(tmpBean);
                }
            }
            // MAX要素数以上の追加は許さない処理
            if( all_hmpin_ukeire_list_list.getMaxElementCnt() == 0 || all_hmpin_ukeire_list_list.size() < all_hmpin_ukeire_list_list.getMaxElementCnt() ){
                DKW00201SF04DBean tmpBean = new DKW00201SF04DBean(); // データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する
                // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
                all_hmpin_ukeire_list_list.add(tmpBean);		
            }else{
                	// 異常通知
                throw super.createExceptionForX31Method(ERRS_CANNOT_ADD_REPEATITEM);
            }
            return all_hmpin_ukeire_list_list.size() -1;
        }
 
        // データタイプがデータタイプビーン型の項目"倉庫棚"(項目ID:sokodana)、データタイプビーンのクラス名が"DKW00201SF03DBean"固定要素数が"1"の例
        else if( key.equals("倉庫棚") ) {
            if( sokodana_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                sokodana_list = new X33VDataTypeList(1);
                for(int i=0; i<1; i++){
                    DKW00201SF03DBean tmpBean = new DKW00201SF03DBean();
                    sokodana_list.add(tmpBean);
                }
            }
            // MAX要素数以上の追加は許さない処理
            if( sokodana_list.getMaxElementCnt() == 0 || sokodana_list.size() < sokodana_list.getMaxElementCnt() ){
                DKW00201SF03DBean tmpBean = new DKW00201SF03DBean(); // データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する
                // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
                sokodana_list.add(tmpBean);		
            }else{
                	// 異常通知
                throw super.createExceptionForX31Method(ERRS_CANNOT_ADD_REPEATITEM);
            }
            return sokodana_list.size() -1;
        }
 
        // データタイプがデータタイプビーン型の項目"返品種別"(項目ID:hmpin_kind)、データタイプビーンのクラス名が"DKW00201SF05DBean"固定要素数が"1"の例
        else if( key.equals("返品種別") ) {
            if( hmpin_kind_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                hmpin_kind_list = new X33VDataTypeList(1);
                for(int i=0; i<1; i++){
                    DKW00201SF05DBean tmpBean = new DKW00201SF05DBean();
                    hmpin_kind_list.add(tmpBean);
                }
            }
            // MAX要素数以上の追加は許さない処理
            if( hmpin_kind_list.getMaxElementCnt() == 0 || hmpin_kind_list.size() < hmpin_kind_list.getMaxElementCnt() ){
                DKW00201SF05DBean tmpBean = new DKW00201SF05DBean(); // データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する
                // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
                hmpin_kind_list.add(tmpBean);		
            }else{
                	// 異常通知
                throw super.createExceptionForX31Method(ERRS_CANNOT_ADD_REPEATITEM);
            }
            return hmpin_kind_list.size() -1;
        }
 
        // データタイプがデータタイプビーン型の項目"返品理由"(項目ID:hmpin_reason)、データタイプビーンのクラス名が"DKW00201SF05DBean"固定要素数が"1"の例
        else if( key.equals("返品理由") ) {
            if( hmpin_reason_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                hmpin_reason_list = new X33VDataTypeList(1);
                for(int i=0; i<1; i++){
                    DKW00201SF05DBean tmpBean = new DKW00201SF05DBean();
                    hmpin_reason_list.add(tmpBean);
                }
            }
            // MAX要素数以上の追加は許さない処理
            if( hmpin_reason_list.getMaxElementCnt() == 0 || hmpin_reason_list.size() < hmpin_reason_list.getMaxElementCnt() ){
                DKW00201SF05DBean tmpBean = new DKW00201SF05DBean(); // データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する
                // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
                hmpin_reason_list.add(tmpBean);		
            }else{
                	// 異常通知
                throw super.createExceptionForX31Method(ERRS_CANNOT_ADD_REPEATITEM);
            }
            return hmpin_reason_list.size() -1;
        }
 
        // データタイプがデータタイプビーン型の項目"商品状態"(項目ID:item_condition)、データタイプビーンのクラス名が"DKW00201SF05DBean"固定要素数が"1"の例
        else if( key.equals("商品状態") ) {
            if( item_condition_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                item_condition_list = new X33VDataTypeList(1);
                for(int i=0; i<1; i++){
                    DKW00201SF05DBean tmpBean = new DKW00201SF05DBean();
                    item_condition_list.add(tmpBean);
                }
            }
            // MAX要素数以上の追加は許さない処理
            if( item_condition_list.getMaxElementCnt() == 0 || item_condition_list.size() < item_condition_list.getMaxElementCnt() ){
                DKW00201SF05DBean tmpBean = new DKW00201SF05DBean(); // データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する
                // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
                item_condition_list.add(tmpBean);		
            }else{
                	// 異常通知
                throw super.createExceptionForX31Method(ERRS_CANNOT_ADD_REPEATITEM);
            }
            return item_condition_list.size() -1;
        }
 
        // データタイプがデータタイプビーン型の項目"有無"(項目ID:exists_or_not)、データタイプビーンのクラス名が"DKW00201SF05DBean"固定要素数が"1"の例
        else if( key.equals("有無") ) {
            if( exists_or_not_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                exists_or_not_list = new X33VDataTypeList(1);
                for(int i=0; i<1; i++){
                    DKW00201SF05DBean tmpBean = new DKW00201SF05DBean();
                    exists_or_not_list.add(tmpBean);
                }
            }
            // MAX要素数以上の追加は許さない処理
            if( exists_or_not_list.getMaxElementCnt() == 0 || exists_or_not_list.size() < exists_or_not_list.getMaxElementCnt() ){
                DKW00201SF05DBean tmpBean = new DKW00201SF05DBean(); // データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する
                // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
                exists_or_not_list.add(tmpBean);		
            }else{
                	// 異常通知
                throw super.createExceptionForX31Method(ERRS_CANNOT_ADD_REPEATITEM);
            }
            return exists_or_not_list.size() -1;
        }
 
        // データタイプがデータタイプビーン型の項目"倉庫棚名称一覧"(項目ID:shelf_names)、データタイプビーンのクラス名が"DKW00201SF06DBean"の例
        else if( key.equals("倉庫棚名称一覧") ) {
            if( shelf_names_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                shelf_names_list = new X33VDataTypeList();
            }
            DKW00201SF06DBean tmpBean = new DKW00201SF06DBean(); // データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する
                                                                                         // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            shelf_names_list.add(tmpBean);
            return shelf_names_list.size()-1;
        }
 
        return -1; //該当する項目がない場合、-1を返す
    }
 
    /**
     * リスト項目のインスタンスを削除します。
     * @param key 項目名
     * @param index 削除対象のインデックス番号
     */
    public void removeElementFromListData (String key, int index) throws X33SException{
 
        if(key != null){
            //共通情報ビーンのリストの場合
            if(key.startsWith("//")){
                //共有情報ビーンリストは基底クラスで処理
                super.removeElementFromListData(key, index);
            }
 
            // データタイプが DKW00201SF01 の繰り返し指定項目"受入先情報"(項目ID:i_ukeire_sk_cd)
            else if(key.equals("受入先情報")) {
                if(index >= 0 && index < i_ukeire_sk_cd_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    i_ukeire_sk_cd_list.remove(index);
                }
            }
 
            // データタイプが DKW00201SF02 の繰り返し指定項目"返品受入情報一覧リスト"(項目ID:hmpin_ukeire_list)
            else if(key.equals("返品受入情報一覧リスト")) {
                if(index >= 0 && index < hmpin_ukeire_list_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    hmpin_ukeire_list_list.remove(index);
                }
            }
 
            // データタイプが DKW00201SF04 の繰り返し指定項目"全返品受入情報一覧リスト"(項目ID:all_hmpin_ukeire_list)
            else if(key.equals("全返品受入情報一覧リスト")) {
                if(index >= 0 && index < all_hmpin_ukeire_list_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    all_hmpin_ukeire_list_list.remove(index);
                }
            }
 
            // データタイプが DKW00201SF03 の繰り返し指定項目"倉庫棚"(項目ID:sokodana)
            else if(key.equals("倉庫棚")) {
                if(index >= 0 && index < sokodana_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    sokodana_list.remove(index);
                }
            }
 
            // データタイプが DKW00201SF05 の繰り返し指定項目"返品種別"(項目ID:hmpin_kind)
            else if(key.equals("返品種別")) {
                if(index >= 0 && index < hmpin_kind_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    hmpin_kind_list.remove(index);
                }
            }
 
            // データタイプが DKW00201SF05 の繰り返し指定項目"返品理由"(項目ID:hmpin_reason)
            else if(key.equals("返品理由")) {
                if(index >= 0 && index < hmpin_reason_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    hmpin_reason_list.remove(index);
                }
            }
 
            // データタイプが DKW00201SF05 の繰り返し指定項目"商品状態"(項目ID:item_condition)
            else if(key.equals("商品状態")) {
                if(index >= 0 && index < item_condition_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    item_condition_list.remove(index);
                }
            }
 
            // データタイプが DKW00201SF05 の繰り返し指定項目"有無"(項目ID:exists_or_not)
            else if(key.equals("有無")) {
                if(index >= 0 && index < exists_or_not_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    exists_or_not_list.remove(index);
                }
            }
 
            // データタイプが DKW00201SF06 の繰り返し指定項目"倉庫棚名称一覧"(項目ID:shelf_names)
            else if(key.equals("倉庫棚名称一覧")) {
                if(index >= 0 && index < shelf_names_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    shelf_names_list.remove(index);
                }
            }
 
        }
    }
 
    /**
     * リスト項目の要素をクリアします。
     * @param key 項目名
     */
    public void clearListDataInstance (String key) throws X33SException{
 
        if(key !=null){
            //共通情報ビーンのリストの場合
            if(key.startsWith("//")){
                //共有情報ビーンリストは基底クラスで処理
                super.clearListDataInstance(key);
            }
 
            // データタイプが DKW00201SF01 の繰り返し指定項目"受入先情報"(項目ID:i_ukeire_sk_cd)
            else if(key.equals("受入先情報")) {
                i_ukeire_sk_cd_list.clear();
            }
 
            // データタイプが DKW00201SF02 の繰り返し指定項目"返品受入情報一覧リスト"(項目ID:hmpin_ukeire_list)
            else if(key.equals("返品受入情報一覧リスト")) {
                hmpin_ukeire_list_list.clear();
            }
 
            // データタイプが DKW00201SF04 の繰り返し指定項目"全返品受入情報一覧リスト"(項目ID:all_hmpin_ukeire_list)
            else if(key.equals("全返品受入情報一覧リスト")) {
                all_hmpin_ukeire_list_list.clear();
            }
 
            // データタイプが DKW00201SF03 の繰り返し指定項目"倉庫棚"(項目ID:sokodana)
            else if(key.equals("倉庫棚")) {
                sokodana_list.clear();
            }
 
            // データタイプが DKW00201SF05 の繰り返し指定項目"返品種別"(項目ID:hmpin_kind)
            else if(key.equals("返品種別")) {
                hmpin_kind_list.clear();
            }
 
            // データタイプが DKW00201SF05 の繰り返し指定項目"返品理由"(項目ID:hmpin_reason)
            else if(key.equals("返品理由")) {
                hmpin_reason_list.clear();
            }
 
            // データタイプが DKW00201SF05 の繰り返し指定項目"商品状態"(項目ID:item_condition)
            else if(key.equals("商品状態")) {
                item_condition_list.clear();
            }
 
            // データタイプが DKW00201SF05 の繰り返し指定項目"有無"(項目ID:exists_or_not)
            else if(key.equals("有無")) {
                exists_or_not_list.clear();
            }
 
            // データタイプが DKW00201SF06 の繰り返し指定項目"倉庫棚名称一覧"(項目ID:shelf_names)
            else if(key.equals("倉庫棚名称一覧")) {
                shelf_names_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("");
        }
 
        // 共有情報ビーンの処理
        String keyElement;
        int separaterPoint = key.indexOf("//"); //keyが共有情報ビーンに関する指定か否かチェック
        if(separaterPoint == 0) {
              return super.typeCommonInfoData(key);
        }
 
        // 共有情報ビーン以外の場合
        // keyの値の最初の要素を取得
        separaterPoint = key.indexOf("/"); //keyがルート指定("項目a/0/項目b"のような)の場合を想定し、区切り符号(ここでは"/")を検索する。
        if(separaterPoint > 0) {
            keyElement = key.substring(0, separaterPoint);
        }
        else{
            keyElement = key;
        }
 
        //項目ごとに処理を入れる。
        // データタイプがデータタイプビーン型の項目"受入先情報"(項目ID:i_ukeire_sk_cd)
        if(keyElement.equals("受入先情報")) {
            // 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 >= i_ukeire_sk_cd_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのtypeModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)i_ukeire_sk_cd_list.get(tmpIndex)).typeModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプが String の項目"受入先情報選択値"(項目ID:i_ukeire_sk_nm)
        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;
            }
        }
 
        // データタイプが Boolean の項目"廃棄登録"(項目ID:i_abdmnt_add)
        else if(keyElement.equals("廃棄登録")) {
            if(subkey.equalsIgnoreCase("value")) { 
                return Boolean.class;
            }
            else if(subkey.equalsIgnoreCase("enable")) {
                return Boolean.class; 
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、ステータスを返す。
                return String.class;
            }
        }
 
        // データタイプが String の項目"廃棄登録選択値"(項目ID:i_abdmnt_add_cd)
        else if(keyElement.equals("廃棄登録選択値")) {
            if(subkey.equalsIgnoreCase("value")) {
                return String.class;
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、ステータスを返す。
                return String.class;
            }
        }
 
        // データタイプがデータタイプビーン型の項目"返品受入情報一覧リスト"(項目ID:hmpin_ukeire_list)
        else if(keyElement.equals("返品受入情報一覧リスト")) {
            // 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 >= hmpin_ukeire_list_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのtypeModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)hmpin_ukeire_list_list.get(tmpIndex)).typeModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"全返品受入情報一覧リスト"(項目ID:all_hmpin_ukeire_list)
        else if(keyElement.equals("全返品受入情報一覧リスト")) {
            // 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 >= all_hmpin_ukeire_list_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのtypeModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)all_hmpin_ukeire_list_list.get(tmpIndex)).typeModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプが Long の項目"画面モード"(項目ID:screen_mode)
        else if(keyElement.equals("画面モード")) {
            if(subkey.equalsIgnoreCase("value")) { // Longに変換してから返す。
                return Long.class;
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、ステータスを返す。
                return String.class;
            }
        }
 
        // データタイプが String の項目"電子ファイル"(項目ID:efile)
        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;
            }
        }
 
        // データタイプが String の項目"ファイル削除年月日"(項目ID:file_del_ymd)
        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;
            }
        }
 
        // データタイプが String の項目"表示ページ番号"(項目ID:display_page_num)
        else if(keyElement.equals("表示ページ番号")) {
            if(subkey.equalsIgnoreCase("value")) {
                return String.class;
            }
            else if(subkey.equalsIgnoreCase("state")) { // subkeyが"state"の場合、ステータスを返す。
                return String.class;
            }
        }
 
        // データタイプが String の項目"倉庫コード"(項目ID:soko_cd)
        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;
            }
        }
 
        // データタイプが String の項目"倉庫棚コード"(項目ID:shelf_cd)
        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:sokodana)
        else if(keyElement.equals("倉庫棚")) {
            // 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 >= sokodana_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのtypeModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)sokodana_list.get(tmpIndex)).typeModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"返品種別"(項目ID:hmpin_kind)
        else if(keyElement.equals("返品種別")) {
            // 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 >= hmpin_kind_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのtypeModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)hmpin_kind_list.get(tmpIndex)).typeModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"返品理由"(項目ID:hmpin_reason)
        else if(keyElement.equals("返品理由")) {
            // 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 >= hmpin_reason_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのtypeModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)hmpin_reason_list.get(tmpIndex)).typeModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"商品状態"(項目ID:item_condition)
        else if(keyElement.equals("商品状態")) {
            // 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 >= item_condition_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのtypeModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)item_condition_list.get(tmpIndex)).typeModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"有無"(項目ID:exists_or_not)
        else if(keyElement.equals("有無")) {
            // 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 >= exists_or_not_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのtypeModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)exists_or_not_list.get(tmpIndex)).typeModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        // データタイプがデータタイプビーン型の項目"倉庫棚名称一覧"(項目ID:shelf_names)
        else if(keyElement.equals("倉庫棚名称一覧")) {
            // 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 >= shelf_names_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            // 項目名を生成し、データタイプビーンのtypeModelDataの戻り値を返す
            keyElement = keyRemain.substring(separaterPoint + 1);
            return ((X33VDataTypeBeanInterface)shelf_names_list.get(tmpIndex)).typeModelData( keyElement, subkey);
            // データタイプビーン型では項目名とsubkeyのみ引数に指定
        }
 
        return null;
    }
 
}
