Class Patch
- All Implemented Interfaces:
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">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}SeparationTint" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Center" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Density" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="ExternalID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="Lab" type="{http://www.CIP4.org/JDFSchema_2_0}LabColor" />
<attribute name="NeutralDensity" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="PatchUsage" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Color"/>
<enumeration value="Ignore"/>
<enumeration value="Image"/>
<enumeration value="Technical"/>
</restriction>
</simpleType>
</attribute>
<attribute name="RGB" type="{http://www.CIP4.org/JDFSchema_2_0}sRGBColor" />
<attribute name="Size" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Spectrum" type="{http://www.CIP4.org/JDFSchema_2_0}TransferFunction" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XYPairprotected Floatprotected Stringprotected Floatprotected Patch.PatchUsageprotected List<SeparationTint>protected XYPair -
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.Gets the value of the externalID property.getLab()Gets the value of the lab property.Gets the value of the neutralDensity property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the patchUsage property.getRGB()Gets the value of the rgb property.Gets the value of the separationTint property.getSize()Gets the value of the size property.Gets the value of the spectrum property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidSets the value of the center property.voidsetDensity(Float value) Sets the value of the density property.voidsetExternalID(String value) Sets the value of the externalID property.voidsetNeutralDensity(Float value) Sets the value of the neutralDensity property.voidsetPatchUsage(Patch.PatchUsage value) Sets the value of the patchUsage property.voidSets the value of the size property.withCenter(XYPair value) withDensity(Float value) withExternalID(String value) withLab(Collection<Float> values) withNeutralDensity(Float value) withPatchUsage(Patch.PatchUsage value) withRGB(Collection<Float> values) withSeparationTint(Collection<SeparationTint> values) withSeparationTint(SeparationTint... values) withSpectrum(Float... values) withSpectrum(Collection<Float> values)
-
Field Details
-
separationTint
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<SeparationTint> separationTint -
center
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected XYPair center -
density
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float density -
externalID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String externalID -
lab
-
neutralDensity
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float neutralDensity -
patchUsage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Patch.PatchUsage patchUsage -
rgb
-
size
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected XYPair size -
spectrum
-
-
Constructor Details
-
Patch
public Patch()
-
-
Method Details
-
getSeparationTint
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<SeparationTint> getSeparationTint()Gets the value of the separationTint 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 separationTint property.For example, to add a new item, do as follows:
getSeparationTint().add(newItem);Objects of the following type(s) are allowed in the list
SeparationTint -
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 Float getDensity()Gets the value of the density property.- Returns:
- possible object is
Float
-
setDensity
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setDensity(Float value) Sets the value of the density property.- Parameters:
value- allowed object isFloat
-
getExternalID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getExternalID()Gets the value of the externalID property.- Returns:
- possible object is
String
-
setExternalID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setExternalID(String value) Sets the value of the externalID property.- Parameters:
value- allowed object isString
-
getLab
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<Float> getLab()Gets the value of the lab 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 lab property.For example, to add a new item, do as follows:
getLab().add(newItem);Objects of the following type(s) are allowed in the list
Float -
getNeutralDensity
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Float getNeutralDensity()Gets the value of the neutralDensity property.- Returns:
- possible object is
Float
-
setNeutralDensity
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setNeutralDensity(Float value) Sets the value of the neutralDensity property.- Parameters:
value- allowed object isFloat
-
getPatchUsage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Patch.PatchUsage getPatchUsage()Gets the value of the patchUsage property.- Returns:
- possible object is
Patch.PatchUsage
-
setPatchUsage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPatchUsage(Patch.PatchUsage value) Sets the value of the patchUsage property.- Parameters:
value- allowed object isPatch.PatchUsage
-
getRGB
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<Float> getRGB()Gets the value of the rgb 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 rgb property.For example, to add a new item, do as follows:
getRGB().add(newItem);Objects of the following type(s) are allowed in the list
Float -
getSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public XYPair getSize()Gets the value of the size property.- Returns:
- possible object is
String
-
setSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setSize(XYPair value) Sets the value of the size property.- Parameters:
value- allowed object isString
-
getSpectrum
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<Float> getSpectrum()Gets the value of the spectrum 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 spectrum property.For example, to add a new item, do as follows:
getSpectrum().add(newItem);Objects of the following type(s) are allowed in the list
Float -
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
-
withSeparationTint
-
withSeparationTint
-
withCenter
-
withDensity
-
withExternalID
-
withLab
-
withLab
-
withNeutralDensity
-
withPatchUsage
-
withRGB
-
withRGB
-
withSize
-
withSpectrum
-
withSpectrum
-
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()
-