Class LaminatingIntent

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.2",
               date="2023-07-17T18:40:39Z")
    public class LaminatingIntent
    extends ProductIntent
    implements java.io.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:
    Serialized Form
    • Field Detail

      • surface

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.util.List<Side> surface
      • temperature

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected LaminatingIntent.Temperature temperature
      • texture

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.String texture
      • thickness

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.Float thickness
    • Constructor Detail

      • LaminatingIntent

        public LaminatingIntent()
    • Method Detail

      • getSurface

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        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 Jakarta XML Binding 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

        Returns:
        The value of the surface property.
      • setTemperature

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        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 v4.0.2",
                   date="2023-07-17T18:40:39Z")
        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.2",
                   date="2023-07-17T18:40:39Z")
        public void setTexture​(java.lang.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 v4.0.2",
                   date="2023-07-17T18:40:39Z")
        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.2",
                   date="2023-07-17T18:40:39Z")
        public void setThickness​(java.lang.Float value)
        Sets the value of the thickness property.
        Parameters:
        value - allowed object is Float
      • withThickness

        public LaminatingIntent withThickness​(java.lang.Float value)
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class ProductIntent