// @StartGeneration
protected void setProperties(UIComponent component) {
super.setProperties(component);
FacesContext facesContext = getFacesContext();
setStringAttribute(facesContext,component,"accessible",accessible);
setStringAttribute(facesContext,component,"appendCustomToolbar",appendCustomToolbar);
setStringAttribute(facesContext,component,"collapseToolbar",collapseToolbar);
setIntegerAttribute(facesContext,component,"customToolbarCount",customToolbarCount);