How do I create a "Method" to update an "Extended Classification" property?

I created an "Action" which has a method that reads:

this.setAction("edit");
this.setProperty("xp-monthly","1");
this.apply();
return this;

Does anyone know how to modify an "Extended Property"?