Class DieLayout

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2022-12-20T17:59:47Z")
    public class DieLayout
    extends SpecificResource
    implements java.io.Serializable

    Java class for DieLayout complex type.

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

    
     <complexType name="DieLayout">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}Device" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}FileSpec" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}Media" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}RuleLength" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}Station" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="CutBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
           <attribute name="CutLines" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
           <attribute name="DieSide">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="Up"/>
                 <enumeration value="Down"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="MediaSide">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="Front"/>
                 <enumeration value="Back"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="Rotated" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="Waste" type="{http://www.w3.org/2001/XMLSchema}float" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • device

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected java.util.List<Device> device
      • fileSpec

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected java.util.List<FileSpec> fileSpec
      • media

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected Media media
      • ruleLength

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected java.util.List<RuleLength> ruleLength
      • station

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected java.util.List<Station> station
      • cutBox

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected Rectangle cutBox
      • cutLines

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected java.util.List<java.lang.String> cutLines
      • dieSide

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected DieLayout.DieSide dieSide
      • mediaSide

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected DieLayout.MediaSide mediaSide
      • rotated

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected java.lang.Boolean rotated
      • waste

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected java.lang.Float waste
    • Constructor Detail

      • DieLayout

        public DieLayout()
    • Method Detail

      • getDevice

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        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.
      • getFileSpec

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public java.util.List<FileSpec> getFileSpec()
        Gets the value of the fileSpec 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 fileSpec property.

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

            getFileSpec().add(newItem);
         

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

        Returns:
        The value of the fileSpec property.
      • getMedia

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public Media getMedia()
        Gets the value of the media property.
        Returns:
        possible object is Media
      • setMedia

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setMedia​(Media value)
        Sets the value of the media property.
        Parameters:
        value - allowed object is Media
      • getRuleLength

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public java.util.List<RuleLength> getRuleLength()
        Gets the value of the ruleLength 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 ruleLength property.

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

            getRuleLength().add(newItem);
         

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

        Returns:
        The value of the ruleLength property.
      • getStation

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public java.util.List<Station> getStation()
        Gets the value of the station 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 station property.

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

            getStation().add(newItem);
         

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

        Returns:
        The value of the station property.
      • getCutBox

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public Rectangle getCutBox()
        Gets the value of the cutBox property.
        Returns:
        possible object is String
      • setCutBox

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setCutBox​(Rectangle value)
        Sets the value of the cutBox property.
        Parameters:
        value - allowed object is String
      • getCutLines

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public java.util.List<java.lang.String> getCutLines()
        Gets the value of the cutLines 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 cutLines property.

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

            getCutLines().add(newItem);
         

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

        Returns:
        The value of the cutLines property.
      • getDieSide

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public DieLayout.DieSide getDieSide()
        Gets the value of the dieSide property.
        Returns:
        possible object is DieLayout.DieSide
      • setDieSide

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setDieSide​(DieLayout.DieSide value)
        Sets the value of the dieSide property.
        Parameters:
        value - allowed object is DieLayout.DieSide
      • getMediaSide

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public DieLayout.MediaSide getMediaSide()
        Gets the value of the mediaSide property.
        Returns:
        possible object is DieLayout.MediaSide
      • setMediaSide

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setMediaSide​(DieLayout.MediaSide value)
        Sets the value of the mediaSide property.
        Parameters:
        value - allowed object is DieLayout.MediaSide
      • isRotated

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public java.lang.Boolean isRotated()
        Gets the value of the rotated property.
        Returns:
        possible object is Boolean
      • setRotated

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setRotated​(java.lang.Boolean value)
        Sets the value of the rotated property.
        Parameters:
        value - allowed object is Boolean
      • getWaste

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public java.lang.Float getWaste()
        Gets the value of the waste property.
        Returns:
        possible object is Float
      • setWaste

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setWaste​(java.lang.Float value)
        Sets the value of the waste property.
        Parameters:
        value - allowed object is Float
      • withDevice

        public DieLayout withDevice​(java.util.Collection<Device> values)
      • withFileSpec

        public DieLayout withFileSpec​(java.util.Collection<FileSpec> values)
      • withRuleLength

        public DieLayout withRuleLength​(java.util.Collection<RuleLength> values)
      • withStation

        public DieLayout withStation​(java.util.Collection<Station> values)
      • withCutLines

        public DieLayout withCutLines​(java.lang.String... values)
      • withCutLines

        public DieLayout withCutLines​(java.util.Collection<java.lang.String> values)
      • withRotated

        public DieLayout withRotated​(java.lang.Boolean value)
      • withWaste

        public DieLayout withWaste​(java.lang.Float value)