public class Hole extends ParameterType implements Serializable
Java class for Hole complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Hole">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="Extent" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Shape" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Center" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XYPair |
center |
protected XYPair |
extent |
protected String |
shape |
| Constructor and Description |
|---|
Hole() |
| Modifier and Type | Method and Description |
|---|---|
XYPair |
getCenter()
Gets the value of the center property.
|
XYPair |
getExtent()
Gets the value of the extent property.
|
String |
getShape()
Gets the value of the shape property.
|
void |
setCenter(XYPair value)
Sets the value of the center property.
|
void |
setExtent(XYPair value)
Sets the value of the extent property.
|
void |
setShape(String value)
Sets the value of the shape property.
|
protected XYPair extent
protected String shape
protected XYPair center
public XYPair getExtent()
Stringpublic void setExtent(XYPair value)
value - allowed object is
Stringpublic String getShape()
Stringpublic void setShape(String value)
value - allowed object is
Stringpublic XYPair getCenter()
StringCopyright © 2013. All Rights Reserved.