Class GluingParams

  • 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 GluingParams
    extends SpecificResource
    implements java.io.Serializable

    Java class for GluingParams complex type.

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

    
     <complexType name="GluingParams">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}Glue" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="GluingProductionID" type="{http://www.w3.org/2001/XMLSchema}string" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • glue

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

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

      • GluingParams

        public GluingParams()
    • Method Detail

      • getGlue

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

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

            getGlue().add(newItem);
         

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

        Returns:
        The value of the glue property.
      • getGluingProductionID

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.String getGluingProductionID()
        Gets the value of the gluingProductionID property.
        Returns:
        possible object is String
      • setGluingProductionID

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setGluingProductionID​(java.lang.String value)
        Sets the value of the gluingProductionID property.
        Parameters:
        value - allowed object is String
      • withGlue

        public GluingParams withGlue​(java.util.Collection<Glue> values)
      • withGluingProductionID

        public GluingParams withGluingProductionID​(java.lang.String value)