attributes.add(new PrinterName(serviceName, Locale.getDefault()));
if (getColorSupported(serviceName)) {
attributes.add(ColorSupported.SUPPORTED);
int colorPPM = getPagesPerMinuteColor(serviceName);
if (colorPPM > 0) {
attributes.add(new PagesPerMinuteColor(colorPPM));
}
} else {
attributes.add(ColorSupported.NOT_SUPPORTED);
}