public class ConvertingConfig extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="SheetHeight" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="MarginBottom" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="SheetWidth" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="MarginLeft" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="MarginTop" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="MarginRight" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="DeviceRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
deviceRef |
protected Double |
marginBottom |
protected Double |
marginLeft |
protected Double |
marginRight |
protected Double |
marginTop |
protected String |
sheetHeight |
protected String |
sheetWidth |
| Constructor and Description |
|---|
ConvertingConfig() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDeviceRef()
Gets the value of the deviceRef property.
|
Double |
getMarginBottom()
Gets the value of the marginBottom property.
|
Double |
getMarginLeft()
Gets the value of the marginLeft property.
|
Double |
getMarginRight()
Gets the value of the marginRight property.
|
Double |
getMarginTop()
Gets the value of the marginTop property.
|
String |
getSheetHeight()
Gets the value of the sheetHeight property.
|
String |
getSheetWidth()
Gets the value of the sheetWidth property.
|
void |
setDeviceRef(Object value)
Sets the value of the deviceRef property.
|
void |
setMarginBottom(Double value)
Sets the value of the marginBottom property.
|
void |
setMarginLeft(Double value)
Sets the value of the marginLeft property.
|
void |
setMarginRight(Double value)
Sets the value of the marginRight property.
|
void |
setMarginTop(Double value)
Sets the value of the marginTop property.
|
void |
setSheetHeight(String value)
Sets the value of the sheetHeight property.
|
void |
setSheetWidth(String value)
Sets the value of the sheetWidth property.
|
protected String sheetHeight
protected Double marginBottom
protected String sheetWidth
protected Double marginLeft
protected Double marginTop
protected Double marginRight
protected Object deviceRef
public String getSheetHeight()
Stringpublic void setSheetHeight(String value)
value - allowed object is
Stringpublic Double getMarginBottom()
Doublepublic void setMarginBottom(Double value)
value - allowed object is
Doublepublic String getSheetWidth()
Stringpublic void setSheetWidth(String value)
value - allowed object is
Stringpublic Double getMarginLeft()
Doublepublic void setMarginLeft(Double value)
value - allowed object is
Doublepublic Double getMarginTop()
Doublepublic void setMarginTop(Double value)
value - allowed object is
Doublepublic Double getMarginRight()
Doublepublic void setMarginRight(Double value)
value - allowed object is
Doublepublic Object getDeviceRef()
ObjectCopyright © 2012. All Rights Reserved.