//***********************************************************************************************
//*  FUW12001SF03DBean.java                 All Rights reserved.Copyright (c) K-Opticom   
//***********************************************************************************************
/*
履歴：
	NO	日付			更新者								    
	01	2016.04.05		Webクライアント定義ツール 2.0.39		
*/
 
/**
 * <DL>
 * <DT>名前
 * <p>
 * <DT>説明: 
 * <DD>データの初期化.
 * <DD> generated by Web Client tool V01/L01.
 * </DL>
*/
package eo.web.webview.FUW12001SF;
 
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 FUW12001SF03DBean 
    implements X33VDataTypeBeanInterface, X33VListedBeanInterface, Serializable {
    
    //プロパティの初期化
	protected String select_cd_update;
	protected String select_cd_value = "";
	protected String select_cd_state = "";
	protected X33VDataTypeList pcrs_cd_list_list = null;			
	protected X33VDataTypeList pplan_list_list = null;			
	protected X33VDataTypeList nm_list_list = null;			
	protected X33VDataTypeList hdd_cd_list_list = null;			
	protected X33VDataTypeList hdd_list_list = null;			
	protected X33VDataTypeList month_prc_list_list = null;			
	protected X33VDataTypeList glade_list_list = null;			
	protected X33VDataTypeList disp_jun_list_list = null;			
	protected X33VDataTypeList pplan_tani_nm_list_list = null;			
 
    protected int index;
 
	// コンストラクタ生成
	public FUW12001SF03DBean(){
	
		// コンストラクタの宣言部生成
		pcrs_cd_list_list = new X33VDataTypeList();
		pplan_list_list = new X33VDataTypeList();
		nm_list_list = new X33VDataTypeList();
		hdd_cd_list_list = new X33VDataTypeList();
		hdd_list_list = new X33VDataTypeList();
		month_prc_list_list = new X33VDataTypeList();
		glade_list_list = new X33VDataTypeList();
		disp_jun_list_list = new X33VDataTypeList();
		pplan_tani_nm_list_list = new X33VDataTypeList();
	}
 
    /**
     *  Getter/Setterメソッド
     */
	public String getSelect_cd_update() {
		return this.select_cd_update ;
	}
 
	public void setSelect_cd_update(String param) {
		this.select_cd_update = param ;
	}
 
	public String getSelect_cd_value() {
		return this.select_cd_value ;
	}
 
	public void setSelect_cd_value(String param) {
		this.select_cd_value = param ;
	}
 
 	public String getSelect_cd_state() {
		return this.select_cd_state ;
	}
 
	public void setSelect_cd_state(String param) {
		this.select_cd_state = param ;
	}
 
 
    public X33VDataTypeList getPcrs_cd_list_list() {
        return this.pcrs_cd_list_list ;
    }
 
    public void setPcrs_cd_list_list(X33VDataTypeList param) {
        this.pcrs_cd_list_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_pcrs_cd_list (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< pcrs_cd_list_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) pcrs_cd_list_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getPplan_list_list() {
        return this.pplan_list_list ;
    }
 
    public void setPplan_list_list(X33VDataTypeList param) {
        this.pplan_list_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_pplan_list (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< pplan_list_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) pplan_list_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getNm_list_list() {
        return this.nm_list_list ;
    }
 
    public void setNm_list_list(X33VDataTypeList param) {
        this.nm_list_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_nm_list (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< nm_list_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) nm_list_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getHdd_cd_list_list() {
        return this.hdd_cd_list_list ;
    }
 
    public void setHdd_cd_list_list(X33VDataTypeList param) {
        this.hdd_cd_list_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_hdd_cd_list (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< hdd_cd_list_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) hdd_cd_list_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getHdd_list_list() {
        return this.hdd_list_list ;
    }
 
    public void setHdd_list_list(X33VDataTypeList param) {
        this.hdd_list_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_hdd_list (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< hdd_list_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) hdd_list_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getMonth_prc_list_list() {
        return this.month_prc_list_list ;
    }
 
    public void setMonth_prc_list_list(X33VDataTypeList param) {
        this.month_prc_list_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_month_prc_list (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< month_prc_list_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) month_prc_list_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getGlade_list_list() {
        return this.glade_list_list ;
    }
 
    public void setGlade_list_list(X33VDataTypeList param) {
        this.glade_list_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_glade_list (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< glade_list_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) glade_list_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getDisp_jun_list_list() {
        return this.disp_jun_list_list ;
    }
 
    public void setDisp_jun_list_list(X33VDataTypeList param) {
        this.disp_jun_list_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_disp_jun_list (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< disp_jun_list_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) disp_jun_list_list.get(i)).getValue();
            SelectItem item = new SelectItem(new Integer(i).toString(), itemValue);
            ary.add(item);
		}
        return ary;
    }
 
 
    public X33VDataTypeList getPplan_tani_nm_list_list() {
        return this.pplan_tani_nm_list_list ;
    }
 
    public void setPplan_tani_nm_list_list(X33VDataTypeList param) {
        this.pplan_tani_nm_list_list = param ;
    }
 
    public ArrayList<SelectItem> getJsflist_pplan_tani_nm_list (){
        ArrayList ary = new ArrayList<SelectItem>();
        for(int i=0; i< pplan_tani_nm_list_list.size(); i++){
            String itemValue = (String)((X33VDataTypeStringBean) pplan_tani_nm_list_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の項目"機器リスト選択値"(項目ＩＤ:select_cd)
        if(key.equals("機器リスト選択値")){
            if(subkey.equalsIgnoreCase("value")){
                return getSelect_cd_value();
            }
            else if(subkey.equalsIgnoreCase("state")){ //subkeyが"state"の場合、ステータスを返す。
                return getSelect_cd_state();                
            }
        }
 
        // 配列項目 "料金コースコードリスト"(String型。項目ID:pcrs_cd_list)
        else if(key.equals("料金コースコードリスト")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(pcrs_cd_list_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 >= pcrs_cd_list_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)pcrs_cd_list_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "料金プランコードリスト"(String型。項目ID:pplan_list)
        else if(key.equals("料金プランコードリスト")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(pplan_list_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 >= pplan_list_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)pplan_list_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "名称リスト"(String型。項目ID:nm_list)
        else if(key.equals("名称リスト")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(nm_list_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 >= nm_list_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)nm_list_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "ＨＤＤ容量コードリスト"(String型。項目ID:hdd_cd_list)
        else if(key.equals("ＨＤＤ容量コードリスト")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(hdd_cd_list_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 >= hdd_cd_list_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)hdd_cd_list_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "ＨＤＤ容量リスト"(String型。項目ID:hdd_list)
        else if(key.equals("ＨＤＤ容量リスト")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(hdd_list_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 >= hdd_list_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)hdd_list_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "月額料金リスト"(String型。項目ID:month_prc_list)
        else if(key.equals("月額料金リスト")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(month_prc_list_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 >= month_prc_list_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)month_prc_list_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "グレードリスト"(String型。項目ID:glade_list)
        else if(key.equals("グレードリスト")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(glade_list_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 >= glade_list_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)glade_list_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "表示順序リスト"(String型。項目ID:disp_jun_list)
        else if(key.equals("表示順序リスト")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(disp_jun_list_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 >= disp_jun_list_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)disp_jun_list_list.get(tmpIndex)).loadModelData(subkey);
        }
 
        // 配列項目 "料金プラン単位名リスト"(String型。項目ID:pplan_tani_nm_list)
        else if(key.equals("料金プラン単位名リスト")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);
            // インデックス値の代わりに"*"が指定されていたら、リストの要素数を返す。
            if(key.equals("*")) {
                return Integer.valueOf(pplan_tani_nm_list_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 >= pplan_tani_nm_list_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            } 
            return ((X33VDataTypeStringBean)pplan_tani_nm_list_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の項目"機器リスト選択値"(項目ＩＤ:select_cd)
        if(key.equals("機器リスト選択値")){
            if(subkey.equalsIgnoreCase("value")){
                setSelect_cd_value((String)in_value);
            }
            else if(subkey.equalsIgnoreCase("state")){ //subkeyが"state"の場合、ステータスを返す。
                setSelect_cd_state((String)in_value);
            }
        }  
 
        // 配列項目 "料金コースコードリスト"(String型。項目ID:pcrs_cd_list)
        else if(key.equals("料金コースコードリスト")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("pcrs_cd_list/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 < pcrs_cd_list_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)pcrs_cd_list_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "料金プランコードリスト"(String型。項目ID:pplan_list)
        else if(key.equals("料金プランコードリスト")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("pplan_list/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 < pplan_list_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)pplan_list_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "名称リスト"(String型。項目ID:nm_list)
        else if(key.equals("名称リスト")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("nm_list/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 < nm_list_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)nm_list_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "ＨＤＤ容量コードリスト"(String型。項目ID:hdd_cd_list)
        else if(key.equals("ＨＤＤ容量コードリスト")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("hdd_cd_list/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 < hdd_cd_list_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)hdd_cd_list_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "ＨＤＤ容量リスト"(String型。項目ID:hdd_list)
        else if(key.equals("ＨＤＤ容量リスト")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("hdd_list/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 < hdd_list_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)hdd_list_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "月額料金リスト"(String型。項目ID:month_prc_list)
        else if(key.equals("月額料金リスト")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("month_prc_list/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 < month_prc_list_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)month_prc_list_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "グレードリスト"(String型。項目ID:glade_list)
        else if(key.equals("グレードリスト")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("glade_list/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 < glade_list_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)glade_list_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "表示順序リスト"(String型。項目ID:disp_jun_list)
        else if(key.equals("表示順序リスト")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("disp_jun_list/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 < disp_jun_list_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)disp_jun_list_list.get(tmpIndex)).storeModelData(subkey,in_value);
					//キャスト部分は、項目定義型にあわせてX33VDataTypeStringBean, X33VDataTypeLongBean, X33VDataTypeBooleanBeanのうち1つを指定。
					//X33VDataTypeLongBeanではsubkeyと入力値およびisSetAsStringフラグを引数に指定
                }
            }
        }
 
        // 配列項目 "料金プラン単位名リスト"(String型。項目ID:pplan_tani_nm_list)
        else if(key.equals("料金プラン単位名リスト")) {
            // keyの次の要素を取得
            key = key.substring(separaterPoint + 1);//("pplan_tani_nm_list/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 < pplan_tani_nm_list_list.size()) { // インデックス値がリスト個数-1以下の場合
                    ((X33VDataTypeStringBean)pplan_tani_nm_list_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("料金プラン単位名リスト") ;
        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の項目"機器リスト選択値"(項目ＩＤ:select_cd)
        if(key.equals("機器リスト選択値")){
            if(subkey.equalsIgnoreCase("value")){
                return String.class;
            }
            else if(subkey.equalsIgnoreCase("state")){ //subkeyが"state"の場合、ステータスを返す。
                return String.class;
            }
        }
 
        // 配列項目 "料金コースコードリスト"(String型。項目ID:pcrs_cd_list)
        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 >= pcrs_cd_list_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)pcrs_cd_list_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "料金プランコードリスト"(String型。項目ID:pplan_list)
        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 >= pplan_list_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)pplan_list_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "名称リスト"(String型。項目ID:nm_list)
        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 >= nm_list_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)nm_list_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "ＨＤＤ容量コードリスト"(String型。項目ID:hdd_cd_list)
        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 >= hdd_cd_list_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)hdd_cd_list_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "ＨＤＤ容量リスト"(String型。項目ID:hdd_list)
        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 >= hdd_list_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)hdd_list_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "月額料金リスト"(String型。項目ID:month_prc_list)
        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 >= month_prc_list_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)month_prc_list_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "グレードリスト"(String型。項目ID:glade_list)
        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 >= glade_list_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)glade_list_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "表示順序リスト"(String型。項目ID:disp_jun_list)
        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 >= disp_jun_list_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)disp_jun_list_list.get(tmpIndex)).typeModelData(subkey);
        }
 
        // 配列項目 "料金プラン単位名リスト"(String型。項目ID:pplan_tani_nm_list)
        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 >= pplan_tani_nm_list_list.size()) { // インデックス値がリスト個数-1を超える場合、ここでnullを返す。
                return null;
            }
            return ((X33VDataTypeStringBean)pplan_tani_nm_list_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:pcrs_cd_list)
        else if( key.equals("料金コースコードリスト") ) {
            if( pcrs_cd_list_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                pcrs_cd_list_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            pcrs_cd_list_list.add(tmpBean);
            return pcrs_cd_list_list.size() -1;
        }
 
        // 配列項目 "料金プランコードリスト"(String型。項目ID:pplan_list)
        else if( key.equals("料金プランコードリスト") ) {
            if( pplan_list_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                pplan_list_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            pplan_list_list.add(tmpBean);
            return pplan_list_list.size() -1;
        }
 
        // 配列項目 "名称リスト"(String型。項目ID:nm_list)
        else if( key.equals("名称リスト") ) {
            if( nm_list_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                nm_list_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            nm_list_list.add(tmpBean);
            return nm_list_list.size() -1;
        }
 
        // 配列項目 "ＨＤＤ容量コードリスト"(String型。項目ID:hdd_cd_list)
        else if( key.equals("ＨＤＤ容量コードリスト") ) {
            if( hdd_cd_list_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                hdd_cd_list_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            hdd_cd_list_list.add(tmpBean);
            return hdd_cd_list_list.size() -1;
        }
 
        // 配列項目 "ＨＤＤ容量リスト"(String型。項目ID:hdd_list)
        else if( key.equals("ＨＤＤ容量リスト") ) {
            if( hdd_list_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                hdd_list_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            hdd_list_list.add(tmpBean);
            return hdd_list_list.size() -1;
        }
 
        // 配列項目 "月額料金リスト"(String型。項目ID:month_prc_list)
        else if( key.equals("月額料金リスト") ) {
            if( month_prc_list_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                month_prc_list_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            month_prc_list_list.add(tmpBean);
            return month_prc_list_list.size() -1;
        }
 
        // 配列項目 "グレードリスト"(String型。項目ID:glade_list)
        else if( key.equals("グレードリスト") ) {
            if( glade_list_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                glade_list_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            glade_list_list.add(tmpBean);
            return glade_list_list.size() -1;
        }
 
        // 配列項目 "表示順序リスト"(String型。項目ID:disp_jun_list)
        else if( key.equals("表示順序リスト") ) {
            if( disp_jun_list_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                disp_jun_list_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            disp_jun_list_list.add(tmpBean);
            return disp_jun_list_list.size() -1;
        }
 
        // 配列項目 "料金プラン単位名リスト"(String型。項目ID:pplan_tani_nm_list)
        else if( key.equals("料金プラン単位名リスト") ) {
            if( pplan_tani_nm_list_list == null ) { // リストがnullの場合、新しい空のインスタンスを生成する
                pplan_tani_nm_list_list = new X33VDataTypeList();
            }
            X33VDataTypeStringBean tmpBean = new X33VDataTypeStringBean();// データタイプビーン型で指定したデータタイプビーンのインスタンスを生成する。
                                                                          // なお、データタイプビーンの項目初期値設定は、各データビーン内部で定義
            pplan_tani_nm_list_list.add(tmpBean);
            return pplan_tani_nm_list_list.size() -1;
        }
 
        return -1; //該当する項目がない場合、-1を返す
	}
 
    /**
     * リスト項目のインスタンスを削除します。
     * @param key 項目名
     * @param index 削除対象のインデックス番号
     */
    public void removeElementFromListData (String key, int index) throws X33SException{
 
        if(key != null){
 
            // 配列項目 "料金コースコードリスト"(String型。項目ID:pcrs_cd_list)
            if(key.equals("料金コースコードリスト")) {
                if(index >= 0 && index < pcrs_cd_list_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    pcrs_cd_list_list.remove(index);
                }
            }
 
            // 配列項目 "料金プランコードリスト"(String型。項目ID:pplan_list)
            else if(key.equals("料金プランコードリスト")) {
                if(index >= 0 && index < pplan_list_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    pplan_list_list.remove(index);
                }
            }
 
            // 配列項目 "名称リスト"(String型。項目ID:nm_list)
            else if(key.equals("名称リスト")) {
                if(index >= 0 && index < nm_list_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    nm_list_list.remove(index);
                }
            }
 
            // 配列項目 "ＨＤＤ容量コードリスト"(String型。項目ID:hdd_cd_list)
            else if(key.equals("ＨＤＤ容量コードリスト")) {
                if(index >= 0 && index < hdd_cd_list_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    hdd_cd_list_list.remove(index);
                }
            }
 
            // 配列項目 "ＨＤＤ容量リスト"(String型。項目ID:hdd_list)
            else if(key.equals("ＨＤＤ容量リスト")) {
                if(index >= 0 && index < hdd_list_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    hdd_list_list.remove(index);
                }
            }
 
            // 配列項目 "月額料金リスト"(String型。項目ID:month_prc_list)
            else if(key.equals("月額料金リスト")) {
                if(index >= 0 && index < month_prc_list_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    month_prc_list_list.remove(index);
                }
            }
 
            // 配列項目 "グレードリスト"(String型。項目ID:glade_list)
            else if(key.equals("グレードリスト")) {
                if(index >= 0 && index < glade_list_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    glade_list_list.remove(index);
                }
            }
 
            // 配列項目 "表示順序リスト"(String型。項目ID:disp_jun_list)
            else if(key.equals("表示順序リスト")) {
                if(index >= 0 && index < disp_jun_list_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    disp_jun_list_list.remove(index);
                }
            }
 
            // 配列項目 "料金プラン単位名リスト"(String型。項目ID:pplan_tani_nm_list)
            else if(key.equals("料金プラン単位名リスト")) {
                if(index >= 0 && index < pplan_tani_nm_list_list.size()) { // 指定のインデックスが現在のリストの範囲内なら、そのインデックスの内容を削除する
                    pplan_tani_nm_list_list.remove(index);
                }
            }
 
        }
    }
    /**
     * リスト項目の要素をクリアします。
     * @param key 項目名
     */
    public void clearListDataInstance (String key) throws X33SException{
 
        if(key !=null){
 
            // 配列項目 "料金コースコードリスト"(String型。項目ID:pcrs_cd_list)
            if(key.equals("料金コースコードリスト")) {
                pcrs_cd_list_list.clear();
            }
            // 配列項目 "料金プランコードリスト"(String型。項目ID:pplan_list)
            else if(key.equals("料金プランコードリスト")) {
                pplan_list_list.clear();
            }
            // 配列項目 "名称リスト"(String型。項目ID:nm_list)
            else if(key.equals("名称リスト")) {
                nm_list_list.clear();
            }
            // 配列項目 "ＨＤＤ容量コードリスト"(String型。項目ID:hdd_cd_list)
            else if(key.equals("ＨＤＤ容量コードリスト")) {
                hdd_cd_list_list.clear();
            }
            // 配列項目 "ＨＤＤ容量リスト"(String型。項目ID:hdd_list)
            else if(key.equals("ＨＤＤ容量リスト")) {
                hdd_list_list.clear();
            }
            // 配列項目 "月額料金リスト"(String型。項目ID:month_prc_list)
            else if(key.equals("月額料金リスト")) {
                month_prc_list_list.clear();
            }
            // 配列項目 "グレードリスト"(String型。項目ID:glade_list)
            else if(key.equals("グレードリスト")) {
                glade_list_list.clear();
            }
            // 配列項目 "表示順序リスト"(String型。項目ID:disp_jun_list)
            else if(key.equals("表示順序リスト")) {
                disp_jun_list_list.clear();
            }
            // 配列項目 "料金プラン単位名リスト"(String型。項目ID:pplan_tani_nm_list)
            else if(key.equals("料金プラン単位名リスト")) {
                pplan_tani_nm_list_list.clear();
            }
        }
    }
 
}
