public class Hole extends ParameterType implements java.io.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 java.util.List<java.lang.Double> |
centers |
protected java.util.List<java.lang.Double> |
extents |
protected java.lang.String |
shape |
| Constructor and Description |
|---|
Hole() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Double> |
getCenters()
Gets the value of the centers property.
|
java.util.List<java.lang.Double> |
getExtents()
Gets the value of the extents property.
|
java.lang.String |
getShape()
Gets the value of the shape property.
|
void |
setShape(java.lang.String value)
Sets the value of the shape property.
|
protected java.util.List<java.lang.Double> extents
protected java.lang.String shape
protected java.util.List<java.lang.Double> centers
public java.util.List<java.lang.Double> getExtents()
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 extents property.
For example, to add a new item, do as follows:
getExtents().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.String getShape()
Stringpublic void setShape(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Double> getCenters()
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 centers property.
For example, to add a new item, do as follows:
getCenters().add(newItem);
Objects of the following type(s) are allowed in the list
Double
Copyright © 2012. All Rights Reserved.