public class ShapeCut
extends java.lang.Object
implements java.io.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="CutOut" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="CutPath" type="{http://www.CIP4.org/JDFSchema_2_0}PDFPath" />
<attribute name="Pages" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRangeList" />
<attribute name="CutBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="ShapeType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Material" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="CutType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="TeethPerDimension" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ShapeDepth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Double |
cutBox |
protected java.lang.Boolean |
cutOut |
protected java.lang.String |
cutPath |
protected java.lang.String |
cutType |
protected java.lang.String |
material |
protected java.lang.Integer |
pages |
protected java.lang.Double |
shapeDepth |
protected java.lang.String |
shapeType |
protected java.lang.Double |
teethPerDimension |
| Constructor and Description |
|---|
ShapeCut() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getCutBox()
Gets the value of the cutBox property.
|
java.lang.Boolean |
getCutOut()
Gets the value of the cutOut property.
|
java.lang.String |
getCutPath()
Gets the value of the cutPath property.
|
java.lang.String |
getCutType()
Gets the value of the cutType property.
|
java.lang.String |
getMaterial()
Gets the value of the material property.
|
java.lang.Integer |
getPages()
Gets the value of the pages property.
|
java.lang.Double |
getShapeDepth()
Gets the value of the shapeDepth property.
|
java.lang.String |
getShapeType()
Gets the value of the shapeType property.
|
java.lang.Double |
getTeethPerDimension()
Gets the value of the teethPerDimension property.
|
void |
setCutBox(java.lang.Double 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 |
setCutType(java.lang.String value)
Sets the value of the cutType property.
|
void |
setMaterial(java.lang.String value)
Sets the value of the material property.
|
void |
setPages(java.lang.Integer value)
Sets the value of the pages property.
|
void |
setShapeDepth(java.lang.Double value)
Sets the value of the shapeDepth property.
|
void |
setShapeType(java.lang.String value)
Sets the value of the shapeType property.
|
void |
setTeethPerDimension(java.lang.Double value)
Sets the value of the teethPerDimension property.
|
protected java.lang.Boolean cutOut
protected java.lang.String cutPath
protected java.lang.Integer pages
protected java.lang.Double cutBox
protected java.lang.String shapeType
protected java.lang.String material
protected java.lang.String cutType
protected java.lang.Double teethPerDimension
protected java.lang.Double shapeDepth
public java.lang.Boolean getCutOut()
Booleanpublic void setCutOut(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getCutPath()
Stringpublic void setCutPath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getPages()
Integerpublic void setPages(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Double getCutBox()
Doublepublic void setCutBox(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getShapeType()
Stringpublic void setShapeType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMaterial()
Stringpublic void setMaterial(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCutType()
Stringpublic void setCutType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getTeethPerDimension()
Doublepublic void setTeethPerDimension(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getShapeDepth()
Doublepublic void setShapeDepth(java.lang.Double value)
value - allowed object is
DoubleCopyright © 2012. All Rights Reserved.