public class SignatureCell 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="StationName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="BottleAxis" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="FrontPages" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
<attribute name="BackPages" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
<attribute name="SectionIndex" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="FaceCells" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
<attribute name="BottleAngle" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Orientation" type="{http://www.CIP4.org/JDFSchema_2_0}EnumOrientation" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected IntegerList |
backPages |
protected Double |
bottleAngle |
protected String |
bottleAxis |
protected IntegerList |
faceCells |
protected IntegerList |
frontPages |
protected EnumOrientation |
orientation |
protected Integer |
sectionIndex |
protected String |
stationName |
| Constructor and Description |
|---|
SignatureCell() |
| Modifier and Type | Method and Description |
|---|---|
IntegerList |
getBackPages()
Gets the value of the backPages property.
|
Double |
getBottleAngle()
Gets the value of the bottleAngle property.
|
String |
getBottleAxis()
Gets the value of the bottleAxis property.
|
IntegerList |
getFaceCells()
Gets the value of the faceCells property.
|
IntegerList |
getFrontPages()
Gets the value of the frontPages property.
|
EnumOrientation |
getOrientation()
Gets the value of the orientation property.
|
Integer |
getSectionIndex()
Gets the value of the sectionIndex property.
|
String |
getStationName()
Gets the value of the stationName property.
|
void |
setBackPages(IntegerList value)
Sets the value of the backPages property.
|
void |
setBottleAngle(Double value)
Sets the value of the bottleAngle property.
|
void |
setBottleAxis(String value)
Sets the value of the bottleAxis property.
|
void |
setFaceCells(IntegerList value)
Sets the value of the faceCells property.
|
void |
setFrontPages(IntegerList value)
Sets the value of the frontPages property.
|
void |
setOrientation(EnumOrientation value)
Sets the value of the orientation property.
|
void |
setSectionIndex(Integer value)
Sets the value of the sectionIndex property.
|
void |
setStationName(String value)
Sets the value of the stationName property.
|
protected String stationName
protected String bottleAxis
protected IntegerList frontPages
protected IntegerList backPages
protected Integer sectionIndex
protected IntegerList faceCells
protected Double bottleAngle
protected EnumOrientation orientation
public String getStationName()
Stringpublic void setStationName(String value)
value - allowed object is
Stringpublic String getBottleAxis()
Stringpublic void setBottleAxis(String value)
value - allowed object is
Stringpublic IntegerList getFrontPages()
Stringpublic void setFrontPages(IntegerList value)
value - allowed object is
Stringpublic IntegerList getBackPages()
Stringpublic void setBackPages(IntegerList value)
value - allowed object is
Stringpublic Integer getSectionIndex()
Integerpublic void setSectionIndex(Integer value)
value - allowed object is
Integerpublic IntegerList getFaceCells()
Stringpublic void setFaceCells(IntegerList value)
value - allowed object is
Stringpublic Double getBottleAngle()
Doublepublic void setBottleAngle(Double value)
value - allowed object is
Doublepublic EnumOrientation getOrientation()
EnumOrientationpublic void setOrientation(EnumOrientation value)
value - allowed object is
EnumOrientationCopyright © 2013. All Rights Reserved.