public class PageCell
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">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}FitPolicy" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}DeviceMark" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ImageShift" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="ClipBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="Rotate" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Border" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="MarkList" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="TrimSize" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="ColorRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Double |
border |
protected java.lang.Double |
clipBox |
protected java.lang.Object |
colorRef |
protected java.util.List<DeviceMark> |
deviceMarks |
protected java.util.List<FitPolicy> |
fitPolicies |
protected java.util.List<ImageShift> |
imageShifts |
protected java.util.List<java.lang.String> |
markLists |
protected java.lang.String |
rotate |
protected java.util.List<java.lang.Double> |
trimSizes |
| Constructor and Description |
|---|
PageCell() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getBorder()
Gets the value of the border property.
|
java.lang.Double |
getClipBox()
Gets the value of the clipBox property.
|
java.lang.Object |
getColorRef()
Gets the value of the colorRef property.
|
java.util.List<DeviceMark> |
getDeviceMarks()
Gets the value of the deviceMarks property.
|
java.util.List<FitPolicy> |
getFitPolicies()
Gets the value of the fitPolicies property.
|
java.util.List<ImageShift> |
getImageShifts()
Gets the value of the imageShifts property.
|
java.util.List<java.lang.String> |
getMarkLists()
Gets the value of the markLists property.
|
java.lang.String |
getRotate()
Gets the value of the rotate property.
|
java.util.List<java.lang.Double> |
getTrimSizes()
Gets the value of the trimSizes property.
|
void |
setBorder(java.lang.Double value)
Sets the value of the border property.
|
void |
setClipBox(java.lang.Double value)
Sets the value of the clipBox property.
|
void |
setColorRef(java.lang.Object value)
Sets the value of the colorRef property.
|
void |
setRotate(java.lang.String value)
Sets the value of the rotate property.
|
protected java.util.List<ImageShift> imageShifts
protected java.util.List<DeviceMark> deviceMarks
protected java.util.List<FitPolicy> fitPolicies
protected java.lang.Double clipBox
protected java.lang.String rotate
protected java.lang.Double border
protected java.util.List<java.lang.String> markLists
protected java.util.List<java.lang.Double> trimSizes
protected java.lang.Object colorRef
public java.util.List<ImageShift> getImageShifts()
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 imageShifts property.
For example, to add a new item, do as follows:
getImageShifts().add(newItem);
Objects of the following type(s) are allowed in the list
ImageShift
public java.util.List<DeviceMark> getDeviceMarks()
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 deviceMarks property.
For example, to add a new item, do as follows:
getDeviceMarks().add(newItem);
Objects of the following type(s) are allowed in the list
DeviceMark
public java.util.List<FitPolicy> getFitPolicies()
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 fitPolicies property.
For example, to add a new item, do as follows:
getFitPolicies().add(newItem);
Objects of the following type(s) are allowed in the list
FitPolicy
public java.lang.Double getClipBox()
Doublepublic void setClipBox(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getRotate()
Stringpublic void setRotate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getBorder()
Doublepublic void setBorder(java.lang.Double value)
value - allowed object is
Doublepublic java.util.List<java.lang.String> getMarkLists()
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 markLists property.
For example, to add a new item, do as follows:
getMarkLists().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<java.lang.Double> getTrimSizes()
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 trimSizes property.
For example, to add a new item, do as follows:
getTrimSizes().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.Object getColorRef()
Objectpublic void setColorRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.