@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public class Shape
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for Shape complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Shape">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
<attribute name="CutBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="CutOut" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="CutPath" type="{http://www.CIP4.org/JDFSchema_2_0}PDFPath" />
<attribute name="DDESCutType" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ShapeDepth" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="ShapeType" use="required">
<simpleType>
<restriction base="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN">
<enumeration value="Path"/>
<enumeration value="Rectangular"/>
<enumeration value="Round"/>
<enumeration value="RoundedRectangle"/>
</restriction>
</simpleType>
</attribute>
<attribute name="TeethPerDimension" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Shape.ShapeType
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected Rectangle |
cutBox |
protected java.lang.Boolean |
cutOut |
protected java.lang.String |
cutPath |
protected java.lang.Integer |
ddesCutType |
protected java.lang.Float |
shapeDepth |
protected Shape.ShapeType |
shapeType |
protected java.lang.Float |
teethPerDimension |
| Constructor and Description |
|---|
Shape() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
Rectangle |
getCutBox()
Gets the value of the cutBox property.
|
java.lang.String |
getCutPath()
Gets the value of the cutPath property.
|
java.lang.Integer |
getDDESCutType()
Gets the value of the ddesCutType property.
|
java.lang.Float |
getShapeDepth()
Gets the value of the shapeDepth property.
|
Shape.ShapeType |
getShapeType()
Gets the value of the shapeType property.
|
java.lang.Float |
getTeethPerDimension()
Gets the value of the teethPerDimension property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
java.lang.Boolean |
isCutOut()
Gets the value of the cutOut property.
|
void |
setCutBox(Rectangle value)
Sets the value of the cutBox property.
|
void |
setCutOut(java.lang.Boolean value)
Sets the value of the cutOut property.
|
void |
setCutPath(java.lang.String value)
Sets the value of the cutPath property.
|
void |
setDDESCutType(java.lang.Integer value)
Sets the value of the ddesCutType property.
|
void |
setShapeDepth(java.lang.Float value)
Sets the value of the shapeDepth property.
|
void |
setShapeType(Shape.ShapeType value)
Sets the value of the shapeType property.
|
void |
setTeethPerDimension(java.lang.Float value)
Sets the value of the teethPerDimension property.
|
Shape |
withCutBox(Rectangle value) |
Shape |
withCutOut(java.lang.Boolean value) |
Shape |
withCutPath(java.lang.String value) |
Shape |
withDDESCutType(java.lang.Integer value) |
Shape |
withShapeDepth(java.lang.Float value) |
Shape |
withShapeType(Shape.ShapeType value) |
Shape |
withTeethPerDimension(java.lang.Float value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected Rectangle cutBox
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean cutOut
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String cutPath
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer ddesCutType
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float shapeDepth
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected Shape.ShapeType shapeType
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float teethPerDimension
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public Rectangle getCutBox()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setCutBox(Rectangle value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isCutOut()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setCutOut(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getCutPath()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setCutPath(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getDDESCutType()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setDDESCutType(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getShapeDepth()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setShapeDepth(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public Shape.ShapeType getShapeType()
Shape.ShapeType@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setShapeType(Shape.ShapeType value)
value - allowed object is
Shape.ShapeType@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getTeethPerDimension()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setTeethPerDimension(java.lang.Float value)
value - allowed object is
Floatpublic Shape withCutOut(java.lang.Boolean value)
public Shape withCutPath(java.lang.String value)
public Shape withDDESCutType(java.lang.Integer value)
public Shape withShapeDepth(java.lang.Float value)
public Shape withShapeType(Shape.ShapeType value)
public Shape withTeethPerDimension(java.lang.Float value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class SpecificResourcepublic int hashCode()
hashCode in class SpecificResource