Class ConvertingConfig

  • 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 ConvertingConfig
    extends java.lang.Object
    implements java.io.Serializable

    Java class for anonymous complex type.

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

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}CutBlock" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}Device" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}Media" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="MarginBottom" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="MarginLeft" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="MarginRight" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="MarginTop" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="SheetHeightMax" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="SheetHeightMin" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="SheetWidthMax" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="SheetWidthMin" type="{http://www.w3.org/2001/XMLSchema}float" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • cutBlock

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

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

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

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

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

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

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

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

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

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

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

      • ConvertingConfig

        public ConvertingConfig()
    • Method Detail

      • getCutBlock

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

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

            getCutBlock().add(newItem);
         

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

        Returns:
        The value of the cutBlock property.
      • getDevice

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

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

            getDevice().add(newItem);
         

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

        Returns:
        The value of the device property.
      • getMedia

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

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

            getMedia().add(newItem);
         

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

        Returns:
        The value of the media property.
      • getMarginBottom

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-21T00:11:33Z")
        public java.util.Map<javax.xml.namespace.QName,​java.lang.String> getOtherAttributes()
        Gets a map that contains attributes that aren't bound to any typed property on this class.

        the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

        Returns:
        always non-null
      • withMarginBottom

        public ConvertingConfig withMarginBottom​(java.lang.Float value)
      • withMarginLeft

        public ConvertingConfig withMarginLeft​(java.lang.Float value)
      • withMarginRight

        public ConvertingConfig withMarginRight​(java.lang.Float value)
      • withMarginTop

        public ConvertingConfig withMarginTop​(java.lang.Float value)
      • withSheetHeightMax

        public ConvertingConfig withSheetHeightMax​(java.lang.Float value)
      • withSheetHeightMin

        public ConvertingConfig withSheetHeightMin​(java.lang.Float value)
      • withSheetWidthMax

        public ConvertingConfig withSheetWidthMax​(java.lang.Float value)
      • withSheetWidthMin

        public ConvertingConfig withSheetWidthMin​(java.lang.Float value)
      • equals

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

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object