public class ShapeCut 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="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 Double |
cutBox |
protected Boolean |
cutOut |
protected String |
cutPath |
protected String |
cutType |
protected String |
material |
protected Integer |
pages |
protected Double |
shapeDepth |
protected String |
shapeType |
protected Double |
teethPerDimension |
| Constructor and Description |
|---|
ShapeCut() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getCutBox()
Gets the value of the cutBox property.
|
Boolean |
getCutOut()
Gets the value of the cutOut property.
|
String |
getCutPath()
Gets the value of the cutPath property.
|
String |
getCutType()
Gets the value of the cutType property.
|
String |
getMaterial()
Gets the value of the material property.
|
Integer |
getPages()
Gets the value of the pages property.
|
Double |
getShapeDepth()
Gets the value of the shapeDepth property.
|
String |
getShapeType()
Gets the value of the shapeType property.
|
Double |
getTeethPerDimension()
Gets the value of the teethPerDimension property.
|
void |
setCutBox(Double value)
Sets the value of the cutBox property.
|
void |
setCutOut(Boolean value)
Sets the value of the cutOut property.
|
void |
setCutPath(String value)
Sets the value of the cutPath property.
|
void |
setCutType(String value)
Sets the value of the cutType property.
|
void |
setMaterial(String value)
Sets the value of the material property.
|
void |
setPages(Integer value)
Sets the value of the pages property.
|
void |
setShapeDepth(Double value)
Sets the value of the shapeDepth property.
|
void |
setShapeType(String value)
Sets the value of the shapeType property.
|
void |
setTeethPerDimension(Double value)
Sets the value of the teethPerDimension property.
|
protected Boolean cutOut
protected String cutPath
protected Integer pages
protected Double cutBox
protected String shapeType
protected String material
protected String cutType
protected Double teethPerDimension
protected Double shapeDepth
public Boolean getCutOut()
Booleanpublic void setCutOut(Boolean value)
value - allowed object is
Booleanpublic String getCutPath()
Stringpublic void setCutPath(String value)
value - allowed object is
Stringpublic Integer getPages()
Integerpublic void setPages(Integer value)
value - allowed object is
Integerpublic Double getCutBox()
Doublepublic void setCutBox(Double value)
value - allowed object is
Doublepublic String getShapeType()
Stringpublic void setShapeType(String value)
value - allowed object is
Stringpublic String getMaterial()
Stringpublic void setMaterial(String value)
value - allowed object is
Stringpublic String getCutType()
Stringpublic void setCutType(String value)
value - allowed object is
Stringpublic Double getTeethPerDimension()
Doublepublic void setTeethPerDimension(Double value)
value - allowed object is
Doublepublic Double getShapeDepth()
DoubleCopyright © 2012. All Rights Reserved.