Package org.cip4.lib.xjdf.schema
Class LaminatingIntent
java.lang.Object
org.cip4.lib.xjdf.schema.ProductIntent
org.cip4.lib.xjdf.schema.LaminatingIntent
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.4",
date="2025-09-19T22:22:03Z")
public class LaminatingIntent
extends ProductIntent
implements Serializable
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.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="Thickness" type="{http://www.w3.org/2001/XMLSchema}float" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LaminatingIntent.Temperatureprotected Stringprotected FloatFields inherited from class org.cip4.lib.xjdf.schema.ProductIntent
any -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the surface property.Gets the value of the temperature property.Gets the value of the texture property.Gets the value of the thickness property.inthashCode()voidSets the value of the temperature property.voidsetTexture(String value) Sets the value of the texture property.voidsetThickness(Float value) Sets the value of the thickness property.withAny(Collection<Object> values) withSurface(Collection<Side> values) withSurface(Side... values) withTexture(String value) withThickness(Float value) Methods inherited from class org.cip4.lib.xjdf.schema.ProductIntent
getAny, getOtherAttributes
-
Field Details
-
surface
-
temperature
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected LaminatingIntent.Temperature temperature -
texture
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String texture -
thickness
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float thickness
-
-
Constructor Details
-
LaminatingIntent
public LaminatingIntent()
-
-
Method Details
-
getSurface
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<Side> getSurface()Gets the value of the surface 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 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- Returns:
- The value of the surface property.
-
getTemperature
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public LaminatingIntent.Temperature getTemperature()Gets the value of the temperature property.- Returns:
- possible object is
LaminatingIntent.Temperature
-
setTemperature
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setTemperature(LaminatingIntent.Temperature value) Sets the value of the temperature property.- Parameters:
value- allowed object isLaminatingIntent.Temperature
-
getTexture
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getTexture()Gets the value of the texture property.- Returns:
- possible object is
String
-
setTexture
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setTexture(String value) Sets the value of the texture property.- Parameters:
value- allowed object isString
-
getThickness
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Float getThickness()Gets the value of the thickness property.- Returns:
- possible object is
Float
-
setThickness
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setThickness(Float value) Sets the value of the thickness property.- Parameters:
value- allowed object isFloat
-
withSurface
-
withSurface
-
withTemperature
-
withTexture
-
withThickness
-
withAny
- Overrides:
withAnyin classProductIntent
-
withAny
- Overrides:
withAnyin classProductIntent
-
equals
- Overrides:
equalsin classProductIntent
-
hashCode
public int hashCode()- Overrides:
hashCodein classProductIntent
-