Class Shape

java.lang.Object
org.cip4.lib.xjdf.schema.Shape
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public class Shape extends Object implements 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">
       <attribute name="CutBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
       <attribute name="CutOut" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="CutPath" type="{http://www.CIP4.org/JDFSchema_2_0}PDFPath" />
       <attribute name="DDESCutType" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="ShapeDepth" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="ShapeType" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
             <enumeration value="Path"/>
             <enumeration value="Rectangular"/>
             <enumeration value="Round"/>
             <enumeration value="RoundedRectangle"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="TeethPerDimension" type="{http://www.w3.org/2001/XMLSchema}float" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • cutBox

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Rectangle cutBox
    • cutOut

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Boolean cutOut
    • cutPath

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String cutPath
    • ddesCutType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Integer ddesCutType
    • shapeDepth

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float shapeDepth
    • shapeType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Shape.ShapeType shapeType
    • teethPerDimension

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float teethPerDimension
  • Constructor Details

    • Shape

      public Shape()
  • Method Details

    • getCutBox

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") public void setCutBox(Rectangle value)
      Sets the value of the cutBox property.
      Parameters:
      value - allowed object is String
    • isCutOut

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Boolean isCutOut()
      Gets the value of the cutOut property.
      Returns:
      possible object is Boolean
    • setCutOut

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setCutOut(Boolean value)
      Sets the value of the cutOut property.
      Parameters:
      value - allowed object is Boolean
    • getCutPath

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getCutPath()
      Gets the value of the cutPath property.
      Returns:
      possible object is String
    • setCutPath

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setCutPath(String value)
      Sets the value of the cutPath property.
      Parameters:
      value - allowed object is String
    • getDDESCutType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Integer getDDESCutType()
      Gets the value of the ddesCutType property.
      Returns:
      possible object is Integer
    • setDDESCutType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setDDESCutType(Integer value)
      Sets the value of the ddesCutType property.
      Parameters:
      value - allowed object is Integer
    • getShapeDepth

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Float getShapeDepth()
      Gets the value of the shapeDepth property.
      Returns:
      possible object is Float
    • setShapeDepth

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setShapeDepth(Float value)
      Sets the value of the shapeDepth property.
      Parameters:
      value - allowed object is Float
    • getShapeType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Shape.ShapeType getShapeType()
      Gets the value of the shapeType property.
      Returns:
      possible object is Shape.ShapeType
    • setShapeType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setShapeType(Shape.ShapeType value)
      Sets the value of the shapeType property.
      Parameters:
      value - allowed object is Shape.ShapeType
    • getTeethPerDimension

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Float getTeethPerDimension()
      Gets the value of the teethPerDimension property.
      Returns:
      possible object is Float
    • setTeethPerDimension

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setTeethPerDimension(Float value)
      Sets the value of the teethPerDimension property.
      Parameters:
      value - allowed object is Float
    • getOtherAttributes

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Map<QName,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
    • withCutBox

      public Shape withCutBox(Rectangle value)
    • withCutOut

      public Shape withCutOut(Boolean value)
    • withCutPath

      public Shape withCutPath(String value)
    • withDDESCutType

      public Shape withDDESCutType(Integer value)
    • withShapeDepth

      public Shape withShapeDepth(Float value)
    • withShapeType

      public Shape withShapeType(Shape.ShapeType value)
    • withTeethPerDimension

      public Shape withTeethPerDimension(Float value)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object