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:
  • Field Details

    • surface

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<Side> 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 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

    • 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 is LaminatingIntent.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 is String
    • 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 is Float
    • withSurface

      public LaminatingIntent withSurface(Side... values)
    • withSurface

      public LaminatingIntent withSurface(Collection<Side> values)
    • withTemperature

      public LaminatingIntent withTemperature(LaminatingIntent.Temperature value)
    • withTexture

      public LaminatingIntent withTexture(String value)
    • withThickness

      public LaminatingIntent withThickness(Float value)
    • withAny

      public LaminatingIntent withAny(Object... values)
      Overrides:
      withAny in class ProductIntent
    • withAny

      public LaminatingIntent withAny(Collection<Object> values)
      Overrides:
      withAny in class ProductIntent
    • 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:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      Overrides:
      equals in class ProductIntent
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class ProductIntent
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      Overrides:
      hashCode in class ProductIntent
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class ProductIntent