public class Shape extends ParameterType implements java.io.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 java.lang.Double |
cutBox |
protected java.lang.Boolean |
cutOut |
protected java.lang.String |
cutPath |
protected java.lang.String |
cutType |
protected java.lang.Integer |
ddesCutType |
protected java.lang.Boolean |
lockOrigins |
protected java.lang.String |
material |
protected java.lang.Double |
shapeDepth |
protected java.util.List<Shape> |
shapes |
protected java.lang.String |
shapeType |
protected java.lang.Double |
teethPerDimension |
| Constructor and Description |
|---|
Shape() |
| 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.Integer |
getDDESCutType()
Gets the value of the ddesCutType property.
|
java.lang.Boolean |
getLockOrigins()
Gets the value of the lockOrigins property.
|
java.lang.String |
getMaterial()
Gets the value of the material property.
|
java.lang.Double |
getShapeDepth()
Gets the value of the shapeDepth property.
|
java.util.List<Shape> |
getShapes()
Gets the value of the shapes 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 |
setDDESCutType(java.lang.Integer value)
Sets the value of the ddesCutType property.
|
void |
setLockOrigins(java.lang.Boolean value)
Sets the value of the lockOrigins property.
|
void |
setMaterial(java.lang.String value)
Sets the value of the material 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.util.List<Shape> shapes
protected java.lang.Boolean cutOut
protected java.lang.String cutType
protected java.lang.Integer ddesCutType
protected java.lang.Double shapeDepth
protected java.lang.Double teethPerDimension
protected java.lang.Boolean lockOrigins
protected java.lang.String cutPath
protected java.lang.String material
protected java.lang.String shapeType
protected java.lang.Double cutBox
public java.util.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 java.lang.Boolean getCutOut()
Booleanpublic void setCutOut(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getCutType()
Stringpublic void setCutType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getDDESCutType()
Integerpublic void setDDESCutType(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Double getShapeDepth()
Doublepublic void setShapeDepth(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getTeethPerDimension()
Doublepublic void setTeethPerDimension(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Boolean getLockOrigins()
Booleanpublic void setLockOrigins(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.String getMaterial()
Stringpublic void setMaterial(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getShapeType()
Stringpublic void setShapeType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getCutBox()
Doublepublic void setCutBox(java.lang.Double value)
value - allowed object is
DoubleCopyright © 2012. All Rights Reserved.