public final class PrinterMoreInfoManufacturer extends URISyntax implements PrintServiceAttribute
PrinterMoreInfoManufacturer attribute provides a URI that
can be used to obtain more information about the printer device type and
its manufacturer.
The URI may for example contain a reference to a website of the manufacturer, containing informations and links to the latest firmware, printer drivers, manual etc. The information is normally intended for end users.
IPP Compatibility: PrinterMoreInfoManufacturer is an IPP 1.1 attribute.
| Constructor and Description |
|---|
PrinterMoreInfoManufacturer(URI uri)
Constructs a
PrinterMoreInfoManufacturer object. |
public PrinterMoreInfoManufacturer(URI uri)
PrinterMoreInfoManufacturer object.uri - the URI of the information..NullPointerException - if the given uri is null.public boolean equals(Object obj)
equals in class URISyntaxobj - the object to testtrue if both objects are equal,
false otherwise.Object.hashCode()public Class<? extends Attribute> getCategory()
getCategory in interface AttributePrinterMoreInfoManufacturer itself.