public class FitPolicy extends ParameterType implements java.io.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 java.util.List<java.lang.Double> |
clipOffsets |
protected java.lang.String |
gutterPolicy |
protected java.util.List<java.lang.Double> |
minGutters |
protected java.lang.String |
rotatePolicy |
protected java.lang.String |
sizePolicy |
| Constructor and Description |
|---|
FitPolicy() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Double> |
getClipOffsets()
Gets the value of the clipOffsets property.
|
java.lang.String |
getGutterPolicy()
Gets the value of the gutterPolicy property.
|
java.util.List<java.lang.Double> |
getMinGutters()
Gets the value of the minGutters property.
|
java.lang.String |
getRotatePolicy()
Gets the value of the rotatePolicy property.
|
java.lang.String |
getSizePolicy()
Gets the value of the sizePolicy property.
|
void |
setGutterPolicy(java.lang.String value)
Sets the value of the gutterPolicy property.
|
void |
setRotatePolicy(java.lang.String value)
Sets the value of the rotatePolicy property.
|
void |
setSizePolicy(java.lang.String value)
Sets the value of the sizePolicy property.
|
protected java.lang.String gutterPolicy
protected java.lang.String rotatePolicy
protected java.lang.String sizePolicy
protected java.util.List<java.lang.Double> clipOffsets
protected java.util.List<java.lang.Double> minGutters
public java.lang.String getGutterPolicy()
Stringpublic void setGutterPolicy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRotatePolicy()
Stringpublic void setRotatePolicy(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSizePolicy()
Stringpublic void setSizePolicy(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.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 java.util.List<java.lang.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.