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 List<Double> |
dimensions |
protected List<Double> |
finishedDimensions |
protected String |
finishedGrainDirection |
protected String |
folioCount |
protected Object |
layoutRef |
protected List<Double> |
numberUps |
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 |
|---|---|
List<Double> |
getDimensions()
Gets the value of the dimensions property.
|
List<Double> |
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.
|
List<Double> |
getNumberUps()
Gets the value of the numberUps 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 |
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 |
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 String sides
protected Object layoutRef
protected String sizePolicy
protected Integer pages
protected Integer pageVariance
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 List<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 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 List<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 List<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 String getFinishedGrainDirection()
StringCopyright © 2012. All Rights Reserved.