public class TrimmingParams extends ParameterType implements Serializable
Java class for TrimmingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrimmingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="TrimmingOffset" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Height" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Width" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="TrimCover" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
height |
protected String |
trimCover |
protected Double |
trimmingOffset |
protected Double |
width |
| Constructor and Description |
|---|
TrimmingParams() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getHeight()
Gets the value of the height property.
|
String |
getTrimCover()
Gets the value of the trimCover property.
|
Double |
getTrimmingOffset()
Gets the value of the trimmingOffset property.
|
Double |
getWidth()
Gets the value of the width property.
|
void |
setHeight(Double value)
Sets the value of the height property.
|
void |
setTrimCover(String value)
Sets the value of the trimCover property.
|
void |
setTrimmingOffset(Double value)
Sets the value of the trimmingOffset property.
|
void |
setWidth(Double value)
Sets the value of the width property.
|
protected Double trimmingOffset
protected Double height
protected Double width
protected String trimCover
public Double getTrimmingOffset()
Doublepublic void setTrimmingOffset(Double value)
value - allowed object is
Doublepublic Double getHeight()
Doublepublic void setHeight(Double value)
value - allowed object is
Doublepublic Double getWidth()
Doublepublic void setWidth(Double value)
value - allowed object is
Doublepublic String getTrimCover()
StringCopyright © 2013. All Rights Reserved.