@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public class SurfaceColor
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for SurfaceColor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SurfaceColor">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Coatings" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="ColorsUsed" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="Coverage" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="PrintStandard" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Surface" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}Side" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.String> |
coatings |
protected java.util.List<java.lang.String> |
colorsUsed |
protected java.lang.Float |
coverage |
protected java.lang.String |
printStandard |
protected Side |
surface |
| Constructor and Description |
|---|
SurfaceColor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
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.EqualsStrategy strategy) |
java.util.List<java.lang.String> |
getCoatings()
Gets the value of the coatings property.
|
java.util.List<java.lang.String> |
getColorsUsed()
Gets the value of the colorsUsed property.
|
java.lang.Float |
getCoverage()
Gets the value of the coverage 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.String |
getPrintStandard()
Gets the value of the printStandard property.
|
Side |
getSurface()
Gets the value of the surface property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setCoverage(java.lang.Float value)
Sets the value of the coverage property.
|
void |
setPrintStandard(java.lang.String value)
Sets the value of the printStandard property.
|
void |
setSurface(Side value)
Sets the value of the surface property.
|
SurfaceColor |
withCoatings(java.util.Collection<java.lang.String> values) |
SurfaceColor |
withCoatings(java.lang.String... values) |
SurfaceColor |
withColorsUsed(java.util.Collection<java.lang.String> values) |
SurfaceColor |
withColorsUsed(java.lang.String... values) |
SurfaceColor |
withCoverage(java.lang.Float value) |
SurfaceColor |
withPrintStandard(java.lang.String value) |
SurfaceColor |
withSurface(Side value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.String> coatings
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.String> colorsUsed
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float coverage
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String printStandard
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected Side surface
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.String> getCoatings()
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 set method 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
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.String> getColorsUsed()
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 set method 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
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getCoverage()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setCoverage(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getPrintStandard()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setPrintStandard(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public Side getSurface()
Side@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setSurface(Side value)
value - allowed object is
Side@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
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.
public SurfaceColor withCoatings(java.lang.String... values)
public SurfaceColor withCoatings(java.util.Collection<java.lang.String> values)
public SurfaceColor withColorsUsed(java.lang.String... values)
public SurfaceColor withColorsUsed(java.util.Collection<java.lang.String> values)
public SurfaceColor withCoverage(java.lang.Float value)
public SurfaceColor withPrintStandard(java.lang.String value)
public SurfaceColor withSurface(Side value)
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.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object