-
- All Implemented Interfaces:
-
com.hp.jipp.encoding.AttributeCollection
,com.hp.jipp.util.PrettyPrintable
public final class JobErrorSheet implements AttributeCollection
Data object corresponding to a "job-error-sheet" collection as defined in: PWG5100.3.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
JobErrorSheet.Companion
Defines types for each member of JobErrorSheet.
-
Field Summary
Fields Modifier and Type Field Description private final List<Attribute<?>>
attributes
private KeywordOrName
jobErrorSheetType
private String
jobErrorSheetWhen
private KeywordOrName
media
private MediaCol
mediaCol
-
Constructor Summary
Constructors Constructor Description JobErrorSheet()
Construct an empty JobErrorSheet. JobErrorSheet(KeywordOrName jobErrorSheetType, String jobErrorSheetWhen, KeywordOrName media, MediaCol mediaCol)
-
Method Summary
Modifier and Type Method Description String
toString()
final KeywordOrName
component1()
final String
component2()
final KeywordOrName
component3()
final MediaCol
component4()
final JobErrorSheet
copy(KeywordOrName jobErrorSheetType, String jobErrorSheetWhen, KeywordOrName media, MediaCol mediaCol)
List<Attribute<?>>
getAttributes()
final KeywordOrName
getJobErrorSheetType()
May contain any keyword from JobErrorSheetType or a name. final String
getJobErrorSheetWhen()
May contain any keyword from JobErrorSheetWhen. final KeywordOrName
getMedia()
May contain any keyword from Media or a name. final MediaCol
getMediaCol()
final Unit
setJobErrorSheetType(KeywordOrName jobErrorSheetType)
May contain any keyword from JobErrorSheetType or a name. final Unit
setJobErrorSheetWhen(String jobErrorSheetWhen)
May contain any keyword from JobErrorSheetWhen. final Unit
setMedia(KeywordOrName media)
May contain any keyword from Media or a name. final Unit
setMediaCol(MediaCol mediaCol)
-
-
-
Constructor Detail
-
JobErrorSheet
JobErrorSheet()
Construct an empty JobErrorSheet.
-
JobErrorSheet
JobErrorSheet(KeywordOrName jobErrorSheetType, String jobErrorSheetWhen, KeywordOrName media, MediaCol mediaCol)
-
-
Method Detail
-
component1
final KeywordOrName component1()
-
component2
final String component2()
-
component3
final KeywordOrName component3()
-
component4
final MediaCol component4()
-
copy
final JobErrorSheet copy(KeywordOrName jobErrorSheetType, String jobErrorSheetWhen, KeywordOrName media, MediaCol mediaCol)
-
getAttributes
List<Attribute<?>> getAttributes()
-
getJobErrorSheetType
final KeywordOrName getJobErrorSheetType()
May contain any keyword from JobErrorSheetType or a name.
-
getJobErrorSheetWhen
final String getJobErrorSheetWhen()
May contain any keyword from JobErrorSheetWhen.
-
getMedia
final KeywordOrName getMedia()
May contain any keyword from Media or a name.
-
getMediaCol
final MediaCol getMediaCol()
-
setJobErrorSheetType
final Unit setJobErrorSheetType(KeywordOrName jobErrorSheetType)
May contain any keyword from JobErrorSheetType or a name.
-
setJobErrorSheetWhen
final Unit setJobErrorSheetWhen(String jobErrorSheetWhen)
May contain any keyword from JobErrorSheetWhen.
-
setMedia
final Unit setMedia(KeywordOrName media)
May contain any keyword from Media or a name.
-
setMediaCol
final Unit setMediaCol(MediaCol mediaCol)
-
-