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