Package org.cip4.lib.xjdf.schema
Class DensityMeasuringField
java.lang.Object
org.cip4.lib.xjdf.schema.DensityMeasuringField
- All Implemented Interfaces:
Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.6",
date="2022-12-18T20:00:09Z")
public class DensityMeasuringField
extends Object
implements 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.w3.org/2001/XMLSchema}float" />
<attribute name="DotGain" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="Separation" use="required" type="{http://www.w3.org/2001/XMLSchema}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>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the center property.Gets the value of the density property.floatGets the value of the diameter property.floatGets the value of the dotGain property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the separation property.Gets the value of the toleranceBlack property.Gets the value of the toleranceCyan property.Gets the value of the toleranceDotGain property.Gets the value of the toleranceMagenta property.Gets the value of the toleranceYellow property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidSets the value of the center property.voidsetDiameter(float value) Sets the value of the diameter property.voidsetDotGain(float value) Sets the value of the dotGain property.voidsetSeparation(String value) Sets the value of the separation property.voidsetToleranceBlack(XYPair value) Sets the value of the toleranceBlack property.voidsetToleranceCyan(XYPair value) Sets the value of the toleranceCyan property.voidsetToleranceDotGain(XYPair value) Sets the value of the toleranceDotGain property.voidsetToleranceMagenta(XYPair value) Sets the value of the toleranceMagenta property.voidsetToleranceYellow(XYPair value) Sets the value of the toleranceYellow property.withCenter(XYPair value) withDensity(Float... values) withDensity(Collection<Float> values) withDiameter(float value) withDotGain(float value) withSeparation(String value) withToleranceBlack(XYPair value) withToleranceCyan(XYPair value) withToleranceDotGain(XYPair value) withToleranceMagenta(XYPair value) withToleranceYellow(XYPair value)
-
Field Details
-
center
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected XYPair center -
density
-
diameter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected float diameter -
dotGain
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected float dotGain -
separation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String separation -
toleranceBlack
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected XYPair toleranceBlack -
toleranceCyan
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected XYPair toleranceCyan -
toleranceDotGain
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected XYPair toleranceDotGain -
toleranceMagenta
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected XYPair toleranceMagenta -
toleranceYellow
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected XYPair toleranceYellow
-
-
Constructor Details
-
DensityMeasuringField
public DensityMeasuringField()
-
-
Method Details
-
getCenter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public XYPair getCenter()Gets the value of the center property.- Returns:
- possible object is
String
-
setCenter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setCenter(XYPair value) Sets the value of the center property.- Parameters:
value- allowed object isString
-
getDensity
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<Float> getDensity()Gets the value of the density property.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
setmethod 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 -
getDiameter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public float getDiameter()Gets the value of the diameter property. -
setDiameter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setDiameter(float value) Sets the value of the diameter property. -
getDotGain
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public float getDotGain()Gets the value of the dotGain property. -
setDotGain
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setDotGain(float value) Sets the value of the dotGain property. -
getSeparation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getSeparation()Gets the value of the separation property.- Returns:
- possible object is
String
-
setSeparation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setSeparation(String value) Sets the value of the separation property.- Parameters:
value- allowed object isString
-
getToleranceBlack
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public XYPair getToleranceBlack()Gets the value of the toleranceBlack property.- Returns:
- possible object is
String
-
setToleranceBlack
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setToleranceBlack(XYPair value) Sets the value of the toleranceBlack property.- Parameters:
value- allowed object isString
-
getToleranceCyan
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public XYPair getToleranceCyan()Gets the value of the toleranceCyan property.- Returns:
- possible object is
String
-
setToleranceCyan
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setToleranceCyan(XYPair value) Sets the value of the toleranceCyan property.- Parameters:
value- allowed object isString
-
getToleranceDotGain
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public XYPair getToleranceDotGain()Gets the value of the toleranceDotGain property.- Returns:
- possible object is
String
-
setToleranceDotGain
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setToleranceDotGain(XYPair value) Sets the value of the toleranceDotGain property.- Parameters:
value- allowed object isString
-
getToleranceMagenta
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public XYPair getToleranceMagenta()Gets the value of the toleranceMagenta property.- Returns:
- possible object is
String
-
setToleranceMagenta
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setToleranceMagenta(XYPair value) Sets the value of the toleranceMagenta property.- Parameters:
value- allowed object isString
-
getToleranceYellow
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public XYPair getToleranceYellow()Gets the value of the toleranceYellow property.- Returns:
- possible object is
String
-
setToleranceYellow
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setToleranceYellow(XYPair value) Sets the value of the toleranceYellow property.- Parameters:
value- allowed object isString
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Map<QName,String> getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.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.
- Returns:
- always non-null
-
withCenter
-
withDensity
-
withDensity
-
withDiameter
-
withDotGain
-
withSeparation
-
withToleranceBlack
-
withToleranceCyan
-
withToleranceDotGain
-
withToleranceMagenta
-
withToleranceYellow
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
hashCode
public int hashCode()
-