@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00: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="ZoneHeight" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="ZoneSettingsX" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}DoubleList" />
<attribute name="ZoneSettingsY" type="{http://www.CIP4.org/JDFSchema_2_0}DoubleList" />
<attribute name="ZoneWidth" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Float |
zoneHeight |
protected java.util.List<java.lang.Float> |
zoneSettingsX |
protected java.util.List<java.lang.Float> |
zoneSettingsY |
protected float |
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.Float |
getZoneHeight()
Gets the value of the zoneHeight property.
|
java.util.List<java.lang.Float> |
getZoneSettingsX()
Gets the value of the zoneSettingsX property.
|
java.util.List<java.lang.Float> |
getZoneSettingsY()
Gets the value of the zoneSettingsY property.
|
float |
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.Float value)
Sets the value of the zoneHeight property.
|
void |
setZoneWidth(float value)
Sets the value of the zoneWidth property.
|
InkZoneProfile |
withZoneHeight(java.lang.Float value) |
InkZoneProfile |
withZoneSettingsX(java.util.Collection<java.lang.Float> values) |
InkZoneProfile |
withZoneSettingsX(java.lang.Float... values) |
InkZoneProfile |
withZoneSettingsY(java.util.Collection<java.lang.Float> values) |
InkZoneProfile |
withZoneSettingsY(java.lang.Float... values) |
InkZoneProfile |
withZoneWidth(float value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float zoneHeight
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.Float> zoneSettingsX
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.Float> zoneSettingsY
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected float zoneWidth
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getZoneHeight()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setZoneHeight(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.Float> getZoneSettingsX()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the zoneSettingsX property.
For example, to add a new item, do as follows:
getZoneSettingsX().add(newItem);
Objects of the following type(s) are allowed in the list
Float
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.Float> getZoneSettingsY()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the zoneSettingsY property.
For example, to add a new item, do as follows:
getZoneSettingsY().add(newItem);
Objects of the following type(s) are allowed in the list
Float
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public float getZoneWidth()
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setZoneWidth(float value)
public InkZoneProfile withZoneHeight(java.lang.Float value)
public InkZoneProfile withZoneSettingsX(java.lang.Float... values)
public InkZoneProfile withZoneSettingsX(java.util.Collection<java.lang.Float> values)
public InkZoneProfile withZoneSettingsY(java.lang.Float... values)
public InkZoneProfile withZoneSettingsY(java.util.Collection<java.lang.Float> values)
public InkZoneProfile withZoneWidth(float 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