public class ISeriesNetServerPrintShare extends ISeriesNetServerShare
Modifier and Type | Field and Description |
---|---|
static int |
AFP
Value of the "spooled file type" attribute, indicating "Advanced Function Printing".
|
static int |
AUTO_DETECT
Value of the "spooled file type" attribute, indicating "Automatic type sensing".
|
static int |
SCS
Value of the "spooled file type" attribute, indicating "SNA character string".
|
static int |
USER_ASCII
Value of the "spooled file type" attribute, indicating "User ASCII".
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOutputQueueLibrary()
Returns the name of the library containing the output queue associated with the share.
|
java.lang.String |
getOutputQueueName()
Returns the name of the output queue associated with the share.
|
java.lang.String |
getPrintDriver()
Returns the text string that identifies the print driver appropriate for this share.
|
java.lang.String |
getPrinterFileLibrary()
Returns the name of the library containing the printer file associated with the share.
|
java.lang.String |
getPrinterFileName()
Returns the name of the printer file associated with the share.
|
int |
getSpooledFileType()
Returns the spooled file type for the share.
|
boolean |
isPublished()
Returns the value of the "publish print share" attribute.
|
void |
setOutputQueueLibrary(java.lang.String name)
Sets the name of the library containing the output queue associated with the share.
|
void |
setOutputQueueName(java.lang.String name)
Sets the name of the output queue associated with the share.
|
void |
setPrintDriver(java.lang.String printDriver)
Sets the text string that identifies the print driver appropriate for this share.
|
void |
setPrinterFileLibrary(java.lang.String name)
Sets the name of the library containing the printer file associated with the share.
|
void |
setPrinterFileName(java.lang.String name)
Sets the name of the printer file associated with the share.
|
void |
setPublished(boolean isPublished)
Sets the value of the "publish print share" attribute.
|
void |
setSpooledFileType(int spooledFileType)
Sets the spooled file type for the share.
|
getDescription, getName, setDescription
public static final int AFP
public static final int AUTO_DETECT
public static final int SCS
public static final int USER_ASCII
public java.lang.String getOutputQueueName()
public java.lang.String getOutputQueueLibrary()
public void setOutputQueueName(java.lang.String name)
name
- The name of the output queue.public void setOutputQueueLibrary(java.lang.String name)
name
- The library containing the output queue.public java.lang.String getPrintDriver()
public void setPrintDriver(java.lang.String printDriver)
printDriver
- The print driver.public java.lang.String getPrinterFileName()
public java.lang.String getPrinterFileLibrary()
public void setPrinterFileName(java.lang.String name)
name
- The name of the printer file.public void setPrinterFileLibrary(java.lang.String name)
name
- The library containing the printer file.public boolean isPublished()
public void setPublished(boolean isPublished)
isPublished
- The "publish print share" attribute.public int getSpooledFileType()
AFP
, AUTO_DETECT
, SCS
, and USER_ASCII
.public void setSpooledFileType(int spooledFileType)
AFP
, AUTO_DETECT
, SCS
, and USER_ASCII
.spooledFileType
- The spooled file type.