public class SignatureCell
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="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 java.util.List<java.lang.Integer> |
backPages |
protected java.lang.Double |
bottleAngle |
protected java.lang.String |
bottleAxis |
protected java.util.List<java.lang.Integer> |
faceCells |
protected java.util.List<java.lang.Integer> |
frontPages |
protected EnumOrientation |
orientation |
protected java.lang.Integer |
sectionIndex |
protected java.lang.String |
stationName |
| Constructor and Description |
|---|
SignatureCell() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Integer> |
getBackPages()
Gets the value of the backPages property.
|
java.lang.Double |
getBottleAngle()
Gets the value of the bottleAngle property.
|
java.lang.String |
getBottleAxis()
Gets the value of the bottleAxis property.
|
java.util.List<java.lang.Integer> |
getFaceCells()
Gets the value of the faceCells property.
|
java.util.List<java.lang.Integer> |
getFrontPages()
Gets the value of the frontPages property.
|
EnumOrientation |
getOrientation()
Gets the value of the orientation property.
|
java.lang.Integer |
getSectionIndex()
Gets the value of the sectionIndex property.
|
java.lang.String |
getStationName()
Gets the value of the stationName property.
|
void |
setBottleAngle(java.lang.Double value)
Sets the value of the bottleAngle property.
|
void |
setBottleAxis(java.lang.String value)
Sets the value of the bottleAxis property.
|
void |
setOrientation(EnumOrientation value)
Sets the value of the orientation property.
|
void |
setSectionIndex(java.lang.Integer value)
Sets the value of the sectionIndex property.
|
void |
setStationName(java.lang.String value)
Sets the value of the stationName property.
|
protected java.lang.String stationName
protected java.lang.String bottleAxis
protected java.util.List<java.lang.Integer> frontPages
protected java.util.List<java.lang.Integer> backPages
protected java.lang.Integer sectionIndex
protected java.util.List<java.lang.Integer> faceCells
protected java.lang.Double bottleAngle
protected EnumOrientation orientation
public java.lang.String getStationName()
Stringpublic void setStationName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBottleAxis()
Stringpublic void setBottleAxis(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.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 java.util.List<java.lang.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 java.lang.Integer getSectionIndex()
Integerpublic void setSectionIndex(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<java.lang.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 java.lang.Double getBottleAngle()
Doublepublic void setBottleAngle(java.lang.Double value)
value - allowed object is
Doublepublic EnumOrientation getOrientation()
EnumOrientationpublic void setOrientation(EnumOrientation value)
value - allowed object is
EnumOrientationCopyright © 2012. All Rights Reserved.