public class InkZoneProfile extends ParameterType implements Serializable
Java class for InkZoneProfile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InkZoneProfile">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="ZoneWidth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ZoneHeight" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ZoneSettingsX" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ZoneSettingsY" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
zoneHeight |
protected String |
zoneSettingsX |
protected String |
zoneSettingsY |
protected Double |
zoneWidth |
| Constructor and Description |
|---|
InkZoneProfile() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getZoneHeight()
Gets the value of the zoneHeight property.
|
String |
getZoneSettingsX()
Gets the value of the zoneSettingsX property.
|
String |
getZoneSettingsY()
Gets the value of the zoneSettingsY property.
|
Double |
getZoneWidth()
Gets the value of the zoneWidth property.
|
void |
setZoneHeight(Double value)
Sets the value of the zoneHeight property.
|
void |
setZoneSettingsX(String value)
Sets the value of the zoneSettingsX property.
|
void |
setZoneSettingsY(String value)
Sets the value of the zoneSettingsY property.
|
void |
setZoneWidth(Double value)
Sets the value of the zoneWidth property.
|
protected Double zoneWidth
protected Double zoneHeight
protected String zoneSettingsX
protected String zoneSettingsY
public Double getZoneWidth()
Doublepublic void setZoneWidth(Double value)
value - allowed object is
Doublepublic Double getZoneHeight()
Doublepublic void setZoneHeight(Double value)
value - allowed object is
Doublepublic String getZoneSettingsX()
Stringpublic void setZoneSettingsX(String value)
value - allowed object is
Stringpublic String getZoneSettingsY()
StringCopyright © 2012. All Rights Reserved.