Class DieLayoutProductionParams

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2022-12-21T00:11:33Z")
    public class DieLayoutProductionParams
    extends SpecificResource
    implements java.io.Serializable

    Java class for DieLayoutProductionParams complex type.

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

    
     <complexType name="DieLayoutProductionParams">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}ConvertingConfig" maxOccurs="unbounded"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}RepeatDesc" maxOccurs="unbounded"/>
           </sequence>
           <attribute name="Estimate" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="Position" type="{http://www.CIP4.org/JDFSchema_2_0}Anchor" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • convertingConfig

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.util.List<ConvertingConfig> convertingConfig
      • repeatDesc

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.util.List<RepeatDesc> repeatDesc
      • estimate

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected java.lang.Boolean estimate
      • position

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        protected Anchor position
    • Constructor Detail

      • DieLayoutProductionParams

        public DieLayoutProductionParams()
    • Method Detail

      • getConvertingConfig

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.util.List<ConvertingConfig> getConvertingConfig()
        Gets the value of the convertingConfig 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 convertingConfig property.

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

            getConvertingConfig().add(newItem);
         

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

        Returns:
        The value of the convertingConfig property.
      • getRepeatDesc

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.util.List<RepeatDesc> getRepeatDesc()
        Gets the value of the repeatDesc 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 repeatDesc property.

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

            getRepeatDesc().add(newItem);
         

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

        Returns:
        The value of the repeatDesc property.
      • isEstimate

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.lang.Boolean isEstimate()
        Gets the value of the estimate property.
        Returns:
        possible object is Boolean
      • setEstimate

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setEstimate​(java.lang.Boolean value)
        Sets the value of the estimate property.
        Parameters:
        value - allowed object is Boolean
      • getPosition

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public Anchor getPosition()
        Gets the value of the position property.
        Returns:
        possible object is Anchor
      • setPosition

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public void setPosition​(Anchor value)
        Sets the value of the position property.
        Parameters:
        value - allowed object is Anchor