public class PageAssignedList
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="PageListIndex" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRangeList" />
<attribute name="BroadsheetNumber" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="PagePlacementName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="LogicalPrinterSection" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
broadsheetNumber |
protected java.lang.String |
logicalPrinterSection |
protected java.lang.Integer |
pageListIndex |
protected java.lang.String |
pagePlacementName |
| Constructor and Description |
|---|
PageAssignedList() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getBroadsheetNumber()
Gets the value of the broadsheetNumber property.
|
java.lang.String |
getLogicalPrinterSection()
Gets the value of the logicalPrinterSection property.
|
java.lang.Integer |
getPageListIndex()
Gets the value of the pageListIndex property.
|
java.lang.String |
getPagePlacementName()
Gets the value of the pagePlacementName property.
|
void |
setBroadsheetNumber(java.lang.Integer value)
Sets the value of the broadsheetNumber property.
|
void |
setLogicalPrinterSection(java.lang.String value)
Sets the value of the logicalPrinterSection property.
|
void |
setPageListIndex(java.lang.Integer value)
Sets the value of the pageListIndex property.
|
void |
setPagePlacementName(java.lang.String value)
Sets the value of the pagePlacementName property.
|
protected java.lang.Integer pageListIndex
protected java.lang.Integer broadsheetNumber
protected java.lang.String pagePlacementName
protected java.lang.String logicalPrinterSection
public java.lang.Integer getPageListIndex()
Integerpublic void setPageListIndex(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getBroadsheetNumber()
Integerpublic void setBroadsheetNumber(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getPagePlacementName()
Stringpublic void setPagePlacementName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLogicalPrinterSection()
Stringpublic void setLogicalPrinterSection(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.