arrayInxObject is an instance variable of object xObject and cannot beaccessed by using the class name xObject. Try something like this:xObject myxObject = new xObject(x);myxObject.arrayInxObject[column] = z;