public class HoleLine extends ParameterType implements Serializable
Java class for HoleLine complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HoleLine">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Hole" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="Pitch" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Hole> |
holes |
protected Double |
pitch |
| Constructor and Description |
|---|
HoleLine() |
public List<Hole> getHoles()
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 holes property.
For example, to add a new item, do as follows:
getHoles().add(newItem);
Objects of the following type(s) are allowed in the list
Hole
public Double getPitch()
DoubleCopyright © 2012. All Rights Reserved.