Serializable
public class ISeriesNetServerPrintShare extends ISeriesNetServerShare
Modifier and Type | Field | 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 |
NOT_REQUIRED |
Value of the "Encryption Required" attribute, indicating "Encryption Required is not required".
|
static int |
REQUIRED |
Value of the "Encryption Required" attribute, indicating "Encryption Required is required".
|
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 | Description |
---|---|---|
String |
getAuthorizationList() |
Gets the value of the "Authorization List" attribute.
|
int |
getEncryptionRequired() |
Gets the value of the "Encryption Required" attribute, only available on 7.4 and above
Possible values are
NOT_REQUIRED , REQUIRED . |
String |
getOutputQueueLibrary() |
Returns the name of the library containing the output queue associated with the share.
|
String |
getOutputQueueName() |
Returns the name of the output queue associated with the share.
|
String |
getPrintDriver() |
Returns the text string that identifies the print driver appropriate for this share.
|
String |
getPrinterFileLibrary() |
Returns the name of the library containing the printer file associated with the share.
|
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 |
setAuthorizationList(String authorizationList) |
Sets the value of the "Authorization List" attribute.
|
void |
setEncryptionRequired(int required) |
Sets the value of the "Encryption Required" attribute.
|
void |
setOutputQueueLibrary(String name) |
Sets the name of the library containing the output queue associated with the share.
|
void |
setOutputQueueName(String name) |
Sets the name of the output queue associated with the share.
|
void |
setPrintDriver(String printDriver) |
Sets the text string that identifies the print driver appropriate for this share.
|
void |
setPrinterFileLibrary(String name) |
Sets the name of the library containing the printer file associated with the share.
|
void |
setPrinterFileName(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 static final int NOT_REQUIRED
public static final int REQUIRED
public String getOutputQueueName()
public String getOutputQueueLibrary()
public void setOutputQueueName(String name)
name
- The name of the output queue.public void setOutputQueueLibrary(String name)
name
- The library containing the output queue.public String getPrintDriver()
public void setPrintDriver(String printDriver)
printDriver
- The print driver.public String getPrinterFileName()
public String getPrinterFileLibrary()
public void setPrinterFileName(String name)
name
- The name of the printer file.public void setPrinterFileLibrary(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.public int getEncryptionRequired()
NOT_REQUIRED
, REQUIRED
.public void setEncryptionRequired(int required)
NOT_REQUIRED
, REQUIRED
.required
- Required, requiredpublic String getAuthorizationList()
public void setAuthorizationList(String authorizationList)
authorizationList
- Copyright © 2024. All rights reserved.