%Get function
function value = getValue(GenericClassInstance)
value = GenericClassInstance.classVariable;
end