A() {
_attributes = new ArrayList();
_attributes.add(new Attribute("gmr", "a", "0"));
_attributes.add(new Attribute("gmr", "b", "1"));
_attributes.add(new Attribute("gmr", "c", "2"));
_attributes.add(new Attribute("gmr", "d", "3"));
_attributes.add(new Attribute("gmr", "e", "4"));
_attributes.add(new Attribute("gmr", "f", "5"));
_attributes.add(new Attribute("gmr", "g", "6"));
_attributes.add(new Attribute("gmr", "h", "7"));
_attributes.add(new Attribute("gmr", "i", "8"));
_attributes.add(new Attribute("gmr", "j", "9"));
}