public class TrimmingParams extends ParameterType implements java.io.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 java.lang.Double |
height |
protected java.lang.String |
trimCover |
protected java.lang.Double |
trimmingOffset |
protected java.lang.Double |
width |
| Constructor and Description |
|---|
TrimmingParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getHeight()
Gets the value of the height property.
|
java.lang.String |
getTrimCover()
Gets the value of the trimCover property.
|
java.lang.Double |
getTrimmingOffset()
Gets the value of the trimmingOffset property.
|
java.lang.Double |
getWidth()
Gets the value of the width property.
|
void |
setHeight(java.lang.Double value)
Sets the value of the height property.
|
void |
setTrimCover(java.lang.String value)
Sets the value of the trimCover property.
|
void |
setTrimmingOffset(java.lang.Double value)
Sets the value of the trimmingOffset property.
|
void |
setWidth(java.lang.Double value)
Sets the value of the width property.
|
protected java.lang.Double trimmingOffset
protected java.lang.Double height
protected java.lang.Double width
protected java.lang.String trimCover
public java.lang.Double getTrimmingOffset()
Doublepublic void setTrimmingOffset(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getHeight()
Doublepublic void setHeight(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getWidth()
Doublepublic void setWidth(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getTrimCover()
Stringpublic void setTrimCover(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.