//***********************************************************************************************
//*  FUW00945SF04DBean.java                 All Rights reserved.Copyright (c) K-Opticom   
//***********************************************************************************************
/*
履歴：
	NO	日付			更新者								    
	01	2018.11.07		Webクライアント定義ツール 2.0.39		
*/
 
/**
 * <DL>
 * <DT>名前
 * <p>
 * <DT>説明: 
 * <DD>データの初期化.
 * <DD> generated by Web Client tool V01/L01.
 * </DL>
*/
package eo.web.webview.FUW00945SF;
 
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 com.fujitsu.futurity.web.x33.X33SException;
 
/* シリアライズ警告 */
@SuppressWarnings("serial")
public class FUW00945SF04DBean 
    implements X33VDataTypeBeanInterface, X33VListedBeanInterface, Serializable {
    
    //プロパティの初期化
	protected X33VDataTypeList seiky_kei_no_list = null;			
	protected X33VDataTypeList seiky_kei_stat_list = null;			
	protected X33VDataTypeList seiky_kei_stat_nm_list = null;			
	protected X33VDataTypeList seiky_way_cd_list = null;			
	protected X33VDataTypeList seiky_way_cd_nm_list = null;			
	protected X33VDataTypeList seiky_way_no_koza_list = null;			
	protected X33VDataTypeList seiky_way_no_crecard_list = null;			
	protected X33VDataTypeList bank_nm_list = null;			
	protected X33VDataTypeList bank_shiten_nm_list = null;			
	protected X33VDataTypeList koza_no_list = null;			
	protected X33VDataTypeList yokin_shumoku_cd_list = null;			
	protected X33VDataTypeList yokin_shumoku_cd_nm_list = null;			
	protected X33VDataTypeList crecard_no_list = null;			
	protected X33VDataTypeList crecard_comp_nm_list = null;			
	protected X33VDataTypeList tsucho_symbol_list = null;			
	protected X33VDataTypeList tsucho_no_list = null;			
	protected X33VDataTypeList sohus_nm_list = null;			
	protected X33VDataTypeList sohus_city_nm_list = null;			
	protected X33VDataTypeList sohus_oaztsu_nm_list = null;			
	protected X33VDataTypeList sohus_azcho_nm_list = null;			
	protected X33VDataTypeList sohus_adrttm_list = null;			
	protected X33VDataTypeList sohus_adrrm_list = null;			
	protected X33VDataTypeList sohus_bnchigo_list = null;			
	protected X33VDataTypeList upd_dtm_list = null;			
 
    protected int index;
 
	// コンストラクタ生成
	public FUW00945SF04DBean(){
	
		// コンストラクタの宣言部生成
		seiky_kei_no_list = new X33VDataTypeList();
		seiky_kei_stat_list = new X33VDataTypeList();
		seiky_kei_stat_nm_list = new X33VDataTypeList();
		seiky_way_cd_list = new X33VDataTypeList();
		seiky_way_cd_nm_list = new X33VDataTypeList();
		seiky_way_no_koza_list = new X33VDataTypeList();
		seiky_way_no_crecard_list = new X33VDataTypeList();
		bank_nm_list = new X33VDataTypeList();
		bank_shiten_nm_list = new X33VDataTypeList();
		koza_no_list = new X33VDataTypeList();
		yokin_shumoku_cd_list = new X33VDataTypeList();
		yokin_shumoku_cd_nm_list = new X33VDataTypeList();
		crecard_no_list = new X33VDataTypeList();
		crecard_comp_nm_list = new X33VDataTypeList();
		tsucho_symbol_list = new X33VDataTypeList();
		tsucho_no_list = new X33VDataTypeList();
		sohus_nm_list = new X33VDataTypeList();
		sohus_city_nm_list = new X33VDataTypeList();
		sohus_oaztsu_nm_list = new X33VDataTypeList();
		sohus_azcho_nm_list = new X33VDataTypeList();
		sohus_adrttm_list = new X33VDataTypeList();
		sohus_adrrm_list = new X33VDataTypeList();
		sohus_bnchigo_list = new X33VDataTypeList();
		upd_dtm_list = new X33VDataTypeList();
	}
 
    /**
     *  Getter/Setterメソッド
     */
 
    public X33VDataTypeList getSeiky_kei_no_list() {
        return this.seiky_kei_no_list ;
    }
 
    public void setSeiky_kei_no_list(X33VDataTypeList param) {
        this.seiky_kei_no_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_seiky_kei_no (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< seiky_kei_no_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) seiky_kei_no_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getSeiky_kei_stat_list() {
        return this.seiky_kei_stat_list ;
    }
 
    public void setSeiky_kei_stat_list(X33VDataTypeList param) {
        this.seiky_kei_stat_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_seiky_kei_stat (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< seiky_kei_stat_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) seiky_kei_stat_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getSeiky_kei_stat_nm_list() {
        return this.seiky_kei_stat_nm_list ;
    }
 
    public void setSeiky_kei_stat_nm_list(X33VDataTypeList param) {
        this.seiky_kei_stat_nm_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_seiky_kei_stat_nm (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< seiky_kei_stat_nm_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) seiky_kei_stat_nm_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getSeiky_way_cd_list() {
        return this.seiky_way_cd_list ;
    }
 
    public void setSeiky_way_cd_list(X33VDataTypeList param) {
        this.seiky_way_cd_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_seiky_way_cd (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< seiky_way_cd_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) seiky_way_cd_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getSeiky_way_cd_nm_list() {
        return this.seiky_way_cd_nm_list ;
    }
 
    public void setSeiky_way_cd_nm_list(X33VDataTypeList param) {
        this.seiky_way_cd_nm_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_seiky_way_cd_nm (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< seiky_way_cd_nm_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) seiky_way_cd_nm_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getSeiky_way_no_koza_list() {
        return this.seiky_way_no_koza_list ;
    }
 
    public void setSeiky_way_no_koza_list(X33VDataTypeList param) {
        this.seiky_way_no_koza_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_seiky_way_no_koza (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< seiky_way_no_koza_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) seiky_way_no_koza_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getSeiky_way_no_crecard_list() {
        return this.seiky_way_no_crecard_list ;
    }
 
    public void setSeiky_way_no_crecard_list(X33VDataTypeList param) {
        this.seiky_way_no_crecard_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_seiky_way_no_crecard (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< seiky_way_no_crecard_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) seiky_way_no_crecard_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getBank_nm_list() {
        return this.bank_nm_list ;
    }
 
    public void setBank_nm_list(X33VDataTypeList param) {
        this.bank_nm_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_bank_nm (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< bank_nm_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) bank_nm_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getBank_shiten_nm_list() {
        return this.bank_shiten_nm_list ;
    }
 
    public void setBank_shiten_nm_list(X33VDataTypeList param) {
        this.bank_shiten_nm_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_bank_shiten_nm (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< bank_shiten_nm_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) bank_shiten_nm_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getKoza_no_list() {
        return this.koza_no_list ;
    }
 
    public void setKoza_no_list(X33VDataTypeList param) {
        this.koza_no_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_koza_no (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< koza_no_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) koza_no_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getYokin_shumoku_cd_list() {
        return this.yokin_shumoku_cd_list ;
    }
 
    public void setYokin_shumoku_cd_list(X33VDataTypeList param) {
        this.yokin_shumoku_cd_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_yokin_shumoku_cd (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< yokin_shumoku_cd_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) yokin_shumoku_cd_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getYokin_shumoku_cd_nm_list() {
        return this.yokin_shumoku_cd_nm_list ;
    }
 
    public void setYokin_shumoku_cd_nm_list(X33VDataTypeList param) {
        this.yokin_shumoku_cd_nm_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_yokin_shumoku_cd_nm (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< yokin_shumoku_cd_nm_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) yokin_shumoku_cd_nm_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getCrecard_no_list() {
        return this.crecard_no_list ;
    }
 
    public void setCrecard_no_list(X33VDataTypeList param) {
        this.crecard_no_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_crecard_no (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< crecard_no_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) crecard_no_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getCrecard_comp_nm_list() {
        return this.crecard_comp_nm_list ;
    }
 
    public void setCrecard_comp_nm_list(X33VDataTypeList param) {
        this.crecard_comp_nm_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_crecard_comp_nm (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< crecard_comp_nm_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) crecard_comp_nm_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getTsucho_symbol_list() {
        return this.tsucho_symbol_list ;
    }
 
    public void setTsucho_symbol_list(X33VDataTypeList param) {
        this.tsucho_symbol_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_tsucho_symbol (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< tsucho_symbol_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) tsucho_symbol_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getTsucho_no_list() {
        return this.tsucho_no_list ;
    }
 
    public void setTsucho_no_list(X33VDataTypeList param) {
        this.tsucho_no_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_tsucho_no (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< tsucho_no_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) tsucho_no_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getSohus_nm_list() {
        return this.sohus_nm_list ;
    }
 
    public void setSohus_nm_list(X33VDataTypeList param) {
        this.sohus_nm_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_sohus_nm (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< sohus_nm_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) sohus_nm_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getSohus_city_nm_list() {
        return this.sohus_city_nm_list ;
    }
 
    public void setSohus_city_nm_list(X33VDataTypeList param) {
        this.sohus_city_nm_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_sohus_city_nm (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< sohus_city_nm_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) sohus_city_nm_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getSohus_oaztsu_nm_list() {
        return this.sohus_oaztsu_nm_list ;
    }
 
    public void setSohus_oaztsu_nm_list(X33VDataTypeList param) {
        this.sohus_oaztsu_nm_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_sohus_oaztsu_nm (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< sohus_oaztsu_nm_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) sohus_oaztsu_nm_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getSohus_azcho_nm_list() {
        return this.sohus_azcho_nm_list ;
    }
 
    public void setSohus_azcho_nm_list(X33VDataTypeList param) {
        this.sohus_azcho_nm_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_sohus_azcho_nm (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< sohus_azcho_nm_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) sohus_azcho_nm_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getSohus_adrttm_list() {
        return this.sohus_adrttm_list ;
    }
 
    public void setSohus_adrttm_list(X33VDataTypeList param) {
        this.sohus_adrttm_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_sohus_adrttm (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< sohus_adrttm_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) sohus_adrttm_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getSohus_adrrm_list() {
        return this.sohus_adrrm_list ;
    }
 
    public void setSohus_adrrm_list(X33VDataTypeList param) {
        this.sohus_adrrm_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_sohus_adrrm (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< sohus_adrrm_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) sohus_adrrm_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getSohus_bnchigo_list() {
        return this.sohus_bnchigo_list ;
    }
 
    public void setSohus_bnchigo_list(X33VDataTypeList param) {
        this.sohus_bnchigo_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_sohus_bnchigo (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< sohus_bnchigo_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) sohus_bnchigo_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getUpd_dtm_list() {
        return this.upd_dtm_list ;
    }
 
    public void setUpd_dtm_list(X33VDataTypeList param) {
        this.upd_dtm_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_upd_dtm (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< upd_dtm_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) upd_dtm_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
    public int getIndex() {
        return this.index ;
    }
 
    public void setIndex(int index) {
        this.index = index;
    }
 
    /**
     * 項目名とサブキーからデータを取得します
     *
     * @param key 項目名
     * @param subkey サブキー
     * @return Object データ
     */
    public Object loadModelData(String key, String subkey) {
 
        // key,subkeyがnullの場合、nullを返す
        if(key == null || subkey == null){
            return null;
        }
 
        int separaterPoint = key.indexOf("/");       
 
        //項目ごとに処理を入れる。
        // 配列項目 "請求契約番号"(String型。項目ID:seiky_kei_no)
        if(key.equals("請求契約番号")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(seiky_kei_no_list.size());
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= seiky_kei_no_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)seiky_kei_no_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "請求契約ステータス"(String型。項目ID:seiky_kei_stat)
        else if(key.equals("請求契約ステータス")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(seiky_kei_stat_list.size());
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= seiky_kei_stat_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)seiky_kei_stat_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "請求契約ステータス名称"(String型。項目ID:seiky_kei_stat_nm)
        else if(key.equals("請求契約ステータス名称")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(seiky_kei_stat_nm_list.size());
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= seiky_kei_stat_nm_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)seiky_kei_stat_nm_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "請求方法コード"(String型。項目ID:seiky_way_cd)
        else if(key.equals("請求方法コード")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(seiky_way_cd_list.size());
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= seiky_way_cd_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)seiky_way_cd_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "請求方法コード名称"(String型。項目ID:seiky_way_cd_nm)
        else if(key.equals("請求方法コード名称")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(seiky_way_cd_nm_list.size());
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= seiky_way_cd_nm_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)seiky_way_cd_nm_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "請求方法番号（口座）"(String型。項目ID:seiky_way_no_koza)
        else if(key.equals("請求方法番号（口座）")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(seiky_way_no_koza_list.size());
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= seiky_way_no_koza_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)seiky_way_no_koza_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "請求方法番号（クレジットカード）"(String型。項目ID:seiky_way_no_crecard)
        else if(key.equals("請求方法番号（クレジットカード）")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(seiky_way_no_crecard_list.size());
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= seiky_way_no_crecard_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)seiky_way_no_crecard_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "金融機関名"(String型。項目ID:bank_nm)
        else if(key.equals("金融機関名")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(bank_nm_list.size());
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= bank_nm_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)bank_nm_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "金融機関支店名"(String型。項目ID:bank_shiten_nm)
        else if(key.equals("金融機関支店名")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(bank_shiten_nm_list.size());
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= bank_shiten_nm_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)bank_shiten_nm_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "口座番号"(String型。項目ID:koza_no)
        else if(key.equals("口座番号")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(koza_no_list.size());
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= koza_no_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)koza_no_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "預金種目コード"(String型。項目ID:yokin_shumoku_cd)
        else if(key.equals("預金種目コード")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(yokin_shumoku_cd_list.size());
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= yokin_shumoku_cd_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)yokin_shumoku_cd_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "預金種目コード名称"(String型。項目ID:yokin_shumoku_cd_nm)
        else if(key.equals("預金種目コード名称")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(yokin_shumoku_cd_nm_list.size());
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= yokin_shumoku_cd_nm_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)yokin_shumoku_cd_nm_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "クレジットカード番号"(String型。項目ID:crecard_no)
        else if(key.equals("クレジットカード番号")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(crecard_no_list.size());
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= crecard_no_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)crecard_no_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "クレジットカード会社名"(String型。項目ID:crecard_comp_nm)
        else if(key.equals("クレジットカード会社名")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(crecard_comp_nm_list.size());
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= crecard_comp_nm_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)crecard_comp_nm_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "通帳記号"(String型。項目ID:tsucho_symbol)
        else if(key.equals("通帳記号")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(tsucho_symbol_list.size());
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= tsucho_symbol_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)tsucho_symbol_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "通帳番号"(String型。項目ID:tsucho_no)
        else if(key.equals("通帳番号")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(tsucho_no_list.size());
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= tsucho_no_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)tsucho_no_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "送付先名"(String型。項目ID:sohus_nm)
        else if(key.equals("送付先名")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(sohus_nm_list.size());
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= sohus_nm_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)sohus_nm_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "送付先市区町村名"(String型。項目ID:sohus_city_nm)
        else if(key.equals("送付先市区町村名")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(sohus_city_nm_list.size());
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= sohus_city_nm_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)sohus_city_nm_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "送付先大字通称名"(String型。項目ID:sohus_oaztsu_nm)
        else if(key.equals("送付先大字通称名")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(sohus_oaztsu_nm_list.size());
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= sohus_oaztsu_nm_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)sohus_oaztsu_nm_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "送付先字丁目名"(String型。項目ID:sohus_azcho_nm)
        else if(key.equals("送付先字丁目名")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(sohus_azcho_nm_list.size());
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= sohus_azcho_nm_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)sohus_azcho_nm_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "送付先住所補記・建物名"(String型。項目ID:sohus_adrttm)
        else if(key.equals("送付先住所補記・建物名")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(sohus_adrttm_list.size());
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= sohus_adrttm_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)sohus_adrttm_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "送付先住所補記・部屋番号"(String型。項目ID:sohus_adrrm)
        else if(key.equals("送付先住所補記・部屋番号")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(sohus_adrrm_list.size());
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= sohus_adrrm_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)sohus_adrrm_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "送付先番地号"(String型。項目ID:sohus_bnchigo)
        else if(key.equals("送付先番地号")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(sohus_bnchigo_list.size());
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= sohus_bnchigo_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)sohus_bnchigo_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "更新年月日時分秒"(String型。項目ID:upd_dtm)
        else if(key.equals("更新年月日時分秒")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(upd_dtm_list.size());
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= upd_dtm_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)upd_dtm_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 条件に合致するプロパティが存在しない場合は、nullを返す。
        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,subkeyがnullの場合、処理を中止
        if(key == null || subkey == null){
            return;
        }
 
        int separaterPoint = key.indexOf("/");
 
        // 項目ごとに処理を入れる。
        // 配列項目 "請求契約番号"(String型。項目ID:seiky_kei_no)
        if(key.equals("請求契約番号")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("seiky_kei_no/0"から最初の"/"より後を取得)。
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                tmpIndexInt = null;
            }
            if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                int tmpIndex = tmpIndexInt.intValue();
                if(tmpIndex >= 0 && tmpIndex < seiky_kei_no_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)seiky_kei_no_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "請求契約ステータス"(String型。項目ID:seiky_kei_stat)
        else if(key.equals("請求契約ステータス")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("seiky_kei_stat/0"から最初の"/"より後を取得)。
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                tmpIndexInt = null;
            }
            if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                int tmpIndex = tmpIndexInt.intValue();
                if(tmpIndex >= 0 && tmpIndex < seiky_kei_stat_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)seiky_kei_stat_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "請求契約ステータス名称"(String型。項目ID:seiky_kei_stat_nm)
        else if(key.equals("請求契約ステータス名称")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("seiky_kei_stat_nm/0"から最初の"/"より後を取得)。
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                tmpIndexInt = null;
            }
            if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                int tmpIndex = tmpIndexInt.intValue();
                if(tmpIndex >= 0 && tmpIndex < seiky_kei_stat_nm_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)seiky_kei_stat_nm_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "請求方法コード"(String型。項目ID:seiky_way_cd)
        else if(key.equals("請求方法コード")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("seiky_way_cd/0"から最初の"/"より後を取得)。
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                tmpIndexInt = null;
            }
            if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                int tmpIndex = tmpIndexInt.intValue();
                if(tmpIndex >= 0 && tmpIndex < seiky_way_cd_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)seiky_way_cd_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "請求方法コード名称"(String型。項目ID:seiky_way_cd_nm)
        else if(key.equals("請求方法コード名称")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("seiky_way_cd_nm/0"から最初の"/"より後を取得)。
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                tmpIndexInt = null;
            }
            if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                int tmpIndex = tmpIndexInt.intValue();
                if(tmpIndex >= 0 && tmpIndex < seiky_way_cd_nm_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)seiky_way_cd_nm_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "請求方法番号（口座）"(String型。項目ID:seiky_way_no_koza)
        else if(key.equals("請求方法番号（口座）")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("seiky_way_no_koza/0"から最初の"/"より後を取得)。
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                tmpIndexInt = null;
            }
            if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                int tmpIndex = tmpIndexInt.intValue();
                if(tmpIndex >= 0 && tmpIndex < seiky_way_no_koza_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)seiky_way_no_koza_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "請求方法番号（クレジットカード）"(String型。項目ID:seiky_way_no_crecard)
        else if(key.equals("請求方法番号（クレジットカード）")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("seiky_way_no_crecard/0"から最初の"/"より後を取得)。
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                tmpIndexInt = null;
            }
            if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                int tmpIndex = tmpIndexInt.intValue();
                if(tmpIndex >= 0 && tmpIndex < seiky_way_no_crecard_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)seiky_way_no_crecard_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "金融機関名"(String型。項目ID:bank_nm)
        else if(key.equals("金融機関名")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("bank_nm/0"から最初の"/"より後を取得)。
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                tmpIndexInt = null;
            }
            if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                int tmpIndex = tmpIndexInt.intValue();
                if(tmpIndex >= 0 && tmpIndex < bank_nm_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)bank_nm_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "金融機関支店名"(String型。項目ID:bank_shiten_nm)
        else if(key.equals("金融機関支店名")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("bank_shiten_nm/0"から最初の"/"より後を取得)。
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                tmpIndexInt = null;
            }
            if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                int tmpIndex = tmpIndexInt.intValue();
                if(tmpIndex >= 0 && tmpIndex < bank_shiten_nm_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)bank_shiten_nm_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "口座番号"(String型。項目ID:koza_no)
        else if(key.equals("口座番号")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("koza_no/0"から最初の"/"より後を取得)。
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                tmpIndexInt = null;
            }
            if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                int tmpIndex = tmpIndexInt.intValue();
                if(tmpIndex >= 0 && tmpIndex < koza_no_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)koza_no_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "預金種目コード"(String型。項目ID:yokin_shumoku_cd)
        else if(key.equals("預金種目コード")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("yokin_shumoku_cd/0"から最初の"/"より後を取得)。
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                tmpIndexInt = null;
            }
            if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                int tmpIndex = tmpIndexInt.intValue();
                if(tmpIndex >= 0 && tmpIndex < yokin_shumoku_cd_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)yokin_shumoku_cd_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "預金種目コード名称"(String型。項目ID:yokin_shumoku_cd_nm)
        else if(key.equals("預金種目コード名称")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("yokin_shumoku_cd_nm/0"から最初の"/"より後を取得)。
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                tmpIndexInt = null;
            }
            if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                int tmpIndex = tmpIndexInt.intValue();
                if(tmpIndex >= 0 && tmpIndex < yokin_shumoku_cd_nm_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)yokin_shumoku_cd_nm_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "クレジットカード番号"(String型。項目ID:crecard_no)
        else if(key.equals("クレジットカード番号")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("crecard_no/0"から最初の"/"より後を取得)。
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                tmpIndexInt = null;
            }
            if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                int tmpIndex = tmpIndexInt.intValue();
                if(tmpIndex >= 0 && tmpIndex < crecard_no_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)crecard_no_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "クレジットカード会社名"(String型。項目ID:crecard_comp_nm)
        else if(key.equals("クレジットカード会社名")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("crecard_comp_nm/0"から最初の"/"より後を取得)。
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                tmpIndexInt = null;
            }
            if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                int tmpIndex = tmpIndexInt.intValue();
                if(tmpIndex >= 0 && tmpIndex < crecard_comp_nm_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)crecard_comp_nm_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "通帳記号"(String型。項目ID:tsucho_symbol)
        else if(key.equals("通帳記号")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("tsucho_symbol/0"から最初の"/"より後を取得)。
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                tmpIndexInt = null;
            }
            if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                int tmpIndex = tmpIndexInt.intValue();
                if(tmpIndex >= 0 && tmpIndex < tsucho_symbol_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)tsucho_symbol_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "通帳番号"(String型。項目ID:tsucho_no)
        else if(key.equals("通帳番号")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("tsucho_no/0"から最初の"/"より後を取得)。
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                tmpIndexInt = null;
            }
            if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                int tmpIndex = tmpIndexInt.intValue();
                if(tmpIndex >= 0 && tmpIndex < tsucho_no_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)tsucho_no_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "送付先名"(String型。項目ID:sohus_nm)
        else if(key.equals("送付先名")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("sohus_nm/0"から最初の"/"より後を取得)。
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                tmpIndexInt = null;
            }
            if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                int tmpIndex = tmpIndexInt.intValue();
                if(tmpIndex >= 0 && tmpIndex < sohus_nm_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)sohus_nm_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "送付先市区町村名"(String型。項目ID:sohus_city_nm)
        else if(key.equals("送付先市区町村名")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("sohus_city_nm/0"から最初の"/"より後を取得)。
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                tmpIndexInt = null;
            }
            if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                int tmpIndex = tmpIndexInt.intValue();
                if(tmpIndex >= 0 && tmpIndex < sohus_city_nm_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)sohus_city_nm_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "送付先大字通称名"(String型。項目ID:sohus_oaztsu_nm)
        else if(key.equals("送付先大字通称名")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("sohus_oaztsu_nm/0"から最初の"/"より後を取得)。
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                tmpIndexInt = null;
            }
            if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                int tmpIndex = tmpIndexInt.intValue();
                if(tmpIndex >= 0 && tmpIndex < sohus_oaztsu_nm_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)sohus_oaztsu_nm_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "送付先字丁目名"(String型。項目ID:sohus_azcho_nm)
        else if(key.equals("送付先字丁目名")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("sohus_azcho_nm/0"から最初の"/"より後を取得)。
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                tmpIndexInt = null;
            }
            if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                int tmpIndex = tmpIndexInt.intValue();
                if(tmpIndex >= 0 && tmpIndex < sohus_azcho_nm_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)sohus_azcho_nm_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "送付先住所補記・建物名"(String型。項目ID:sohus_adrttm)
        else if(key.equals("送付先住所補記・建物名")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("sohus_adrttm/0"から最初の"/"より後を取得)。
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                tmpIndexInt = null;
            }
            if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                int tmpIndex = tmpIndexInt.intValue();
                if(tmpIndex >= 0 && tmpIndex < sohus_adrttm_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)sohus_adrttm_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "送付先住所補記・部屋番号"(String型。項目ID:sohus_adrrm)
        else if(key.equals("送付先住所補記・部屋番号")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("sohus_adrrm/0"から最初の"/"より後を取得)。
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                tmpIndexInt = null;
            }
            if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                int tmpIndex = tmpIndexInt.intValue();
                if(tmpIndex >= 0 && tmpIndex < sohus_adrrm_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)sohus_adrrm_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "送付先番地号"(String型。項目ID:sohus_bnchigo)
        else if(key.equals("送付先番地号")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("sohus_bnchigo/0"から最初の"/"より後を取得)。
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                tmpIndexInt = null;
            }
            if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                int tmpIndex = tmpIndexInt.intValue();
                if(tmpIndex >= 0 && tmpIndex < sohus_bnchigo_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)sohus_bnchigo_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "更新年月日時分秒"(String型。項目ID:upd_dtm)
        else if(key.equals("更新年月日時分秒")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("upd_dtm/0"から最初の"/"より後を取得)。
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                tmpIndexInt = null;
            }
            if(tmpIndexInt != null) { // インデックス値が数値文字列の場合
                int tmpIndex = tmpIndexInt.intValue();
                if(tmpIndex >= 0 && tmpIndex < upd_dtm_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)upd_dtm_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
    }
 
    /**
      * データタイプビーンの項目名のリストを返す。
      * @return ArrayList 項目名のリスト
      */
    public static ArrayList<String> listKoumokuIds() {
        ArrayList<String> koumokuList = new ArrayList<String>();
        koumokuList.add("請求契約番号") ;
        koumokuList.add("請求契約ステータス") ;
        koumokuList.add("請求契約ステータス名称") ;
        koumokuList.add("請求方法コード") ;
        koumokuList.add("請求方法コード名称") ;
        koumokuList.add("請求方法番号（口座）") ;
        koumokuList.add("請求方法番号（クレジットカード）") ;
        koumokuList.add("金融機関名") ;
        koumokuList.add("金融機関支店名") ;
        koumokuList.add("口座番号") ;
        koumokuList.add("預金種目コード") ;
        koumokuList.add("預金種目コード名称") ;
        koumokuList.add("クレジットカード番号") ;
        koumokuList.add("クレジットカード会社名") ;
        koumokuList.add("通帳記号") ;
        koumokuList.add("通帳番号") ;
        koumokuList.add("送付先名") ;
        koumokuList.add("送付先市区町村名") ;
        koumokuList.add("送付先大字通称名") ;
        koumokuList.add("送付先字丁目名") ;
        koumokuList.add("送付先住所補記・建物名") ;
        koumokuList.add("送付先住所補記・部屋番号") ;
        koumokuList.add("送付先番地号") ;
        koumokuList.add("引継支払方法名称リスト") ;
        koumokuList.add("更新年月日時分秒") ;
        return koumokuList;
    }
 
    /**
     * 項目名とサブキーからデータの型情報を取得します
     *
     * @param key 項目名
     * @param subkey サブキー
     * @return Class データの型情報
     */
    public Class<?> typeModelData(String key, String subkey) {
 
        // key,subkeyがnullの場合、nullを返す
        if(key == null || subkey == null){
            return null;
        }
        
        int separaterPoint = key.indexOf("/");
        
        //項目ごとに処理を入れる。
        // 配列項目 "請求契約番号"(String型。項目ID:seiky_kei_no)
        if(key.equals("請求契約番号")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1); //("請求契約番号/0"から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.class;
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= seiky_kei_no_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)seiky_kei_no_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "請求契約ステータス"(String型。項目ID:seiky_kei_stat)
        else if(key.equals("請求契約ステータス")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1); //("請求契約ステータス/0"から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.class;
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= seiky_kei_stat_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)seiky_kei_stat_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "請求契約ステータス名称"(String型。項目ID:seiky_kei_stat_nm)
        else if(key.equals("請求契約ステータス名称")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1); //("請求契約ステータス名称/0"から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.class;
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= seiky_kei_stat_nm_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)seiky_kei_stat_nm_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "請求方法コード"(String型。項目ID:seiky_way_cd)
        else if(key.equals("請求方法コード")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1); //("請求方法コード/0"から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.class;
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= seiky_way_cd_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)seiky_way_cd_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "請求方法コード名称"(String型。項目ID:seiky_way_cd_nm)
        else if(key.equals("請求方法コード名称")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1); //("請求方法コード名称/0"から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.class;
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= seiky_way_cd_nm_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)seiky_way_cd_nm_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "請求方法番号（口座）"(String型。項目ID:seiky_way_no_koza)
        else if(key.equals("請求方法番号（口座）")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1); //("請求方法番号（口座）/0"から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.class;
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= seiky_way_no_koza_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)seiky_way_no_koza_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "請求方法番号（クレジットカード）"(String型。項目ID:seiky_way_no_crecard)
        else if(key.equals("請求方法番号（クレジットカード）")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1); //("請求方法番号（クレジットカード）/0"から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.class;
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= seiky_way_no_crecard_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)seiky_way_no_crecard_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "金融機関名"(String型。項目ID:bank_nm)
        else if(key.equals("金融機関名")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1); //("金融機関名/0"から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.class;
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= bank_nm_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)bank_nm_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "金融機関支店名"(String型。項目ID:bank_shiten_nm)
        else if(key.equals("金融機関支店名")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1); //("金融機関支店名/0"から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.class;
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= bank_shiten_nm_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)bank_shiten_nm_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "口座番号"(String型。項目ID:koza_no)
        else if(key.equals("口座番号")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1); //("口座番号/0"から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.class;
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= koza_no_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)koza_no_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "預金種目コード"(String型。項目ID:yokin_shumoku_cd)
        else if(key.equals("預金種目コード")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1); //("預金種目コード/0"から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.class;
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= yokin_shumoku_cd_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)yokin_shumoku_cd_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "預金種目コード名称"(String型。項目ID:yokin_shumoku_cd_nm)
        else if(key.equals("預金種目コード名称")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1); //("預金種目コード名称/0"から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.class;
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= yokin_shumoku_cd_nm_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)yokin_shumoku_cd_nm_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "クレジットカード番号"(String型。項目ID:crecard_no)
        else if(key.equals("クレジットカード番号")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1); //("クレジットカード番号/0"から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.class;
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= crecard_no_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)crecard_no_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "クレジットカード会社名"(String型。項目ID:crecard_comp_nm)
        else if(key.equals("クレジットカード会社名")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1); //("クレジットカード会社名/0"から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.class;
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= crecard_comp_nm_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)crecard_comp_nm_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "通帳記号"(String型。項目ID:tsucho_symbol)
        else if(key.equals("通帳記号")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1); //("通帳記号/0"から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.class;
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= tsucho_symbol_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)tsucho_symbol_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "通帳番号"(String型。項目ID:tsucho_no)
        else if(key.equals("通帳番号")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1); //("通帳番号/0"から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.class;
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= tsucho_no_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)tsucho_no_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "送付先名"(String型。項目ID:sohus_nm)
        else if(key.equals("送付先名")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1); //("送付先名/0"から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.class;
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= sohus_nm_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)sohus_nm_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "送付先市区町村名"(String型。項目ID:sohus_city_nm)
        else if(key.equals("送付先市区町村名")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1); //("送付先市区町村名/0"から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.class;
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= sohus_city_nm_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)sohus_city_nm_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "送付先大字通称名"(String型。項目ID:sohus_oaztsu_nm)
        else if(key.equals("送付先大字通称名")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1); //("送付先大字通称名/0"から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.class;
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= sohus_oaztsu_nm_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)sohus_oaztsu_nm_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "送付先字丁目名"(String型。項目ID:sohus_azcho_nm)
        else if(key.equals("送付先字丁目名")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1); //("送付先字丁目名/0"から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.class;
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= sohus_azcho_nm_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)sohus_azcho_nm_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "送付先住所補記・建物名"(String型。項目ID:sohus_adrttm)
        else if(key.equals("送付先住所補記・建物名")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1); //("送付先住所補記・建物名/0"から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.class;
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= sohus_adrttm_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)sohus_adrttm_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "送付先住所補記・部屋番号"(String型。項目ID:sohus_adrrm)
        else if(key.equals("送付先住所補記・部屋番号")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1); //("送付先住所補記・部屋番号/0"から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.class;
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= sohus_adrrm_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)sohus_adrrm_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "送付先番地号"(String型。項目ID:sohus_bnchigo)
        else if(key.equals("送付先番地号")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1); //("送付先番地号/0"から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.class;
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= sohus_bnchigo_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)sohus_bnchigo_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "更新年月日時分秒"(String型。項目ID:upd_dtm)
        else if(key.equals("更新年月日時分秒")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1); //("更新年月日時分秒/0"から最初の"/"より後を取得)。
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.class;
            }
            // 次はリスト中のインデックスを見る
            Integer tmpIndexInt = null;
            try{
                tmpIndexInt = Integer.valueOf(key);
            }
            // インデックス値が数値文字列でない場合は、ここでnullを返す。
            catch(NumberFormatException e){
                return null;
            }
            if(tmpIndexInt == null) {
                return null;
            }
            int tmpIndex = tmpIndexInt.intValue();
            if(tmpIndex < 0 || tmpIndex >= upd_dtm_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)upd_dtm_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 条件に合致するプロパティが存在しない場合は、nullを返す。
        return null;
    }
    
    /**
     * リスト項目のインスタンスを生成します。
     * @param key 項目名
     * @return int 追加された要素のインデックス番号
     */
    public int addListDataInstance (String key) throws X33SException{
 
        // nullの場合、-1で返す。
        if(key == null){
            return -1;
        }
 
        //各繰り返し項目の固定要素数指定への処理を行う。
        // 配列項目 "請求契約番号"(String型。項目ID:seiky_kei_no)
        else if( key.equals("請求契約番号") ) {
            if( seiky_kei_no_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                seiky_kei_no_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            seiky_kei_no_list.add(tmpBean);
            return seiky_kei_no_list.size() -1;
        }
 
        // 配列項目 "請求契約ステータス"(String型。項目ID:seiky_kei_stat)
        else if( key.equals("請求契約ステータス") ) {
            if( seiky_kei_stat_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                seiky_kei_stat_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            seiky_kei_stat_list.add(tmpBean);
            return seiky_kei_stat_list.size() -1;
        }
 
        // 配列項目 "請求契約ステータス名称"(String型。項目ID:seiky_kei_stat_nm)
        else if( key.equals("請求契約ステータス名称") ) {
            if( seiky_kei_stat_nm_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                seiky_kei_stat_nm_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            seiky_kei_stat_nm_list.add(tmpBean);
            return seiky_kei_stat_nm_list.size() -1;
        }
 
        // 配列項目 "請求方法コード"(String型。項目ID:seiky_way_cd)
        else if( key.equals("請求方法コード") ) {
            if( seiky_way_cd_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                seiky_way_cd_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            seiky_way_cd_list.add(tmpBean);
            return seiky_way_cd_list.size() -1;
        }
 
        // 配列項目 "請求方法コード名称"(String型。項目ID:seiky_way_cd_nm)
        else if( key.equals("請求方法コード名称") ) {
            if( seiky_way_cd_nm_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                seiky_way_cd_nm_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            seiky_way_cd_nm_list.add(tmpBean);
            return seiky_way_cd_nm_list.size() -1;
        }
 
        // 配列項目 "請求方法番号（口座）"(String型。項目ID:seiky_way_no_koza)
        else if( key.equals("請求方法番号（口座）") ) {
            if( seiky_way_no_koza_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                seiky_way_no_koza_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            seiky_way_no_koza_list.add(tmpBean);
            return seiky_way_no_koza_list.size() -1;
        }
 
        // 配列項目 "請求方法番号（クレジットカード）"(String型。項目ID:seiky_way_no_crecard)
        else if( key.equals("請求方法番号（クレジットカード）") ) {
            if( seiky_way_no_crecard_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                seiky_way_no_crecard_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            seiky_way_no_crecard_list.add(tmpBean);
            return seiky_way_no_crecard_list.size() -1;
        }
 
        // 配列項目 "金融機関名"(String型。項目ID:bank_nm)
        else if( key.equals("金融機関名") ) {
            if( bank_nm_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                bank_nm_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            bank_nm_list.add(tmpBean);
            return bank_nm_list.size() -1;
        }
 
        // 配列項目 "金融機関支店名"(String型。項目ID:bank_shiten_nm)
        else if( key.equals("金融機関支店名") ) {
            if( bank_shiten_nm_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                bank_shiten_nm_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            bank_shiten_nm_list.add(tmpBean);
            return bank_shiten_nm_list.size() -1;
        }
 
        // 配列項目 "口座番号"(String型。項目ID:koza_no)
        else if( key.equals("口座番号") ) {
            if( koza_no_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                koza_no_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            koza_no_list.add(tmpBean);
            return koza_no_list.size() -1;
        }
 
        // 配列項目 "預金種目コード"(String型。項目ID:yokin_shumoku_cd)
        else if( key.equals("預金種目コード") ) {
            if( yokin_shumoku_cd_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                yokin_shumoku_cd_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            yokin_shumoku_cd_list.add(tmpBean);
            return yokin_shumoku_cd_list.size() -1;
        }
 
        // 配列項目 "預金種目コード名称"(String型。項目ID:yokin_shumoku_cd_nm)
        else if( key.equals("預金種目コード名称") ) {
            if( yokin_shumoku_cd_nm_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                yokin_shumoku_cd_nm_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            yokin_shumoku_cd_nm_list.add(tmpBean);
            return yokin_shumoku_cd_nm_list.size() -1;
        }
 
        // 配列項目 "クレジットカード番号"(String型。項目ID:crecard_no)
        else if( key.equals("クレジットカード番号") ) {
            if( crecard_no_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                crecard_no_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            crecard_no_list.add(tmpBean);
            return crecard_no_list.size() -1;
        }
 
        // 配列項目 "クレジットカード会社名"(String型。項目ID:crecard_comp_nm)
        else if( key.equals("クレジットカード会社名") ) {
            if( crecard_comp_nm_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                crecard_comp_nm_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            crecard_comp_nm_list.add(tmpBean);
            return crecard_comp_nm_list.size() -1;
        }
 
        // 配列項目 "通帳記号"(String型。項目ID:tsucho_symbol)
        else if( key.equals("通帳記号") ) {
            if( tsucho_symbol_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                tsucho_symbol_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            tsucho_symbol_list.add(tmpBean);
            return tsucho_symbol_list.size() -1;
        }
 
        // 配列項目 "通帳番号"(String型。項目ID:tsucho_no)
        else if( key.equals("通帳番号") ) {
            if( tsucho_no_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                tsucho_no_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            tsucho_no_list.add(tmpBean);
            return tsucho_no_list.size() -1;
        }
 
        // 配列項目 "送付先名"(String型。項目ID:sohus_nm)
        else if( key.equals("送付先名") ) {
            if( sohus_nm_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                sohus_nm_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            sohus_nm_list.add(tmpBean);
            return sohus_nm_list.size() -1;
        }
 
        // 配列項目 "送付先市区町村名"(String型。項目ID:sohus_city_nm)
        else if( key.equals("送付先市区町村名") ) {
            if( sohus_city_nm_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                sohus_city_nm_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            sohus_city_nm_list.add(tmpBean);
            return sohus_city_nm_list.size() -1;
        }
 
        // 配列項目 "送付先大字通称名"(String型。項目ID:sohus_oaztsu_nm)
        else if( key.equals("送付先大字通称名") ) {
            if( sohus_oaztsu_nm_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                sohus_oaztsu_nm_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            sohus_oaztsu_nm_list.add(tmpBean);
            return sohus_oaztsu_nm_list.size() -1;
        }
 
        // 配列項目 "送付先字丁目名"(String型。項目ID:sohus_azcho_nm)
        else if( key.equals("送付先字丁目名") ) {
            if( sohus_azcho_nm_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                sohus_azcho_nm_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            sohus_azcho_nm_list.add(tmpBean);
            return sohus_azcho_nm_list.size() -1;
        }
 
        // 配列項目 "送付先住所補記・建物名"(String型。項目ID:sohus_adrttm)
        else if( key.equals("送付先住所補記・建物名") ) {
            if( sohus_adrttm_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                sohus_adrttm_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            sohus_adrttm_list.add(tmpBean);
            return sohus_adrttm_list.size() -1;
        }
 
        // 配列項目 "送付先住所補記・部屋番号"(String型。項目ID:sohus_adrrm)
        else if( key.equals("送付先住所補記・部屋番号") ) {
            if( sohus_adrrm_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                sohus_adrrm_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            sohus_adrrm_list.add(tmpBean);
            return sohus_adrrm_list.size() -1;
        }
 
        // 配列項目 "送付先番地号"(String型。項目ID:sohus_bnchigo)
        else if( key.equals("送付先番地号") ) {
            if( sohus_bnchigo_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                sohus_bnchigo_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            sohus_bnchigo_list.add(tmpBean);
            return sohus_bnchigo_list.size() -1;
        }
 
        // 配列項目 "更新年月日時分秒"(String型。項目ID:upd_dtm)
        else if( key.equals("更新年月日時分秒") ) {
            if( upd_dtm_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                upd_dtm_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            upd_dtm_list.add(tmpBean);
            return upd_dtm_list.size() -1;
        }
 
        return -1; //該当する項目がない場合、-1を返す
	}
 
    /**
     * リスト項目のインスタンスを削除します。
     * @param key 項目名
     * @param index 削除対象のインデックス番号
     */
    public void removeElementFromListData (String key, int index) throws X33SException{
 
        if(key != null){
 
            // 配列項目 "請求契約番号"(String型。項目ID:seiky_kei_no)
            if(key.equals("請求契約番号")) {
                if(index >= 0 && index < seiky_kei_no_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    seiky_kei_no_list.remove(index);
                }
            }
 
            // 配列項目 "請求契約ステータス"(String型。項目ID:seiky_kei_stat)
            else if(key.equals("請求契約ステータス")) {
                if(index >= 0 && index < seiky_kei_stat_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    seiky_kei_stat_list.remove(index);
                }
            }
 
            // 配列項目 "請求契約ステータス名称"(String型。項目ID:seiky_kei_stat_nm)
            else if(key.equals("請求契約ステータス名称")) {
                if(index >= 0 && index < seiky_kei_stat_nm_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    seiky_kei_stat_nm_list.remove(index);
                }
            }
 
            // 配列項目 "請求方法コード"(String型。項目ID:seiky_way_cd)
            else if(key.equals("請求方法コード")) {
                if(index >= 0 && index < seiky_way_cd_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    seiky_way_cd_list.remove(index);
                }
            }
 
            // 配列項目 "請求方法コード名称"(String型。項目ID:seiky_way_cd_nm)
            else if(key.equals("請求方法コード名称")) {
                if(index >= 0 && index < seiky_way_cd_nm_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    seiky_way_cd_nm_list.remove(index);
                }
            }
 
            // 配列項目 "請求方法番号（口座）"(String型。項目ID:seiky_way_no_koza)
            else if(key.equals("請求方法番号（口座）")) {
                if(index >= 0 && index < seiky_way_no_koza_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    seiky_way_no_koza_list.remove(index);
                }
            }
 
            // 配列項目 "請求方法番号（クレジットカード）"(String型。項目ID:seiky_way_no_crecard)
            else if(key.equals("請求方法番号（クレジットカード）")) {
                if(index >= 0 && index < seiky_way_no_crecard_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    seiky_way_no_crecard_list.remove(index);
                }
            }
 
            // 配列項目 "金融機関名"(String型。項目ID:bank_nm)
            else if(key.equals("金融機関名")) {
                if(index >= 0 && index < bank_nm_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    bank_nm_list.remove(index);
                }
            }
 
            // 配列項目 "金融機関支店名"(String型。項目ID:bank_shiten_nm)
            else if(key.equals("金融機関支店名")) {
                if(index >= 0 && index < bank_shiten_nm_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    bank_shiten_nm_list.remove(index);
                }
            }
 
            // 配列項目 "口座番号"(String型。項目ID:koza_no)
            else if(key.equals("口座番号")) {
                if(index >= 0 && index < koza_no_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    koza_no_list.remove(index);
                }
            }
 
            // 配列項目 "預金種目コード"(String型。項目ID:yokin_shumoku_cd)
            else if(key.equals("預金種目コード")) {
                if(index >= 0 && index < yokin_shumoku_cd_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    yokin_shumoku_cd_list.remove(index);
                }
            }
 
            // 配列項目 "預金種目コード名称"(String型。項目ID:yokin_shumoku_cd_nm)
            else if(key.equals("預金種目コード名称")) {
                if(index >= 0 && index < yokin_shumoku_cd_nm_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    yokin_shumoku_cd_nm_list.remove(index);
                }
            }
 
            // 配列項目 "クレジットカード番号"(String型。項目ID:crecard_no)
            else if(key.equals("クレジットカード番号")) {
                if(index >= 0 && index < crecard_no_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    crecard_no_list.remove(index);
                }
            }
 
            // 配列項目 "クレジットカード会社名"(String型。項目ID:crecard_comp_nm)
            else if(key.equals("クレジットカード会社名")) {
                if(index >= 0 && index < crecard_comp_nm_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    crecard_comp_nm_list.remove(index);
                }
            }
 
            // 配列項目 "通帳記号"(String型。項目ID:tsucho_symbol)
            else if(key.equals("通帳記号")) {
                if(index >= 0 && index < tsucho_symbol_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    tsucho_symbol_list.remove(index);
                }
            }
 
            // 配列項目 "通帳番号"(String型。項目ID:tsucho_no)
            else if(key.equals("通帳番号")) {
                if(index >= 0 && index < tsucho_no_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    tsucho_no_list.remove(index);
                }
            }
 
            // 配列項目 "送付先名"(String型。項目ID:sohus_nm)
            else if(key.equals("送付先名")) {
                if(index >= 0 && index < sohus_nm_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    sohus_nm_list.remove(index);
                }
            }
 
            // 配列項目 "送付先市区町村名"(String型。項目ID:sohus_city_nm)
            else if(key.equals("送付先市区町村名")) {
                if(index >= 0 && index < sohus_city_nm_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    sohus_city_nm_list.remove(index);
                }
            }
 
            // 配列項目 "送付先大字通称名"(String型。項目ID:sohus_oaztsu_nm)
            else if(key.equals("送付先大字通称名")) {
                if(index >= 0 && index < sohus_oaztsu_nm_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    sohus_oaztsu_nm_list.remove(index);
                }
            }
 
            // 配列項目 "送付先字丁目名"(String型。項目ID:sohus_azcho_nm)
            else if(key.equals("送付先字丁目名")) {
                if(index >= 0 && index < sohus_azcho_nm_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    sohus_azcho_nm_list.remove(index);
                }
            }
 
            // 配列項目 "送付先住所補記・建物名"(String型。項目ID:sohus_adrttm)
            else if(key.equals("送付先住所補記・建物名")) {
                if(index >= 0 && index < sohus_adrttm_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    sohus_adrttm_list.remove(index);
                }
            }
 
            // 配列項目 "送付先住所補記・部屋番号"(String型。項目ID:sohus_adrrm)
            else if(key.equals("送付先住所補記・部屋番号")) {
                if(index >= 0 && index < sohus_adrrm_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    sohus_adrrm_list.remove(index);
                }
            }
 
            // 配列項目 "送付先番地号"(String型。項目ID:sohus_bnchigo)
            else if(key.equals("送付先番地号")) {
                if(index >= 0 && index < sohus_bnchigo_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    sohus_bnchigo_list.remove(index);
                }
            }
 
            // 配列項目 "更新年月日時分秒"(String型。項目ID:upd_dtm)
            else if(key.equals("更新年月日時分秒")) {
                if(index >= 0 && index < upd_dtm_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    upd_dtm_list.remove(index);
                }
            }
 
        }
    }
    /**
     * リスト項目の要素をクリアします。
     * @param key 項目名
     */
    public void clearListDataInstance (String key) throws X33SException{
 
        if(key !=null){
 
            // 配列項目 "請求契約番号"(String型。項目ID:seiky_kei_no)
            if(key.equals("請求契約番号")) {
                seiky_kei_no_list.clear();
            }
            // 配列項目 "請求契約ステータス"(String型。項目ID:seiky_kei_stat)
            else if(key.equals("請求契約ステータス")) {
                seiky_kei_stat_list.clear();
            }
            // 配列項目 "請求契約ステータス名称"(String型。項目ID:seiky_kei_stat_nm)
            else if(key.equals("請求契約ステータス名称")) {
                seiky_kei_stat_nm_list.clear();
            }
            // 配列項目 "請求方法コード"(String型。項目ID:seiky_way_cd)
            else if(key.equals("請求方法コード")) {
                seiky_way_cd_list.clear();
            }
            // 配列項目 "請求方法コード名称"(String型。項目ID:seiky_way_cd_nm)
            else if(key.equals("請求方法コード名称")) {
                seiky_way_cd_nm_list.clear();
            }
            // 配列項目 "請求方法番号（口座）"(String型。項目ID:seiky_way_no_koza)
            else if(key.equals("請求方法番号（口座）")) {
                seiky_way_no_koza_list.clear();
            }
            // 配列項目 "請求方法番号（クレジットカード）"(String型。項目ID:seiky_way_no_crecard)
            else if(key.equals("請求方法番号（クレジットカード）")) {
                seiky_way_no_crecard_list.clear();
            }
            // 配列項目 "金融機関名"(String型。項目ID:bank_nm)
            else if(key.equals("金融機関名")) {
                bank_nm_list.clear();
            }
            // 配列項目 "金融機関支店名"(String型。項目ID:bank_shiten_nm)
            else if(key.equals("金融機関支店名")) {
                bank_shiten_nm_list.clear();
            }
            // 配列項目 "口座番号"(String型。項目ID:koza_no)
            else if(key.equals("口座番号")) {
                koza_no_list.clear();
            }
            // 配列項目 "預金種目コード"(String型。項目ID:yokin_shumoku_cd)
            else if(key.equals("預金種目コード")) {
                yokin_shumoku_cd_list.clear();
            }
            // 配列項目 "預金種目コード名称"(String型。項目ID:yokin_shumoku_cd_nm)
            else if(key.equals("預金種目コード名称")) {
                yokin_shumoku_cd_nm_list.clear();
            }
            // 配列項目 "クレジットカード番号"(String型。項目ID:crecard_no)
            else if(key.equals("クレジットカード番号")) {
                crecard_no_list.clear();
            }
            // 配列項目 "クレジットカード会社名"(String型。項目ID:crecard_comp_nm)
            else if(key.equals("クレジットカード会社名")) {
                crecard_comp_nm_list.clear();
            }
            // 配列項目 "通帳記号"(String型。項目ID:tsucho_symbol)
            else if(key.equals("通帳記号")) {
                tsucho_symbol_list.clear();
            }
            // 配列項目 "通帳番号"(String型。項目ID:tsucho_no)
            else if(key.equals("通帳番号")) {
                tsucho_no_list.clear();
            }
            // 配列項目 "送付先名"(String型。項目ID:sohus_nm)
            else if(key.equals("送付先名")) {
                sohus_nm_list.clear();
            }
            // 配列項目 "送付先市区町村名"(String型。項目ID:sohus_city_nm)
            else if(key.equals("送付先市区町村名")) {
                sohus_city_nm_list.clear();
            }
            // 配列項目 "送付先大字通称名"(String型。項目ID:sohus_oaztsu_nm)
            else if(key.equals("送付先大字通称名")) {
                sohus_oaztsu_nm_list.clear();
            }
            // 配列項目 "送付先字丁目名"(String型。項目ID:sohus_azcho_nm)
            else if(key.equals("送付先字丁目名")) {
                sohus_azcho_nm_list.clear();
            }
            // 配列項目 "送付先住所補記・建物名"(String型。項目ID:sohus_adrttm)
            else if(key.equals("送付先住所補記・建物名")) {
                sohus_adrttm_list.clear();
            }
            // 配列項目 "送付先住所補記・部屋番号"(String型。項目ID:sohus_adrrm)
            else if(key.equals("送付先住所補記・部屋番号")) {
                sohus_adrrm_list.clear();
            }
            // 配列項目 "送付先番地号"(String型。項目ID:sohus_bnchigo)
            else if(key.equals("送付先番地号")) {
                sohus_bnchigo_list.clear();
            }
            // 配列項目 "更新年月日時分秒"(String型。項目ID:upd_dtm)
            else if(key.equals("更新年月日時分秒")) {
                upd_dtm_list.clear();
            }
        }
    }
 
}
