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 List<Integer> |
backPages |
protected Double |
bottleAngle |
protected String |
bottleAxis |
protected List<Integer> |
faceCells |
protected List<Integer> |
frontPages |
protected EnumOrientation |
orientation |
protected Integer |
sectionIndex |
protected String |
stationName |
| Constructor and Description |
|---|
SignatureCell() |
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
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.
|
List<Integer> |
getFaceCells()
Gets the value of the faceCells property.
|
List<Integer> |
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 |
setBottleAngle(Double value)
Sets the value of the bottleAngle property.
|
void |
setBottleAxis(String value)
Sets the value of the bottleAxis 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 Integer sectionIndex
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 List<Integer> getFrontPages()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the frontPages property.
For example, to add a new item, do as follows:
getFrontPages().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public List<Integer> getBackPages()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the backPages property.
For example, to add a new item, do as follows:
getBackPages().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public Integer getSectionIndex()
Integerpublic void setSectionIndex(Integer value)
value - allowed object is
Integerpublic List<Integer> getFaceCells()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the faceCells property.
For example, to add a new item, do as follows:
getFaceCells().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public Double getBottleAngle()
Doublepublic void setBottleAngle(Double value)
value - allowed object is
Doublepublic EnumOrientation getOrientation()
EnumOrientationpublic void setOrientation(EnumOrientation value)
value - allowed object is
EnumOrientationCopyright © 2012. All Rights Reserved.