package com.ikea.shared.products.model;

import com.google.gson.annotations.SerializedName;
import java.util.List;

public class ItemRefList
{

  @SerializedName("ItemRef")
  private List<ItemRef> mItemRefList;

  public List<ItemRef> getItemRefList()
  {
    return this.mItemRefList;
  }

  public String toString()
  {
    return "ItemRefList [mItemRefList=" + this.mItemRefList + "]";
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.ikea.shared.products.model.ItemRefList
 * JD-Core Version:    0.6.2
 */