@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public class InkZoneProfile
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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}SpecificResource">
<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" />
<anyAttribute processContents='lax' namespace='##other'/>
</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 |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
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.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
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.
|
InkZoneProfile |
withZoneHeight(java.lang.Double value) |
InkZoneProfile |
withZoneSettingsX(java.lang.String value) |
InkZoneProfile |
withZoneSettingsY(java.lang.String value) |
InkZoneProfile |
withZoneWidth(java.lang.Double value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double zoneWidth
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double zoneHeight
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String zoneSettingsX
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String zoneSettingsY
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getZoneWidth()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setZoneWidth(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getZoneHeight()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setZoneHeight(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getZoneSettingsX()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setZoneSettingsX(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getZoneSettingsY()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setZoneSettingsY(java.lang.String value)
value - allowed object is
Stringpublic InkZoneProfile withZoneWidth(java.lang.Double value)
public InkZoneProfile withZoneHeight(java.lang.Double value)
public InkZoneProfile withZoneSettingsX(java.lang.String value)
public InkZoneProfile withZoneSettingsY(java.lang.String value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class SpecificResourcepublic int hashCode()
hashCode in class SpecificResource