public class ScavengerArea extends ParameterType implements Serializable
Java class for ScavengerArea complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScavengerArea">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="Rotation" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Size" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Center" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="SeparationNames" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XYPair |
center |
protected Double |
rotation |
protected List<String> |
separationNames |
protected XYPair |
size |
| Constructor and Description |
|---|
ScavengerArea() |
| Modifier and Type | Method and Description |
|---|---|
XYPair |
getCenter()
Gets the value of the center property.
|
Double |
getRotation()
Gets the value of the rotation property.
|
List<String> |
getSeparationNames()
Gets the value of the separationNames property.
|
XYPair |
getSize()
Gets the value of the size property.
|
void |
setCenter(XYPair value)
Sets the value of the center property.
|
void |
setRotation(Double value)
Sets the value of the rotation property.
|
void |
setSize(XYPair value)
Sets the value of the size property.
|
protected Double rotation
protected XYPair size
protected XYPair center
public Double getRotation()
Doublepublic void setRotation(Double value)
value - allowed object is
Doublepublic XYPair getSize()
Stringpublic void setSize(XYPair value)
value - allowed object is
Stringpublic XYPair getCenter()
Stringpublic void setCenter(XYPair value)
value - allowed object is
Stringpublic List<String> getSeparationNames()
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 separationNames property.
For example, to add a new item, do as follows:
getSeparationNames().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2013. All Rights Reserved.