class MySuperClass{
				constructor(){

				}

				get value(){ return this._value}

				set value(val){this._value = val}
			}