Class CIM_PrintServiceSettings
extends CIM_SettingData

An instance of SettingData for a specific PrintService which corresponds to xxx-default attributes of an IPP Printer. See: Section 2.1 Printer Object in IPP/1.1 (RFC 2911). See: Section 4.2 Job Template Attributes in IPP/1.1. See: Section 4.4 Printer Description Attributes in IPP/1.1. Note: An instance of PrintServiceSettings shall be associated with exactly one instance of PrintService via an instance of the ElementSettingData association.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_SettingData
   |
   +--CIM_PrintServiceSettings

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringAn instance of SettingData for a specific PrintService which corresponds to xxx-default attributes of an IPP Printer. See: Section 2.1 Printer Object in IPP/1.1 (RFC 2911). See: Section 4.2 Job Template Attributes in IPP/1.1. See: Section 4.4 Printer Description Attributes in IPP/1.1. Note: An instance of PrintServiceSettings shall be associated with exactly one instance of PrintService via an instance of the ElementSettingData association.
Experimentalbooleantrue
UMLPackagePathstringCIM::Device::Printing
Versionstring2.29.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
Copiesuint32
DescriptionstringThe default number of copies for each PrintJob processed by the associated PrintService.
MappingStringsstringRFC2911.IETF|Section 4.2.5 copies
MinValuesint641
ModelCorrespondencestringCIM_PrintServiceCapabilities.Copies, CIM_PrintJob.Copies
DocumentFormatstring
DescriptionstringThe default document format (MIME type) for each PrintJob processed by the associated PrintService.
MappingStringsstringRFC2911.IETF|Section 4.4.21 document-format-default
ModelCorrespondencestringCIM_PrintService.MimeTypesSupported, CIM_PrintJob.MimeTypes
JobHoldUntilstring
DescriptionstringThe default named job hold until for each PrintJob processed by the associated PrintService. That is, the named time period when the PrintJob may be scheduled. Complete standard values are in the IANA IPP Registry. Additional vendor or site values may also be used. Standard values defined in IPP/1.1 (RFC 2911) include: Value 'night' means local night (site-specific). Value 'weekend' means local weekend (site-specific). Value 'no-hold' means schedule PrintJob immediately.
MappingStringsstringRFC2911.IETF|Section 4.2.2 job-hold-until
ModelCorrespondencestringCIM_PrintServiceCapabilities.JobHoldUntil, CIM_PrintJob.JobHoldUntil
JobPriorityuint32
DescriptionstringThe default priority for each PrintJob processed by the associated PrintService. Note: Weighted scale is *opposite* to Job.Priority. The value 1 indicates the lowest possible priority. The value 100 indicates the highest possible priority.
MappingStringsstringRFC2911.IETF|Section 4.2.1 job-priority
MaxValuesint64100
MinValuesint641
ModelCorrespondencestringCIM_PrintServiceCapabilities.JobPriority, CIM_PrintJob.JobPriority
JobSheetsstring
DescriptionstringThe default named start/end sheets for each PrintJob processed by the associated PrintService. Complete standard values are in the IANA IPP Registry. Additional vendor or site values may also be used. Standard values defined in IPP/1.1 (RFC 2911) include: Value 'none' indicates no job start/end sheets. Value 'standard' indicates one or more site-specific standard job sheets.
MappingStringsstringRFC2911.IETF|Section 4.2.3 job-sheets
ModelCorrespondencestringCIM_PrintServiceCapabilities.JobSheets, CIM_PrintJob.RequiredJobSheets
Mediastring
DescriptionstringThe default named output media for each PrintJob processed by the associated PrintService. Note: Values should conform to the requirements of PWG Media Standardized Names specification [PWG5101.1], e.g., 'na_letter_8.5x11in' or 'custom_poster_18x36in'.
MappingStringsstringPWG5101-1.PWG|Media Standardized Names, RFC2911.IETF|Section 4.2.11 media
ModelCorrespondencestringCIM_PrintService.PaperTypesAvailable, CIM_PrintJob.RequiredPaperType
MultipleDocumentHandlingstring
DescriptionstringThe default multiple document handling for each PrintJob processed by the associated PrintService. That is, the named policy for the handling of finishing, the placement of one or more input logical pages onto output impressions, and multiple copies in a PrintJob with two or more documents. Complete standard values are in the IANA IPP Registry. Standard values defined in IPP/1.1 (RFC 2911) include: Value 'single-document' means apply finishing to multiple document sets (i.e., each copy of the PrintJob). Value 'single-document-new-sheet' means the same behavior as 'single-document' plus each document must start on a new sheet (i.e., a front side in duplex).
MappingStringsstringRFC2911.IETF|Section 4.2.4 multiple-document-handling
ModelCorrespondencestringCIM_PrintServiceCapabilities.MultipleDocumentHandling, CIM_PrintServiceCapabilities.MultipleDocumentJobs, CIM_PrintJob.MultipleDocumentHandling
NumberUpuint32
DescriptionstringThe default number of input logical pages per impression for a PrintJob processed by the associated PrintService. Note: The translation, rotation, and scaling required for values of '2' or more are implementation dependent.
MappingStringsstringRFC2911.IETF|Section 4.2.9 number-up
MinValuesint641
ModelCorrespondencestringCIM_PrintServiceCapabilities.NumberUp, CIM_PrintJob.NumberUp
OrientationRequestedstring
DescriptionstringThe default orientation requested for each PrintJob processed by the associated PrintService. Complete standard values are in the IANA IPP Registry. Standard values defined in IPP/1.1 (RFC 2911) include: Value 'portrait' means imaged across the short edge, with no content rotation. Value 'landscape' means imaged across the long edge, with content rotated 90 degrees anticlockwise from 'portrait'. Value 'reverse-landscape' means imaged across the long edge, with content rotated 90 degrees clockwise from 'portrait'. Value 'reverse-portrait' means imaged across the short edge, with content rotated 180 degrees (opposite) from 'portrait'.
MappingStringsstringRFC2911.IETF|Section 4.2.10 orientation-requested
ModelCorrespondencestringCIM_PrintServiceCapabilities.OrientationRequested, CIM_PrintJob.OrientationRequested
OutputBinstring
DescriptionstringThe default named output bin for each PrintJob processed by the associated PrintService. Complete standard values are in the IANA IPP Registry. Additional vendor or site values may also be used. Standard values defined in PWG 5100.2 include: Value 'top' means the output bin that, when facing the device, is best identified as the top bin. Value 'side' means the output bin that, when facing the device, is best identified as the side bin.
MappingStringsstringPWG5100-2.PWG|Section 2.1 output-bin
ModelCorrespondencestringCIM_PrintServiceCapabilities.OutputBin
PrintQualitystring
DescriptionstringThe default print quality for impressions for each PrintJob processed by the associated PrintService. Complete standard values are in the IANA IPP Registry. Standard values defined in IPP/1.1 (RFC 2911) include: Value 'draft' means lowest print quality. Value 'normal' means normal print quality. Value 'high' means highest print quality.
MappingStringsstringRFC2911.IETF|Section 4.2.13 print-quality
ModelCorrespondencestringCIM_PrintServiceCapabilities.PrintQuality, CIM_PrintJob.PrintQuality
Resolutionstring
DescriptionstringThe default print resolution for impressions for each PrintJob processed by the associated PrintService. That is, the horizontal by vertical resolution in pixels per inch for output impressions (sides of selected media) separated by a lowercase 'x', e.g., print resolutions of '300x300' and '600x1200'. Horizontal resolution is defined as resolution in the cross-feed direction, short-edge in portrait feed mode. Vertical resolution is defined as resolution in the feed direction, long-edge in portrait feed mode.
MappingStringsstringRFC2911.IETF|Section 4.2.12 printer-resolution
ModelCorrespondencestringCIM_PrintServiceCapabilities.Resolution, CIM_PrintJob.HorizontalResolution, CIM_PrintJob.VerticalResolution
Sidesstring
DescriptionstringThe default imposition mode for impressions for each PrintJob processed by the associated PrintService. That is, the policy for imposing input logical pages onto output impressions (sides of selected media). Complete standard values are in the IANA IPP Registry. Standard values defined in IPP/1.1 (RFC 2911) include: Value 'one-sided' means each successive input logical page onto the same side of consecutive sheets of media. Value 'two-sided-long-edge' means each consecutive pair of input logical pages onto front and back sides of consecutive sheets of media, with orientation for long edge binding Value 'two-sided-short-edge' means each consecutive pair of input logical pages onto front and back sides of consecutive sheets of media, with orientation for short edge binding.
MappingStringsstringRFC2911.IETF|Section 4.2.8 sides
ModelCorrespondencestringCIM_PrintServiceCapabilities.Sides, CIM_PrintJob.Sides
Finishingsstring[]
DescriptionstringThe default array of named finishings for each PrintJob processed by the associated PrintService. Complete standard values are in the IANA IPP Registry. Standard values defined in IPP/1.1 (RFC 2911) include: Value 'punch' means drill hole(s) in each Job copy. Value 'staple' means put staple(s) in each Job copy.
MappingStringsstringRFC2911.IETF|Section 4.2.6 finishings
ModelCorrespondencestringCIM_PrintServiceCapabilities.Finishings, CIM_PrintJob.Finishings

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
ChangeableTypeuint16CIM_SettingData
ConfigurationNamestringCIM_SettingData
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_SettingData
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_SettingData
SoIDstringCIM_SettingData
SoOrgIDstringCIM_SettingData
ComponentSettingstring[]CIM_SettingData

Class Methods