public class HoleMakingParams extends ParameterType implements Serializable
Java class for HoleMakingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HoleMakingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}RegisterMark" maxOccurs="unbounded" minOccurs="0"/>
<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>
<attribute name="HoleCount" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
<attribute name="Extent" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Shape" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="CenterReference" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Center" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="HoleType">
<simpleType>
<list itemType="{http://www.CIP4.org/JDFSchema_2_0}EnumHoleType" />
</simpleType>
</attribute>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XYPair |
center |
protected String |
centerReference |
protected XYPair |
extent |
protected List<Hole> |
hole |
protected IntegerList |
holeCount |
protected List<HoleLine> |
holeLine |
protected List<EnumHoleType> |
holeType |
protected List<RegisterMark> |
registerMark |
protected String |
shape |
| Constructor and Description |
|---|
HoleMakingParams() |
| Modifier and Type | Method and Description |
|---|---|
XYPair |
getCenter()
Gets the value of the center property.
|
String |
getCenterReference()
Gets the value of the centerReference property.
|
XYPair |
getExtent()
Gets the value of the extent property.
|
List<Hole> |
getHole()
Gets the value of the hole property.
|
IntegerList |
getHoleCount()
Gets the value of the holeCount property.
|
List<HoleLine> |
getHoleLine()
Gets the value of the holeLine property.
|
List<EnumHoleType> |
getHoleType()
Gets the value of the holeType property.
|
List<RegisterMark> |
getRegisterMark()
Gets the value of the registerMark property.
|
String |
getShape()
Gets the value of the shape property.
|
void |
setCenter(XYPair value)
Sets the value of the center property.
|
void |
setCenterReference(String value)
Sets the value of the centerReference property.
|
void |
setExtent(XYPair value)
Sets the value of the extent property.
|
void |
setHoleCount(IntegerList value)
Sets the value of the holeCount property.
|
void |
setShape(String value)
Sets the value of the shape property.
|
protected List<RegisterMark> registerMark
protected IntegerList holeCount
protected XYPair extent
protected String shape
protected String centerReference
protected XYPair center
protected List<EnumHoleType> holeType
public List<RegisterMark> getRegisterMark()
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 registerMark property.
For example, to add a new item, do as follows:
getRegisterMark().add(newItem);
Objects of the following type(s) are allowed in the list
RegisterMark
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
public IntegerList getHoleCount()
Stringpublic void setHoleCount(IntegerList value)
value - allowed object is
Stringpublic XYPair getExtent()
Stringpublic void setExtent(XYPair value)
value - allowed object is
Stringpublic String getShape()
Stringpublic void setShape(String value)
value - allowed object is
Stringpublic String getCenterReference()
Stringpublic void setCenterReference(String value)
value - allowed object is
Stringpublic XYPair getCenter()
Stringpublic void setCenter(XYPair value)
value - allowed object is
Stringpublic List<EnumHoleType> getHoleType()
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 holeType property.
For example, to add a new item, do as follows:
getHoleType().add(newItem);
Objects of the following type(s) are allowed in the list
EnumHoleType
Copyright © 2013. All Rights Reserved.