public class FitPolicy extends ParameterType implements Serializable
Java class for FitPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FitPolicy">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="GutterPolicy" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="RotatePolicy" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="SizePolicy" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ClipOffset" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="MinGutter" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Double> |
clipOffsets |
protected String |
gutterPolicy |
protected List<Double> |
minGutters |
protected String |
rotatePolicy |
protected String |
sizePolicy |
| Constructor and Description |
|---|
FitPolicy() |
| Modifier and Type | Method and Description |
|---|---|
List<Double> |
getClipOffsets()
Gets the value of the clipOffsets property.
|
String |
getGutterPolicy()
Gets the value of the gutterPolicy property.
|
List<Double> |
getMinGutters()
Gets the value of the minGutters property.
|
String |
getRotatePolicy()
Gets the value of the rotatePolicy property.
|
String |
getSizePolicy()
Gets the value of the sizePolicy property.
|
void |
setGutterPolicy(String value)
Sets the value of the gutterPolicy property.
|
void |
setRotatePolicy(String value)
Sets the value of the rotatePolicy property.
|
void |
setSizePolicy(String value)
Sets the value of the sizePolicy property.
|
protected String gutterPolicy
protected String rotatePolicy
protected String sizePolicy
public String getGutterPolicy()
Stringpublic void setGutterPolicy(String value)
value - allowed object is
Stringpublic String getRotatePolicy()
Stringpublic void setRotatePolicy(String value)
value - allowed object is
Stringpublic String getSizePolicy()
Stringpublic void setSizePolicy(String value)
value - allowed object is
Stringpublic List<Double> getClipOffsets()
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 clipOffsets property.
For example, to add a new item, do as follows:
getClipOffsets().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getMinGutters()
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 minGutters property.
For example, to add a new item, do as follows:
getMinGutters().add(newItem);
Objects of the following type(s) are allowed in the list
Double
Copyright © 2012. All Rights Reserved.