public final class PrinterMoreInfoManufacturer extends javax.print.attribute.URISyntax implements javax.print.attribute.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(java.net.URI uri)
Constructs a
PrinterMoreInfoManufacturer object. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Tests if the given object is equal to this object.
|
java.lang.Class<? extends javax.print.attribute.Attribute> |
getCategory()
Returns category of this class.
|
java.lang.String |
getName()
Returns the name of this attribute.
|
public PrinterMoreInfoManufacturer(java.net.URI uri)
PrinterMoreInfoManufacturer object.uri - the URI of the information..java.lang.NullPointerException - if the given uri is null.public boolean equals(java.lang.Object obj)
equals in class javax.print.attribute.URISyntaxobj - the object to testtrue if both objects are equal,
false otherwise.Object.hashCode()public java.lang.Class<? extends javax.print.attribute.Attribute> getCategory()
getCategory in interface javax.print.attribute.AttributePrinterMoreInfoManufacturer itself.public java.lang.String getName()
getName in interface javax.print.attribute.Attribute