public class HoleMakingIntent extends IntentType implements Serializable
Java class for HoleMakingIntent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HoleMakingIntent">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}IntentType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}HoleList" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="HoleReferenceEdge" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Extent" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="HoleType" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XYPair |
extent |
protected List<HoleList> |
holeList |
protected String |
holeReferenceEdge |
protected String |
holeType |
| Constructor and Description |
|---|
HoleMakingIntent() |
| Modifier and Type | Method and Description |
|---|---|
XYPair |
getExtent()
Gets the value of the extent property.
|
List<HoleList> |
getHoleList()
Gets the value of the holeList property.
|
String |
getHoleReferenceEdge()
Gets the value of the holeReferenceEdge property.
|
String |
getHoleType()
Gets the value of the holeType property.
|
void |
setExtent(XYPair value)
Sets the value of the extent property.
|
void |
setHoleReferenceEdge(String value)
Sets the value of the holeReferenceEdge property.
|
void |
setHoleType(String value)
Sets the value of the holeType property.
|
protected String holeReferenceEdge
protected XYPair extent
protected String holeType
public List<HoleList> getHoleList()
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 holeList property.
For example, to add a new item, do as follows:
getHoleList().add(newItem);
Objects of the following type(s) are allowed in the list
HoleList
public String getHoleReferenceEdge()
Stringpublic void setHoleReferenceEdge(String value)
value - allowed object is
Stringpublic XYPair getExtent()
Stringpublic void setExtent(XYPair value)
value - allowed object is
Stringpublic String getHoleType()
StringCopyright © 2013. All Rights Reserved.