Class SurfaceColor
- All Implemented Interfaces:
Serializable
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}Certification" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Coatings" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
<attribute name="ColorsUsed" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
<attribute name="Coverage" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="PrintStandard" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="Surface" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}Side" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<Certification> protected Floatprotected Stringprotected Side -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the certification property.Gets the value of the coatings property.Gets the value of the colorsUsed property.Gets the value of the coverage property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the printStandard property.Gets the value of the surface property.inthashCode()voidsetCoverage(Float value) Sets the value of the coverage property.voidsetPrintStandard(String value) Sets the value of the printStandard property.voidsetSurface(Side value) Sets the value of the surface property.withCertification(Collection<Certification> values) withCertification(Certification... values) withCoatings(String... values) withCoatings(Collection<String> values) withColorsUsed(String... values) withColorsUsed(Collection<String> values) withCoverage(Float value) withPrintStandard(String value) withSurface(Side value)
-
Field Details
-
certification
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected List<Certification> certification -
coatings
-
colorsUsed
-
coverage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float coverage -
printStandard
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String printStandard -
surface
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Side surface
-
-
Constructor Details
-
SurfaceColor
public SurfaceColor()
-
-
Method Details
-
getCertification
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<Certification> getCertification()Gets the value of the certification 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 certification property.For example, to add a new item, do as follows:
getCertification().add(newItem);
Objects of the following type(s) are allowed in the list
Certification- Returns:
- The value of the certification property.
-
getCoatings
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<String> getCoatings()Gets the value of the coatings 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 coatings property.For example, to add a new item, do as follows:
getCoatings().add(newItem);
Objects of the following type(s) are allowed in the list
String- Returns:
- The value of the coatings property.
-
getColorsUsed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<String> getColorsUsed()Gets the value of the colorsUsed 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 colorsUsed property.For example, to add a new item, do as follows:
getColorsUsed().add(newItem);
Objects of the following type(s) are allowed in the list
String- Returns:
- The value of the colorsUsed property.
-
getCoverage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Float getCoverage()Gets the value of the coverage property.- Returns:
- possible object is
Float
-
setCoverage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setCoverage(Float value) Sets the value of the coverage property.- Parameters:
value- allowed object isFloat
-
getPrintStandard
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getPrintStandard()Gets the value of the printStandard property.- Returns:
- possible object is
String
-
setPrintStandard
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setPrintStandard(String value) Sets the value of the printStandard property.- Parameters:
value- allowed object isString
-
getSurface
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Side getSurface()Gets the value of the surface property.- Returns:
- possible object is
Side
-
setSurface
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setSurface(Side value) Sets the value of the surface property.- Parameters:
value- allowed object isSide
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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
-
withCertification
-
withCertification
-
withCoatings
-
withCoatings
-
withColorsUsed
-
withColorsUsed
-
withCoverage
-
withPrintStandard
-
withSurface
-
equals
-
hashCode
public int hashCode()
-