Class ColorIntent

  • 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 ColorIntent
    extends ProductIntent
    implements java.io.Serializable

    Java class for ColorIntent complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="ColorIntent">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}ProductIntent">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}SurfaceColor" maxOccurs="2" minOccurs="0"/>
           </sequence>
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • surfaceColor

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

      • ColorIntent

        public ColorIntent()
    • Method Detail

      • getSurfaceColor

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.util.List<SurfaceColor> getSurfaceColor()
        Gets the value of the surfaceColor 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 surfaceColor property.

        For example, to add a new item, do as follows:

            getSurfaceColor().add(newItem);
         

        Objects of the following type(s) are allowed in the list SurfaceColor

        Returns:
        The value of the surfaceColor property.
      • equals

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