Class AssemblingIntent

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2023-01-02T18:51:33Z")
    public class AssemblingIntent
    extends ProductIntent
    implements java.io.Serializable

    Java class for AssemblingIntent complex type.

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

    
     <complexType name="AssemblingIntent">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}ProductIntent">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}AssemblyItem" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}BindIn" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}BlowIn" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}StickOn" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="Container" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • assemblyItem

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.util.List<AssemblyItem> assemblyItem
      • bindIn

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.util.List<BindIn> bindIn
      • blowIn

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.util.List<BlowIn> blowIn
      • stickOn

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.util.List<StickOn> stickOn
      • container

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected Product container
    • Constructor Detail

      • AssemblingIntent

        public AssemblingIntent()
    • Method Detail

      • getAssemblyItem

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.util.List<AssemblyItem> getAssemblyItem()
        Gets the value of the assemblyItem 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 assemblyItem property.

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

            getAssemblyItem().add(newItem);
         

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

        Returns:
        The value of the assemblyItem property.
      • getBindIn

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.util.List<BindIn> getBindIn()
        Gets the value of the bindIn 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 bindIn property.

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

            getBindIn().add(newItem);
         

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

        Returns:
        The value of the bindIn property.
      • getBlowIn

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.util.List<BlowIn> getBlowIn()
        Gets the value of the blowIn 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 blowIn property.

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

            getBlowIn().add(newItem);
         

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

        Returns:
        The value of the blowIn property.
      • getStickOn

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.util.List<StickOn> getStickOn()
        Gets the value of the stickOn 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 stickOn property.

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

            getStickOn().add(newItem);
         

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

        Returns:
        The value of the stickOn property.
      • getContainer

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public Product getContainer()
        Gets the value of the container property.
        Returns:
        possible object is Object
      • setContainer

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setContainer​(Product value)
        Sets the value of the container property.
        Parameters:
        value - allowed object is Object
      • equals

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