Package org.cip4.lib.xjdf.schema
Class DensityMeasuringField
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.DensityMeasuringField
-
- All Implemented Interfaces:
java.io.Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
public class DensityMeasuringField extends java.lang.Object implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2Java 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected XYPaircenterprotected java.util.List<java.lang.Float>densityprotected floatdiameterprotected floatdotGainprotected java.lang.Stringseparationprotected XYPairtoleranceBlackprotected XYPairtoleranceCyanprotected XYPairtoleranceDotGainprotected XYPairtoleranceMagentaprotected XYPairtoleranceYellow
-
Constructor Summary
Constructors Constructor Description DensityMeasuringField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)booleanequals(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)XYPairgetCenter()Gets the value of the center property.java.util.List<java.lang.Float>getDensity()Gets the value of the density property.floatgetDiameter()Gets the value of the diameter property.floatgetDotGain()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.StringgetSeparation()Gets the value of the separation property.XYPairgetToleranceBlack()Gets the value of the toleranceBlack property.XYPairgetToleranceCyan()Gets the value of the toleranceCyan property.XYPairgetToleranceDotGain()Gets the value of the toleranceDotGain property.XYPairgetToleranceMagenta()Gets the value of the toleranceMagenta property.XYPairgetToleranceYellow()Gets the value of the toleranceYellow property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetCenter(XYPair value)Sets 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(java.lang.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.DensityMeasuringFieldwithCenter(XYPair value)DensityMeasuringFieldwithDensity(java.lang.Float... values)DensityMeasuringFieldwithDensity(java.util.Collection<java.lang.Float> values)DensityMeasuringFieldwithDiameter(float value)DensityMeasuringFieldwithDotGain(float value)DensityMeasuringFieldwithSeparation(java.lang.String value)DensityMeasuringFieldwithToleranceBlack(XYPair value)DensityMeasuringFieldwithToleranceCyan(XYPair value)DensityMeasuringFieldwithToleranceDotGain(XYPair value)DensityMeasuringFieldwithToleranceMagenta(XYPair value)DensityMeasuringFieldwithToleranceYellow(XYPair value)
-
-
-
Field Detail
-
center
protected XYPair center
-
density
protected java.util.List<java.lang.Float> density
-
diameter
protected float diameter
-
dotGain
protected float dotGain
-
separation
protected java.lang.String separation
-
toleranceBlack
protected XYPair toleranceBlack
-
toleranceCyan
protected XYPair toleranceCyan
-
toleranceDotGain
protected XYPair toleranceDotGain
-
toleranceMagenta
protected XYPair toleranceMagenta
-
toleranceYellow
protected XYPair toleranceYellow
-
-
Method Detail
-
getCenter
public XYPair getCenter()
Gets the value of the center property.- Returns:
- possible object is
String
-
setCenter
public void setCenter(XYPair value)
Sets the value of the center property.- Parameters:
value- allowed object isString
-
getDensity
public java.util.List<java.lang.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
public float getDiameter()
Gets the value of the diameter property.
-
setDiameter
public void setDiameter(float value)
Sets the value of the diameter property.
-
getDotGain
public float getDotGain()
Gets the value of the dotGain property.
-
setDotGain
public void setDotGain(float value)
Sets the value of the dotGain property.
-
getSeparation
public java.lang.String getSeparation()
Gets the value of the separation property.- Returns:
- possible object is
String
-
setSeparation
public void setSeparation(java.lang.String value)
Sets the value of the separation property.- Parameters:
value- allowed object isString
-
getToleranceBlack
public XYPair getToleranceBlack()
Gets the value of the toleranceBlack property.- Returns:
- possible object is
String
-
setToleranceBlack
public void setToleranceBlack(XYPair value)
Sets the value of the toleranceBlack property.- Parameters:
value- allowed object isString
-
getToleranceCyan
public XYPair getToleranceCyan()
Gets the value of the toleranceCyan property.- Returns:
- possible object is
String
-
setToleranceCyan
public void setToleranceCyan(XYPair value)
Sets the value of the toleranceCyan property.- Parameters:
value- allowed object isString
-
getToleranceDotGain
public XYPair getToleranceDotGain()
Gets the value of the toleranceDotGain property.- Returns:
- possible object is
String
-
setToleranceDotGain
public void setToleranceDotGain(XYPair value)
Sets the value of the toleranceDotGain property.- Parameters:
value- allowed object isString
-
getToleranceMagenta
public XYPair getToleranceMagenta()
Gets the value of the toleranceMagenta property.- Returns:
- possible object is
String
-
setToleranceMagenta
public void setToleranceMagenta(XYPair value)
Sets the value of the toleranceMagenta property.- Parameters:
value- allowed object isString
-
getToleranceYellow
public XYPair getToleranceYellow()
Gets the value of the toleranceYellow property.- Returns:
- possible object is
String
-
setToleranceYellow
public void setToleranceYellow(XYPair value)
Sets the value of the toleranceYellow property.- Parameters:
value- allowed object isString
-
getOtherAttributes
public 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.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
public DensityMeasuringField withCenter(XYPair value)
-
withDensity
public DensityMeasuringField withDensity(java.lang.Float... values)
-
withDensity
public DensityMeasuringField withDensity(java.util.Collection<java.lang.Float> values)
-
withDiameter
public DensityMeasuringField withDiameter(float value)
-
withDotGain
public DensityMeasuringField withDotGain(float value)
-
withSeparation
public DensityMeasuringField withSeparation(java.lang.String value)
-
withToleranceBlack
public DensityMeasuringField withToleranceBlack(XYPair value)
-
withToleranceCyan
public DensityMeasuringField withToleranceCyan(XYPair value)
-
withToleranceDotGain
public DensityMeasuringField withToleranceDotGain(XYPair value)
-
withToleranceMagenta
public DensityMeasuringField withToleranceMagenta(XYPair value)
-
withToleranceYellow
public DensityMeasuringField withToleranceYellow(XYPair value)
-
equals
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)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
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()
- Overrides:
hashCodein classjava.lang.Object
-
-