public class InkZoneCalculationParams extends ParameterType implements java.io.Serializable
Java class for InkZoneCalculationParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InkZoneCalculationParams">
<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="ZonesY" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="FountainPositions" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Zones" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ZoneHeight" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="PrintableArea" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="DeviceRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
deviceRef |
protected java.lang.String |
fountainPositions |
protected java.lang.Double |
printableArea |
protected java.lang.Double |
zoneHeight |
protected java.lang.Integer |
zones |
protected java.lang.Integer |
zonesY |
protected java.lang.Double |
zoneWidth |
| Constructor and Description |
|---|
InkZoneCalculationParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getDeviceRef()
Gets the value of the deviceRef property.
|
java.lang.String |
getFountainPositions()
Gets the value of the fountainPositions property.
|
java.lang.Double |
getPrintableArea()
Gets the value of the printableArea property.
|
java.lang.Double |
getZoneHeight()
Gets the value of the zoneHeight property.
|
java.lang.Integer |
getZones()
Gets the value of the zones property.
|
java.lang.Integer |
getZonesY()
Gets the value of the zonesY property.
|
java.lang.Double |
getZoneWidth()
Gets the value of the zoneWidth property.
|
void |
setDeviceRef(java.lang.Object value)
Sets the value of the deviceRef property.
|
void |
setFountainPositions(java.lang.String value)
Sets the value of the fountainPositions property.
|
void |
setPrintableArea(java.lang.Double value)
Sets the value of the printableArea property.
|
void |
setZoneHeight(java.lang.Double value)
Sets the value of the zoneHeight property.
|
void |
setZones(java.lang.Integer value)
Sets the value of the zones property.
|
void |
setZonesY(java.lang.Integer value)
Sets the value of the zonesY property.
|
void |
setZoneWidth(java.lang.Double value)
Sets the value of the zoneWidth property.
|
protected java.lang.Double zoneWidth
protected java.lang.Integer zonesY
protected java.lang.String fountainPositions
protected java.lang.Integer zones
protected java.lang.Double zoneHeight
protected java.lang.Double printableArea
protected java.lang.Object deviceRef
public java.lang.Double getZoneWidth()
Doublepublic void setZoneWidth(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Integer getZonesY()
Integerpublic void setZonesY(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getFountainPositions()
Stringpublic void setFountainPositions(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getZones()
Integerpublic void setZones(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Double getZoneHeight()
Doublepublic void setZoneHeight(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getPrintableArea()
Doublepublic void setPrintableArea(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.