public class InkZoneProfile extends ParameterType implements java.io.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 java.lang.Double |
zoneHeight |
protected java.lang.String |
zoneSettingsX |
protected java.lang.String |
zoneSettingsY |
protected java.lang.Double |
zoneWidth |
| Constructor and Description |
|---|
InkZoneProfile() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getZoneHeight()
Gets the value of the zoneHeight property.
|
java.lang.String |
getZoneSettingsX()
Gets the value of the zoneSettingsX property.
|
java.lang.String |
getZoneSettingsY()
Gets the value of the zoneSettingsY property.
|
java.lang.Double |
getZoneWidth()
Gets the value of the zoneWidth property.
|
void |
setZoneHeight(java.lang.Double value)
Sets the value of the zoneHeight property.
|
void |
setZoneSettingsX(java.lang.String value)
Sets the value of the zoneSettingsX property.
|
void |
setZoneSettingsY(java.lang.String value)
Sets the value of the zoneSettingsY property.
|
void |
setZoneWidth(java.lang.Double value)
Sets the value of the zoneWidth property.
|
protected java.lang.Double zoneWidth
protected java.lang.Double zoneHeight
protected java.lang.String zoneSettingsX
protected java.lang.String zoneSettingsY
public java.lang.Double getZoneWidth()
Doublepublic void setZoneWidth(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getZoneHeight()
Doublepublic void setZoneHeight(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getZoneSettingsX()
Stringpublic void setZoneSettingsX(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getZoneSettingsY()
Stringpublic void setZoneSettingsY(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.