public class RegisterMark extends ParameterType implements Serializable
Java class for RegisterMark complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegisterMark">
<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="MarkUsage" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Center" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="MarkType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="SeparationNames" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Double> |
centers |
protected List<String> |
markTypes |
protected String |
markUsage |
protected Double |
rotation |
protected List<String> |
separationNames |
| Constructor and Description |
|---|
RegisterMark() |
| Modifier and Type | Method and Description |
|---|---|
List<Double> |
getCenters()
Gets the value of the centers property.
|
List<String> |
getMarkTypes()
Gets the value of the markTypes property.
|
String |
getMarkUsage()
Gets the value of the markUsage property.
|
Double |
getRotation()
Gets the value of the rotation property.
|
List<String> |
getSeparationNames()
Gets the value of the separationNames property.
|
void |
setMarkUsage(String value)
Sets the value of the markUsage property.
|
void |
setRotation(Double value)
Sets the value of the rotation property.
|
public Double getRotation()
Doublepublic void setRotation(Double value)
value - allowed object is
Doublepublic String getMarkUsage()
Stringpublic void setMarkUsage(String value)
value - allowed object is
Stringpublic List<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 List<String> getMarkTypes()
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 markTypes property.
For example, to add a new item, do as follows:
getMarkTypes().add(newItem);
Objects of the following type(s) are allowed in the list
String
public 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 © 2012. All Rights Reserved.