Name

printer

Printer Config —

<printer/>

Name:printer
Required by Parent Tag:No
Multiple Tag Instances supported:Yes

Table 53. Attributes for printer tag (for xms.examples.beanconfig.NumberPrinter)

NameFriendly NameDescriptionTypeDefault ValueRequired
classClassThe class name the service manager loads. To load: Printer Config use: class xms.examples.beanconfig.NumberPrinterClass Name A fully qualified class name for a class that is part of the java classpath.xms.examples.beanconfig.NumberPrinterYes
namenameThe name for this printerString Any character combination is valid.noneYes
numbernumberThe number to printInteger Value must be an integer between -2147483648 and 21474836470Yes

Example 47. Example configuration for Printer Config

Required attributes are marked with a bold typeface

<printer class="xms.examples.beanconfig.NumberPrinter"
  name="name"
  number="0" />