public class HoleList extends ParameterType implements 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>
<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"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Hole> |
hole |
protected List<HoleLine> |
holeLine |
| Constructor and Description |
|---|
HoleList() |
public List<Hole> getHole()
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 hole property.
For example, to add a new item, do as follows:
getHole().add(newItem);
Objects of the following type(s) are allowed in the list
Hole
public List<HoleLine> getHoleLine()
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 holeLine property.
For example, to add a new item, do as follows:
getHoleLine().add(newItem);
Objects of the following type(s) are allowed in the list
HoleLine
Copyright © 2013. All Rights Reserved.