Class ShapeCuttingParams

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

    Java class for ShapeCuttingParams complex type.

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

    
     <complexType name="ShapeCuttingParams">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}Shape" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="DeliveryMode">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="FullSheet"/>
                 <enumeration value="RemoveGripperMargin"/>
                 <enumeration value="SeparateBlanks"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="DieLayoutRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
           <attribute name="ModuleID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="SheetLay" type="{http://www.CIP4.org/JDFSchema_2_0}SheetLay" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • shape

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

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected ShapeCuttingParams.DeliveryMode deliveryMode
      • dieLayout

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

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

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

      • ShapeCuttingParams

        public ShapeCuttingParams()
    • Method Detail

      • getShape

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

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

            getShape().add(newItem);
         

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

        Returns:
        The value of the shape property.
      • getDieLayout

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

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

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

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

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

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