public class ConvertingConfig
extends java.lang.Object
implements java.io.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 java.lang.Object |
deviceRef |
protected java.lang.Double |
marginBottom |
protected java.lang.Double |
marginLeft |
protected java.lang.Double |
marginRight |
protected java.lang.Double |
marginTop |
protected java.lang.String |
sheetHeight |
protected java.lang.String |
sheetWidth |
| Constructor and Description |
|---|
ConvertingConfig() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getDeviceRef()
Gets the value of the deviceRef property.
|
java.lang.Double |
getMarginBottom()
Gets the value of the marginBottom property.
|
java.lang.Double |
getMarginLeft()
Gets the value of the marginLeft property.
|
java.lang.Double |
getMarginRight()
Gets the value of the marginRight property.
|
java.lang.Double |
getMarginTop()
Gets the value of the marginTop property.
|
java.lang.String |
getSheetHeight()
Gets the value of the sheetHeight property.
|
java.lang.String |
getSheetWidth()
Gets the value of the sheetWidth property.
|
void |
setDeviceRef(java.lang.Object value)
Sets the value of the deviceRef property.
|
void |
setMarginBottom(java.lang.Double value)
Sets the value of the marginBottom property.
|
void |
setMarginLeft(java.lang.Double value)
Sets the value of the marginLeft property.
|
void |
setMarginRight(java.lang.Double value)
Sets the value of the marginRight property.
|
void |
setMarginTop(java.lang.Double value)
Sets the value of the marginTop property.
|
void |
setSheetHeight(java.lang.String value)
Sets the value of the sheetHeight property.
|
void |
setSheetWidth(java.lang.String value)
Sets the value of the sheetWidth property.
|
protected java.lang.String sheetHeight
protected java.lang.Double marginBottom
protected java.lang.String sheetWidth
protected java.lang.Double marginLeft
protected java.lang.Double marginTop
protected java.lang.Double marginRight
protected java.lang.Object deviceRef
public java.lang.String getSheetHeight()
Stringpublic void setSheetHeight(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getMarginBottom()
Doublepublic void setMarginBottom(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getSheetWidth()
Stringpublic void setSheetWidth(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getMarginLeft()
Doublepublic void setMarginLeft(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getMarginTop()
Doublepublic void setMarginTop(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getMarginRight()
Doublepublic void setMarginRight(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Object getDeviceRef()
Objectpublic void setDeviceRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.