public class LayoutIntent extends IntentType implements java.io.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 java.util.List<java.lang.Double> |
dimensions |
protected java.util.List<java.lang.Double> |
finishedDimensions |
protected java.lang.String |
finishedGrainDirection |
protected java.lang.String |
folioCount |
protected java.lang.Object |
layoutRef |
protected java.util.List<java.lang.Double> |
numberUps |
protected java.lang.Integer |
pages |
protected java.lang.Integer |
pageVariance |
protected java.lang.String |
rotatePolicy |
protected java.lang.String |
sides |
protected java.lang.String |
sizePolicy |
| Constructor and Description |
|---|
LayoutIntent() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Double> |
getDimensions()
Gets the value of the dimensions property.
|
java.util.List<java.lang.Double> |
getFinishedDimensions()
Gets the value of the finishedDimensions property.
|
java.lang.String |
getFinishedGrainDirection()
Gets the value of the finishedGrainDirection property.
|
java.lang.String |
getFolioCount()
Gets the value of the folioCount property.
|
java.lang.Object |
getLayoutRef()
Gets the value of the layoutRef property.
|
java.util.List<java.lang.Double> |
getNumberUps()
Gets the value of the numberUps property.
|
java.lang.Integer |
getPages()
Gets the value of the pages property.
|
java.lang.Integer |
getPageVariance()
Gets the value of the pageVariance property.
|
java.lang.String |
getRotatePolicy()
Gets the value of the rotatePolicy property.
|
java.lang.String |
getSides()
Gets the value of the sides property.
|
java.lang.String |
getSizePolicy()
Gets the value of the sizePolicy property.
|
void |
setFinishedGrainDirection(java.lang.String value)
Sets the value of the finishedGrainDirection property.
|
void |
setFolioCount(java.lang.String value)
Sets the value of the folioCount property.
|
void |
setLayoutRef(java.lang.Object value)
Sets the value of the layoutRef property.
|
void |
setPages(java.lang.Integer value)
Sets the value of the pages property.
|
void |
setPageVariance(java.lang.Integer value)
Sets the value of the pageVariance property.
|
void |
setRotatePolicy(java.lang.String value)
Sets the value of the rotatePolicy property.
|
void |
setSides(java.lang.String value)
Sets the value of the sides property.
|
void |
setSizePolicy(java.lang.String value)
Sets the value of the sizePolicy property.
|
protected java.lang.String rotatePolicy
protected java.lang.String folioCount
protected java.util.List<java.lang.Double> numberUps
protected java.lang.String sides
protected java.lang.Object layoutRef
protected java.lang.String sizePolicy
protected java.lang.Integer pages
protected java.lang.Integer pageVariance
protected java.util.List<java.lang.Double> finishedDimensions
protected java.util.List<java.lang.Double> dimensions
protected java.lang.String finishedGrainDirection
public java.lang.String getRotatePolicy()
Stringpublic void setRotatePolicy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFolioCount()
Stringpublic void setFolioCount(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Double> getNumberUps()
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 numberUps property.
For example, to add a new item, do as follows:
getNumberUps().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.String getSides()
Stringpublic void setSides(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getLayoutRef()
Objectpublic void setLayoutRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.String getSizePolicy()
Stringpublic void setSizePolicy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getPages()
Integerpublic void setPages(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getPageVariance()
Integerpublic void setPageVariance(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<java.lang.Double> getFinishedDimensions()
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 finishedDimensions property.
For example, to add a new item, do as follows:
getFinishedDimensions().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.util.List<java.lang.Double> getDimensions()
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 dimensions property.
For example, to add a new item, do as follows:
getDimensions().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.String getFinishedGrainDirection()
Stringpublic void setFinishedGrainDirection(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.