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,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.6",
date="2022-12-18T20:00:09Z")
public class LaminatingIntent
extends ProductIntent
implements 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.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 TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets 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()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) 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 v2.3.6", date="2022-12-18T20:00:09Z") protected LaminatingIntent.Temperature temperature -
texture
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String texture -
thickness
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float thickness
-
-
Constructor Details
-
LaminatingIntent
public LaminatingIntent()
-
-
Method Details
-
getSurface
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 -
getTemperature
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classProductIntent
-
equals
- Overrides:
equalsin classProductIntent
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classProductIntent
-
hashCode
public int hashCode()- Overrides:
hashCodein classProductIntent
-