public class Shape extends ParameterType implements Serializable
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}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Shape" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="CutOut" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="CutType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="DDESCutType" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ShapeDepth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="TeethPerDimension" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="LockOrigins" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="CutPath" type="{http://www.CIP4.org/JDFSchema_2_0}PDFPath" />
<attribute name="Material" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ShapeType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="CutBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
cutBox |
protected Boolean |
cutOut |
protected String |
cutPath |
protected String |
cutType |
protected Integer |
ddesCutType |
protected Boolean |
lockOrigins |
protected String |
material |
protected Double |
shapeDepth |
protected List<Shape> |
shapes |
protected String |
shapeType |
protected Double |
teethPerDimension |
| Constructor and Description |
|---|
Shape() |
| 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.
|
Integer |
getDDESCutType()
Gets the value of the ddesCutType property.
|
Boolean |
getLockOrigins()
Gets the value of the lockOrigins property.
|
String |
getMaterial()
Gets the value of the material property.
|
Double |
getShapeDepth()
Gets the value of the shapeDepth property.
|
List<Shape> |
getShapes()
Gets the value of the shapes 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 |
setDDESCutType(Integer value)
Sets the value of the ddesCutType property.
|
void |
setLockOrigins(Boolean value)
Sets the value of the lockOrigins property.
|
void |
setMaterial(String value)
Sets the value of the material 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 cutType
protected Integer ddesCutType
protected Double shapeDepth
protected Double teethPerDimension
protected Boolean lockOrigins
protected String cutPath
protected String material
protected String shapeType
protected Double cutBox
public List<Shape> getShapes()
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 shapes property.
For example, to add a new item, do as follows:
getShapes().add(newItem);
Objects of the following type(s) are allowed in the list
Shape
public Boolean getCutOut()
Booleanpublic void setCutOut(Boolean value)
value - allowed object is
Booleanpublic String getCutType()
Stringpublic void setCutType(String value)
value - allowed object is
Stringpublic Integer getDDESCutType()
Integerpublic void setDDESCutType(Integer value)
value - allowed object is
Integerpublic Double getShapeDepth()
Doublepublic void setShapeDepth(Double value)
value - allowed object is
Doublepublic Double getTeethPerDimension()
Doublepublic void setTeethPerDimension(Double value)
value - allowed object is
Doublepublic Boolean getLockOrigins()
Booleanpublic void setLockOrigins(Boolean value)
value - allowed object is
Booleanpublic String getCutPath()
Stringpublic void setCutPath(String value)
value - allowed object is
Stringpublic String getMaterial()
Stringpublic void setMaterial(String value)
value - allowed object is
Stringpublic String getShapeType()
Stringpublic void setShapeType(String value)
value - allowed object is
Stringpublic Double getCutBox()
DoubleCopyright © 2012. All Rights Reserved.