@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public class LaminatingIntent
extends ProductIntent
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for LaminatingIntent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LaminatingIntent">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ProductIntent">
<attribute name="Surface" use="required">
<simpleType>
<list itemType="{http://www.CIP4.org/JDFSchema_2_0}Side" />
</simpleType>
</attribute>
<attribute name="Temperature">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Hot"/>
<enumeration value="Cold"/>
</restriction>
</simpleType>
</attribute>
<attribute name="Texture" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Thickness" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
LaminatingIntent.Temperature
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Side> |
surface |
protected LaminatingIntent.Temperature |
temperature |
protected java.lang.String |
texture |
protected java.lang.Float |
thickness |
any| Constructor and Description |
|---|
LaminatingIntent() |
| 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.EqualsStrategy2 strategy) |
java.util.List<Side> |
getSurface()
Gets the value of the surface property.
|
LaminatingIntent.Temperature |
getTemperature()
Gets the value of the temperature property.
|
java.lang.String |
getTexture()
Gets the value of the texture property.
|
java.lang.Float |
getThickness()
Gets the value of the thickness property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setTemperature(LaminatingIntent.Temperature value)
Sets the value of the temperature property.
|
void |
setTexture(java.lang.String value)
Sets the value of the texture property.
|
void |
setThickness(java.lang.Float value)
Sets the value of the thickness property.
|
LaminatingIntent |
withAny(java.util.Collection<java.lang.Object> values) |
LaminatingIntent |
withAny(java.lang.Object... values) |
LaminatingIntent |
withSurface(java.util.Collection<Side> values) |
LaminatingIntent |
withSurface(Side... values) |
LaminatingIntent |
withTemperature(LaminatingIntent.Temperature value) |
LaminatingIntent |
withTexture(java.lang.String value) |
LaminatingIntent |
withThickness(java.lang.Float value) |
getAny, getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<Side> surface
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected LaminatingIntent.Temperature temperature
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String texture
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float thickness
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<Side> getSurface()
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 surface property.
For example, to add a new item, do as follows:
getSurface().add(newItem);
Objects of the following type(s) are allowed in the list
Side
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public LaminatingIntent.Temperature getTemperature()
LaminatingIntent.Temperature@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setTemperature(LaminatingIntent.Temperature value)
value - allowed object is
LaminatingIntent.Temperature@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getTexture()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setTexture(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getThickness()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setThickness(java.lang.Float value)
value - allowed object is
Floatpublic LaminatingIntent withSurface(Side... values)
public LaminatingIntent withSurface(java.util.Collection<Side> values)
public LaminatingIntent withTemperature(LaminatingIntent.Temperature value)
public LaminatingIntent withTexture(java.lang.String value)
public LaminatingIntent withThickness(java.lang.Float value)
public LaminatingIntent withAny(java.lang.Object... values)
withAny in class ProductIntentpublic LaminatingIntent withAny(java.util.Collection<java.lang.Object> values)
withAny in class ProductIntentpublic 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)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class ProductIntentpublic boolean equals(java.lang.Object object)
equals in class ProductIntentpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class ProductIntentpublic int hashCode()
hashCode in class ProductIntent