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 |
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 and Description |
---|---|
java.lang.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
ENABLED , NOT_ENABLED . |
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 |
setAuthorizationList(java.lang.String authorizationList)
Sets the value of the "Authorization List" attribute.
|
void |
setEncryptionRequired(int required)
Sets the value of the "Encryption Required" attribute. only available on 7.4 and above
Valid values are
ENABLED , NOT_ENABLED . |
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 static final int NOT_REQUIRED
public static final int REQUIRED
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.public int getEncryptionRequired()
ENABLED
, NOT_ENABLED
.public void setEncryptionRequired(int required)
ENABLED
, NOT_ENABLED
.Encryption
- Required, requiredpublic java.lang.String getAuthorizationList()
public void setAuthorizationList(java.lang.String authorizationList)
Authorization
- List