public class PageAssignedList extends Object implements 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 Integer |
broadsheetNumber |
protected String |
logicalPrinterSection |
protected Integer |
pageListIndex |
protected String |
pagePlacementName |
| Constructor and Description |
|---|
PageAssignedList() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBroadsheetNumber()
Gets the value of the broadsheetNumber property.
|
String |
getLogicalPrinterSection()
Gets the value of the logicalPrinterSection property.
|
Integer |
getPageListIndex()
Gets the value of the pageListIndex property.
|
String |
getPagePlacementName()
Gets the value of the pagePlacementName property.
|
void |
setBroadsheetNumber(Integer value)
Sets the value of the broadsheetNumber property.
|
void |
setLogicalPrinterSection(String value)
Sets the value of the logicalPrinterSection property.
|
void |
setPageListIndex(Integer value)
Sets the value of the pageListIndex property.
|
void |
setPagePlacementName(String value)
Sets the value of the pagePlacementName property.
|
protected Integer pageListIndex
protected Integer broadsheetNumber
protected String pagePlacementName
protected String logicalPrinterSection
public Integer getPageListIndex()
Integerpublic void setPageListIndex(Integer value)
value - allowed object is
Integerpublic Integer getBroadsheetNumber()
Integerpublic void setBroadsheetNumber(Integer value)
value - allowed object is
Integerpublic String getPagePlacementName()
Stringpublic void setPagePlacementName(String value)
value - allowed object is
Stringpublic String getLogicalPrinterSection()
StringCopyright © 2012. All Rights Reserved.