public static void RemoveLyricType(this IAttLyricstype e) { MeiAtt_controller.RemoveAttribute(e, "lyricType", ns_lyricType); }
public static string GetLyricTypeValue(this IAttLyricstype e) { return(MeiAtt_controller.GetAttributeValue(e, "lyricType", ns_lyricType)); }
public static bool HasLyricType(this IAttLyricstype e) { return(MeiAtt_controller.HasAttribute(e, "lyricType", ns_lyricType)); }
public static void SetLyricType(this IAttLyricstype e, string _val) { MeiAtt_controller.SetAttribute(e, "lyricType", ns_lyricType, _val); }