@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public class DensityMeasuringField
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Center" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Density" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}FloatList" />
<attribute name="Diameter" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="DotGain" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="Separation" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ToleranceBlack" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="ToleranceCyan" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="ToleranceDotGain" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="ToleranceMagenta" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="ToleranceYellow" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XYPair |
center |
protected java.util.List<java.lang.Float> |
density |
protected float |
diameter |
protected float |
dotGain |
protected java.lang.String |
separation |
protected XYPair |
toleranceBlack |
protected XYPair |
toleranceCyan |
protected XYPair |
toleranceDotGain |
protected XYPair |
toleranceMagenta |
protected XYPair |
toleranceYellow |
| Constructor and Description |
|---|
DensityMeasuringField() |
| 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.EqualsStrategy2 strategy) |
XYPair |
getCenter()
Gets the value of the center property.
|
java.util.List<java.lang.Float> |
getDensity()
Gets the value of the density property.
|
float |
getDiameter()
Gets the value of the diameter property.
|
float |
getDotGain()
Gets the value of the dotGain property.
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
java.lang.String |
getSeparation()
Gets the value of the separation property.
|
XYPair |
getToleranceBlack()
Gets the value of the toleranceBlack property.
|
XYPair |
getToleranceCyan()
Gets the value of the toleranceCyan property.
|
XYPair |
getToleranceDotGain()
Gets the value of the toleranceDotGain property.
|
XYPair |
getToleranceMagenta()
Gets the value of the toleranceMagenta property.
|
XYPair |
getToleranceYellow()
Gets the value of the toleranceYellow property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setCenter(XYPair value)
Sets the value of the center property.
|
void |
setDiameter(float value)
Sets the value of the diameter property.
|
void |
setDotGain(float value)
Sets the value of the dotGain property.
|
void |
setSeparation(java.lang.String value)
Sets the value of the separation property.
|
void |
setToleranceBlack(XYPair value)
Sets the value of the toleranceBlack property.
|
void |
setToleranceCyan(XYPair value)
Sets the value of the toleranceCyan property.
|
void |
setToleranceDotGain(XYPair value)
Sets the value of the toleranceDotGain property.
|
void |
setToleranceMagenta(XYPair value)
Sets the value of the toleranceMagenta property.
|
void |
setToleranceYellow(XYPair value)
Sets the value of the toleranceYellow property.
|
DensityMeasuringField |
withCenter(XYPair value) |
DensityMeasuringField |
withDensity(java.util.Collection<java.lang.Float> values) |
DensityMeasuringField |
withDensity(java.lang.Float... values) |
DensityMeasuringField |
withDiameter(float value) |
DensityMeasuringField |
withDotGain(float value) |
DensityMeasuringField |
withSeparation(java.lang.String value) |
DensityMeasuringField |
withToleranceBlack(XYPair value) |
DensityMeasuringField |
withToleranceCyan(XYPair value) |
DensityMeasuringField |
withToleranceDotGain(XYPair value) |
DensityMeasuringField |
withToleranceMagenta(XYPair value) |
DensityMeasuringField |
withToleranceYellow(XYPair value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected XYPair center
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.Float> density
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected float diameter
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected float dotGain
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String separation
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected XYPair toleranceBlack
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected XYPair toleranceCyan
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected XYPair toleranceDotGain
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected XYPair toleranceMagenta
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected XYPair toleranceYellow
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public XYPair getCenter()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setCenter(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.Float> getDensity()
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 density property.
For example, to add a new item, do as follows:
getDensity().add(newItem);
Objects of the following type(s) are allowed in the list
Float
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public float getDiameter()
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setDiameter(float value)
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public float getDotGain()
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setDotGain(float value)
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getSeparation()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setSeparation(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public XYPair getToleranceBlack()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setToleranceBlack(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public XYPair getToleranceCyan()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setToleranceCyan(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public XYPair getToleranceDotGain()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setToleranceDotGain(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public XYPair getToleranceMagenta()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setToleranceMagenta(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public XYPair getToleranceYellow()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setToleranceYellow(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
public DensityMeasuringField withCenter(XYPair value)
public DensityMeasuringField withDensity(java.lang.Float... values)
public DensityMeasuringField withDensity(java.util.Collection<java.lang.Float> values)
public DensityMeasuringField withDiameter(float value)
public DensityMeasuringField withDotGain(float value)
public DensityMeasuringField withSeparation(java.lang.String value)
public DensityMeasuringField withToleranceBlack(XYPair value)
public DensityMeasuringField withToleranceCyan(XYPair value)
public DensityMeasuringField withToleranceDotGain(XYPair value)
public DensityMeasuringField withToleranceMagenta(XYPair value)
public DensityMeasuringField withToleranceYellow(XYPair 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.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public int hashCode()
hashCode in class java.lang.Object