Class CIELABMeasuringField
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.CIELABMeasuringField
-
- All Implemented Interfaces:
java.io.Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
public class CIELABMeasuringField 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="CIELab" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}LabColor" /> <attribute name="Diameter" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="Percentages" type="{http://www.CIP4.org/JDFSchema_2_0}FloatList" /> <attribute name="ScreenRuling" type="{http://www.CIP4.org/JDFSchema_2_0}FloatList" /> <attribute name="ScreenShape" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Tolerance" type="{http://www.w3.org/2001/XMLSchema}float" /> <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>cieLabprotected java.lang.Floatdiameterprotected java.util.List<java.lang.Float>percentagesprotected java.util.List<java.lang.Float>screenRulingprotected java.lang.StringscreenShapeprotected java.lang.Floattolerance
-
Constructor Summary
Constructors Constructor Description CIELABMeasuringField()
-
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>getCIELab()Gets the value of the cieLab property.java.lang.FloatgetDiameter()Gets the value of the diameter 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.util.List<java.lang.Float>getPercentages()Gets the value of the percentages property.java.util.List<java.lang.Float>getScreenRuling()Gets the value of the screenRuling property.java.lang.StringgetScreenShape()Gets the value of the screenShape property.java.lang.FloatgetTolerance()Gets the value of the tolerance 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(java.lang.Float value)Sets the value of the diameter property.voidsetScreenShape(java.lang.String value)Sets the value of the screenShape property.voidsetTolerance(java.lang.Float value)Sets the value of the tolerance property.CIELABMeasuringFieldwithCenter(XYPair value)CIELABMeasuringFieldwithCIELab(java.lang.Float... values)CIELABMeasuringFieldwithCIELab(java.util.Collection<java.lang.Float> values)CIELABMeasuringFieldwithDiameter(java.lang.Float value)CIELABMeasuringFieldwithPercentages(java.lang.Float... values)CIELABMeasuringFieldwithPercentages(java.util.Collection<java.lang.Float> values)CIELABMeasuringFieldwithScreenRuling(java.lang.Float... values)CIELABMeasuringFieldwithScreenRuling(java.util.Collection<java.lang.Float> values)CIELABMeasuringFieldwithScreenShape(java.lang.String value)CIELABMeasuringFieldwithTolerance(java.lang.Float value)
-
-
-
Field Detail
-
center
protected XYPair center
-
cieLab
protected java.util.List<java.lang.Float> cieLab
-
diameter
protected java.lang.Float diameter
-
percentages
protected java.util.List<java.lang.Float> percentages
-
screenRuling
protected java.util.List<java.lang.Float> screenRuling
-
screenShape
protected java.lang.String screenShape
-
tolerance
protected java.lang.Float tolerance
-
-
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
-
getCIELab
public java.util.List<java.lang.Float> getCIELab()
Gets the value of the cieLab 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 cieLab property.For example, to add a new item, do as follows:
getCIELab().add(newItem);Objects of the following type(s) are allowed in the list
Float
-
getDiameter
public java.lang.Float getDiameter()
Gets the value of the diameter property.- Returns:
- possible object is
Float
-
setDiameter
public void setDiameter(java.lang.Float value)
Sets the value of the diameter property.- Parameters:
value- allowed object isFloat
-
getPercentages
public java.util.List<java.lang.Float> getPercentages()
Gets the value of the percentages 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 percentages property.For example, to add a new item, do as follows:
getPercentages().add(newItem);Objects of the following type(s) are allowed in the list
Float
-
getScreenRuling
public java.util.List<java.lang.Float> getScreenRuling()
Gets the value of the screenRuling 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 screenRuling property.For example, to add a new item, do as follows:
getScreenRuling().add(newItem);Objects of the following type(s) are allowed in the list
Float
-
getScreenShape
public java.lang.String getScreenShape()
Gets the value of the screenShape property.- Returns:
- possible object is
String
-
setScreenShape
public void setScreenShape(java.lang.String value)
Sets the value of the screenShape property.- Parameters:
value- allowed object isString
-
getTolerance
public java.lang.Float getTolerance()
Gets the value of the tolerance property.- Returns:
- possible object is
Float
-
setTolerance
public void setTolerance(java.lang.Float value)
Sets the value of the tolerance property.- Parameters:
value- allowed object isFloat
-
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 CIELABMeasuringField withCenter(XYPair value)
-
withCIELab
public CIELABMeasuringField withCIELab(java.lang.Float... values)
-
withCIELab
public CIELABMeasuringField withCIELab(java.util.Collection<java.lang.Float> values)
-
withDiameter
public CIELABMeasuringField withDiameter(java.lang.Float value)
-
withPercentages
public CIELABMeasuringField withPercentages(java.lang.Float... values)
-
withPercentages
public CIELABMeasuringField withPercentages(java.util.Collection<java.lang.Float> values)
-
withScreenRuling
public CIELABMeasuringField withScreenRuling(java.lang.Float... values)
-
withScreenRuling
public CIELABMeasuringField withScreenRuling(java.util.Collection<java.lang.Float> values)
-
withScreenShape
public CIELABMeasuringField withScreenShape(java.lang.String value)
-
withTolerance
public CIELABMeasuringField withTolerance(java.lang.Float 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
-
-