/*</members>*/ public static String getLocalizedService(CNInstantMessageService service) { return getLocalizedService(service.value().toString()); }
/*</constructors>*/ public CNInstantMessageAddress(String username, CNInstantMessageService service) { super((SkipInit) null); initObject(init(username, service.value().toString())); }