public class LayoutIntent extends IntentType implements Serializable
Java class for LayoutIntent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LayoutIntent">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}IntentType">
<attribute name="RotatePolicy" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="FolioCount" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="NumberUp" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Sides" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="LayoutRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="SizePolicy" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Pages" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="PageVariance" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="FinishedDimensions" type="{http://www.CIP4.org/JDFSchema_2_0}shape" />
<attribute name="Dimensions" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="FinishedGrainDirection" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XYPair |
dimensions |
protected Shape |
finishedDimensions |
protected String |
finishedGrainDirection |
protected String |
folioCount |
protected Object |
layoutRef |
protected XYPair |
numberUp |
protected Integer |
pages |
protected Integer |
pageVariance |
protected String |
rotatePolicy |
protected String |
sides |
protected String |
sizePolicy |
| Constructor and Description |
|---|
LayoutIntent() |
| Modifier and Type | Method and Description |
|---|---|
XYPair |
getDimensions()
Gets the value of the dimensions property.
|
Shape |
getFinishedDimensions()
Gets the value of the finishedDimensions property.
|
String |
getFinishedGrainDirection()
Gets the value of the finishedGrainDirection property.
|
String |
getFolioCount()
Gets the value of the folioCount property.
|
Object |
getLayoutRef()
Gets the value of the layoutRef property.
|
XYPair |
getNumberUp()
Gets the value of the numberUp property.
|
Integer |
getPages()
Gets the value of the pages property.
|
Integer |
getPageVariance()
Gets the value of the pageVariance property.
|
String |
getRotatePolicy()
Gets the value of the rotatePolicy property.
|
String |
getSides()
Gets the value of the sides property.
|
String |
getSizePolicy()
Gets the value of the sizePolicy property.
|
void |
setDimensions(XYPair value)
Sets the value of the dimensions property.
|
void |
setFinishedDimensions(Shape value)
Sets the value of the finishedDimensions property.
|
void |
setFinishedGrainDirection(String value)
Sets the value of the finishedGrainDirection property.
|
void |
setFolioCount(String value)
Sets the value of the folioCount property.
|
void |
setLayoutRef(Object value)
Sets the value of the layoutRef property.
|
void |
setNumberUp(XYPair value)
Sets the value of the numberUp property.
|
void |
setPages(Integer value)
Sets the value of the pages property.
|
void |
setPageVariance(Integer value)
Sets the value of the pageVariance property.
|
void |
setRotatePolicy(String value)
Sets the value of the rotatePolicy property.
|
void |
setSides(String value)
Sets the value of the sides property.
|
void |
setSizePolicy(String value)
Sets the value of the sizePolicy property.
|
protected String rotatePolicy
protected String folioCount
protected XYPair numberUp
protected String sides
protected Object layoutRef
protected String sizePolicy
protected Integer pages
protected Integer pageVariance
protected Shape finishedDimensions
protected XYPair dimensions
protected String finishedGrainDirection
public String getRotatePolicy()
Stringpublic void setRotatePolicy(String value)
value - allowed object is
Stringpublic String getFolioCount()
Stringpublic void setFolioCount(String value)
value - allowed object is
Stringpublic XYPair getNumberUp()
Stringpublic void setNumberUp(XYPair value)
value - allowed object is
Stringpublic String getSides()
Stringpublic void setSides(String value)
value - allowed object is
Stringpublic Object getLayoutRef()
Objectpublic void setLayoutRef(Object value)
value - allowed object is
Objectpublic String getSizePolicy()
Stringpublic void setSizePolicy(String value)
value - allowed object is
Stringpublic Integer getPages()
Integerpublic void setPages(Integer value)
value - allowed object is
Integerpublic Integer getPageVariance()
Integerpublic void setPageVariance(Integer value)
value - allowed object is
Integerpublic Shape getFinishedDimensions()
Stringpublic void setFinishedDimensions(Shape value)
value - allowed object is
Stringpublic XYPair getDimensions()
Stringpublic void setDimensions(XYPair value)
value - allowed object is
Stringpublic String getFinishedGrainDirection()
StringCopyright © 2013. All Rights Reserved.