public class LabelingParams extends ParameterType implements Serializable
Java class for LabelingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LabelingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="CTM" type="{http://www.CIP4.org/JDFSchema_2_0}matrix" />
<attribute name="Position" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Application" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
application |
protected List<Double> |
ctms |
protected String |
position |
| Constructor and Description |
|---|
LabelingParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplication()
Gets the value of the application property.
|
List<Double> |
getCTMS()
Gets the value of the ctms property.
|
String |
getPosition()
Gets the value of the position property.
|
void |
setApplication(String value)
Sets the value of the application property.
|
void |
setPosition(String value)
Sets the value of the position property.
|
public List<Double> getCTMS()
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 ctms property.
For example, to add a new item, do as follows:
getCTMS().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public String getPosition()
Stringpublic void setPosition(String value)
value - allowed object is
Stringpublic String getApplication()
StringCopyright © 2012. All Rights Reserved.