323334353637383940
public void setHoverHeight(final String hoverHeight) { attributes.set("hoverHeight", hoverHeight); } public HoverType create() { HoverType effectType = new HoverType(); effectType.initFromAttributes(attributes); return effectType; }