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:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public class LaminatingIntent extends ProductIntent implements java.io.SerializableJava 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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLaminatingIntent.TemperatureJava class for null
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Side>surfaceprotected LaminatingIntent.Temperaturetemperatureprotected java.lang.Stringtextureprotected java.lang.Floatthickness-
Fields inherited from class org.cip4.lib.xjdf.schema.ProductIntent
any
-
-
Constructor Summary
Constructors Constructor Description LaminatingIntent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.util.List<Side>getSurface()Gets the value of the surface property.LaminatingIntent.TemperaturegetTemperature()Gets the value of the temperature property.java.lang.StringgetTexture()Gets the value of the texture property.java.lang.FloatgetThickness()Gets the value of the thickness property.inthashCode()voidsetTemperature(LaminatingIntent.Temperature value)Sets the value of the temperature property.voidsetTexture(java.lang.String value)Sets the value of the texture property.voidsetThickness(java.lang.Float value)Sets the value of the thickness property.LaminatingIntentwithAny(java.lang.Object... values)LaminatingIntentwithAny(java.util.Collection<java.lang.Object> values)LaminatingIntentwithSurface(java.util.Collection<Side> values)LaminatingIntentwithSurface(Side... values)LaminatingIntentwithTemperature(LaminatingIntent.Temperature value)LaminatingIntentwithTexture(java.lang.String value)LaminatingIntentwithThickness(java.lang.Float value)-
Methods inherited from class org.cip4.lib.xjdf.schema.ProductIntent
getAny, getOtherAttributes
-
-
-
-
Field Detail
-
surface
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.util.List<Side> surface
-
temperature
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected LaminatingIntent.Temperature temperature
-
texture
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.String texture
-
thickness
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.Float thickness
-
-
Method Detail
-
getSurface
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.util.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="2024-07-01T15:04:08Z") 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="2024-07-01T15:04:08Z") 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="2024-07-01T15:04:08Z") public java.lang.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="2024-07-01T15:04:08Z") public void setTexture(java.lang.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="2024-07-01T15:04:08Z") public java.lang.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="2024-07-01T15:04:08Z") public void setThickness(java.lang.Float value)Sets the value of the thickness property.- Parameters:
value- allowed object isFloat
-
withSurface
public LaminatingIntent withSurface(Side... values)
-
withSurface
public LaminatingIntent withSurface(java.util.Collection<Side> values)
-
withTemperature
public LaminatingIntent withTemperature(LaminatingIntent.Temperature value)
-
withTexture
public LaminatingIntent withTexture(java.lang.String value)
-
withThickness
public LaminatingIntent withThickness(java.lang.Float value)
-
withAny
public LaminatingIntent withAny(java.lang.Object... values)
- Overrides:
withAnyin classProductIntent
-
withAny
public LaminatingIntent withAny(java.util.Collection<java.lang.Object> values)
- Overrides:
withAnyin classProductIntent
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classProductIntent
-
hashCode
public int hashCode()
- Overrides:
hashCodein classProductIntent
-
-