public class HoleLine extends ParameterType implements java.io.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 java.util.List<Hole> |
holes |
protected java.lang.Double |
pitch |
| Constructor and Description |
|---|
HoleLine() |
protected java.util.List<Hole> holes
protected java.lang.Double pitch
public java.util.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 java.lang.Double getPitch()
Doublepublic void setPitch(java.lang.Double value)
value - allowed object is
DoubleCopyright © 2012. All Rights Reserved.