public class HoleMakingParams extends ParameterType implements java.io.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>
<choice>
<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"/>
</choice>
</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 java.lang.String |
centerReference |
protected java.util.List<java.lang.Double> |
centers |
protected java.util.List<java.lang.Double> |
extents |
protected java.util.List<java.lang.Integer> |
holeCounts |
protected java.util.List<HoleLine> |
holeLines |
protected java.util.List<Hole> |
holes |
protected java.util.List<EnumHoleType> |
holeTypes |
protected java.util.List<RegisterMark> |
registerMarks |
protected java.lang.String |
shape |
| Constructor and Description |
|---|
HoleMakingParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCenterReference()
Gets the value of the centerReference property.
|
java.util.List<java.lang.Double> |
getCenters()
Gets the value of the centers property.
|
java.util.List<java.lang.Double> |
getExtents()
Gets the value of the extents property.
|
java.util.List<java.lang.Integer> |
getHoleCounts()
Gets the value of the holeCounts property.
|
java.util.List<HoleLine> |
getHoleLines()
Gets the value of the holeLines property.
|
java.util.List<Hole> |
getHoles()
Gets the value of the holes property.
|
java.util.List<EnumHoleType> |
getHoleTypes()
Gets the value of the holeTypes property.
|
java.util.List<RegisterMark> |
getRegisterMarks()
Gets the value of the registerMarks property.
|
java.lang.String |
getShape()
Gets the value of the shape property.
|
void |
setCenterReference(java.lang.String value)
Sets the value of the centerReference property.
|
void |
setShape(java.lang.String value)
Sets the value of the shape property.
|
protected java.util.List<HoleLine> holeLines
protected java.util.List<Hole> holes
protected java.util.List<RegisterMark> registerMarks
protected java.util.List<java.lang.Integer> holeCounts
protected java.util.List<java.lang.Double> extents
protected java.lang.String shape
protected java.lang.String centerReference
protected java.util.List<java.lang.Double> centers
protected java.util.List<EnumHoleType> holeTypes
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
public java.util.List<RegisterMark> getRegisterMarks()
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 registerMarks property.
For example, to add a new item, do as follows:
getRegisterMarks().add(newItem);
Objects of the following type(s) are allowed in the list
RegisterMark
public java.util.List<java.lang.Integer> getHoleCounts()
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 holeCounts property.
For example, to add a new item, do as follows:
getHoleCounts().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public java.util.List<java.lang.Double> getExtents()
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 extents property.
For example, to add a new item, do as follows:
getExtents().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.String getShape()
Stringpublic void setShape(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCenterReference()
Stringpublic void setCenterReference(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Double> getCenters()
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 centers property.
For example, to add a new item, do as follows:
getCenters().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.util.List<EnumHoleType> getHoleTypes()
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 holeTypes property.
For example, to add a new item, do as follows:
getHoleTypes().add(newItem);
Objects of the following type(s) are allowed in the list
EnumHoleType
Copyright © 2012. All Rights Reserved.