Class ShapeCuttingParams

java.lang.Object
org.cip4.lib.xjdf.schema.SpecificResource
org.cip4.lib.xjdf.schema.ShapeCuttingParams
All Implemented Interfaces:
Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public class ShapeCuttingParams extends SpecificResource implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

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:
  • Field Details

    • shape

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<Shape> shape
    • deliveryMode

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected ShapeCuttingParams.DeliveryMode deliveryMode
    • dieLayout

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Resource dieLayout
    • moduleID

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String moduleID
    • sheetLay

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected SheetLay sheetLay
  • Constructor Details

    • ShapeCuttingParams

      public ShapeCuttingParams()
  • Method Details

    • getShape

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 JAXB 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

    • getDeliveryMode

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public ShapeCuttingParams.DeliveryMode getDeliveryMode()
      Gets the value of the deliveryMode property.
      Returns:
      possible object is ShapeCuttingParams.DeliveryMode
    • setDeliveryMode

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setDeliveryMode(ShapeCuttingParams.DeliveryMode value)
      Sets the value of the deliveryMode property.
      Parameters:
      value - allowed object is ShapeCuttingParams.DeliveryMode
    • getDieLayout

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setModuleID(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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setSheetLay(SheetLay value)
      Sets the value of the sheetLay property.
      Parameters:
      value - allowed object is SheetLay
    • withShape

      public ShapeCuttingParams withShape(Shape... values)
    • withShape

      public ShapeCuttingParams withShape(Collection<Shape> values)
    • withDeliveryMode

      public ShapeCuttingParams withDeliveryMode(ShapeCuttingParams.DeliveryMode value)
    • withDieLayout

      public ShapeCuttingParams withDieLayout(Resource value)
    • withModuleID

      public ShapeCuttingParams withModuleID(String value)
    • withSheetLay

      public ShapeCuttingParams withSheetLay(SheetLay value)
    • equals

      public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
      Specified by:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      Overrides:
      equals in class SpecificResource
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class SpecificResource
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      Overrides:
      hashCode in class SpecificResource
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class SpecificResource