-
- All Implemented Interfaces:
-
com.hp.jipp.encoding.AttributeCollection
,com.hp.jipp.util.PrettyPrintable
public final class MediaSheetsCol implements AttributeCollection
Data object corresponding to a "media-sheets-col" collection as defined in: APRIL2015F2F.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
MediaSheetsCol.Companion
Defines types for each member of MediaSheetsCol.
-
Field Summary
Fields Modifier and Type Field Description private final List<Attribute<?>>
attributes
private Integer
blank
private Integer
fullColor
private Integer
highlightColor
private Integer
monochrome
-
Constructor Summary
Constructors Constructor Description MediaSheetsCol()
Construct an empty MediaSheetsCol. MediaSheetsCol(Integer blank, Integer fullColor, Integer highlightColor, Integer monochrome)
-
Method Summary
Modifier and Type Method Description String
toString()
final Integer
component1()
final Integer
component2()
final Integer
component3()
final Integer
component4()
final MediaSheetsCol
copy(Integer blank, Integer fullColor, Integer highlightColor, Integer monochrome)
List<Attribute<?>>
getAttributes()
final Integer
getBlank()
final Integer
getFullColor()
final Integer
getHighlightColor()
final Integer
getMonochrome()
final Unit
setBlank(Integer blank)
final Unit
setFullColor(Integer fullColor)
final Unit
setHighlightColor(Integer highlightColor)
final Unit
setMonochrome(Integer monochrome)
-
-
-
Constructor Detail
-
MediaSheetsCol
MediaSheetsCol()
Construct an empty MediaSheetsCol.
-
-
Method Detail
-
component1
final Integer component1()
-
component2
final Integer component2()
-
component3
final Integer component3()
-
component4
final Integer component4()
-
copy
final MediaSheetsCol copy(Integer blank, Integer fullColor, Integer highlightColor, Integer monochrome)
-
getAttributes
List<Attribute<?>> getAttributes()
-
getFullColor
final Integer getFullColor()
-
getHighlightColor
final Integer getHighlightColor()
-
getMonochrome
final Integer getMonochrome()
-
setFullColor
final Unit setFullColor(Integer fullColor)
-
setHighlightColor
final Unit setHighlightColor(Integer highlightColor)
-
setMonochrome
final Unit setMonochrome(Integer monochrome)
-
-