Class SurfaceColor
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SurfaceColor
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public class SurfaceColor extends java.lang.Object implements java.io.SerializableJava 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"> <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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Certification>certificationprotected java.util.List<java.lang.String>coatingsprotected java.util.List<java.lang.String>colorsUsedprotected java.lang.Floatcoverageprotected java.lang.StringprintStandardprotected Sidesurface
-
Constructor Summary
Constructors Constructor Description SurfaceColor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.util.List<Certification>getCertification()Gets the value of the certification property.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.FloatgetCoverage()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.StringgetPrintStandard()Gets the value of the printStandard property.SidegetSurface()Gets the value of the surface property.inthashCode()voidsetCoverage(java.lang.Float value)Sets the value of the coverage property.voidsetPrintStandard(java.lang.String value)Sets the value of the printStandard property.voidsetSurface(Side value)Sets the value of the surface property.SurfaceColorwithCertification(java.util.Collection<Certification> values)SurfaceColorwithCertification(Certification... values)SurfaceColorwithCoatings(java.lang.String... values)SurfaceColorwithCoatings(java.util.Collection<java.lang.String> values)SurfaceColorwithColorsUsed(java.lang.String... values)SurfaceColorwithColorsUsed(java.util.Collection<java.lang.String> values)SurfaceColorwithCoverage(java.lang.Float value)SurfaceColorwithPrintStandard(java.lang.String value)SurfaceColorwithSurface(Side value)
-
-
-
Field Detail
-
certification
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.util.List<Certification> certification
-
coatings
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.util.List<java.lang.String> coatings
-
colorsUsed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.util.List<java.lang.String> colorsUsed
-
coverage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Float coverage
-
printStandard
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.String printStandard
-
surface
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected Side surface
-
-
Method Detail
-
getCertification
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.util.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 Jakarta XML Binding 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.1", date="2022-12-21T00:11:33Z") public java.util.List<java.lang.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 Jakarta XML Binding 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.1", date="2022-12-21T00:11:33Z") public java.util.List<java.lang.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 Jakarta XML Binding 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.1", date="2022-12-21T00:11:33Z") public java.lang.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.1", date="2022-12-21T00:11:33Z") public void setCoverage(java.lang.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.1", date="2022-12-21T00:11:33Z") public java.lang.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.1", date="2022-12-21T00:11:33Z") public void setPrintStandard(java.lang.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.1", date="2022-12-21T00:11:33Z") 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.1", date="2022-12-21T00:11:33Z") 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.1", date="2022-12-21T00:11:33Z") 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
-
withCertification
public SurfaceColor withCertification(Certification... values)
-
withCertification
public SurfaceColor withCertification(java.util.Collection<Certification> values)
-
withCoatings
public SurfaceColor withCoatings(java.lang.String... values)
-
withCoatings
public SurfaceColor withCoatings(java.util.Collection<java.lang.String> values)
-
withColorsUsed
public SurfaceColor withColorsUsed(java.lang.String... values)
-
withColorsUsed
public SurfaceColor withColorsUsed(java.util.Collection<java.lang.String> values)
-
withCoverage
public SurfaceColor withCoverage(java.lang.Float value)
-
withPrintStandard
public SurfaceColor withPrintStandard(java.lang.String value)
-
withSurface
public SurfaceColor withSurface(Side value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-