public class LabelingParams extends ParameterType implements java.io.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 java.lang.String |
application |
protected java.util.List<java.lang.Double> |
ctms |
protected java.lang.String |
position |
| Constructor and Description |
|---|
LabelingParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApplication()
Gets the value of the application property.
|
java.util.List<java.lang.Double> |
getCTMS()
Gets the value of the ctms property.
|
java.lang.String |
getPosition()
Gets the value of the position property.
|
void |
setApplication(java.lang.String value)
Sets the value of the application property.
|
void |
setPosition(java.lang.String value)
Sets the value of the position property.
|
protected java.util.List<java.lang.Double> ctms
protected java.lang.String position
protected java.lang.String application
public java.util.List<java.lang.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 java.lang.String getPosition()
Stringpublic void setPosition(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getApplication()
Stringpublic void setApplication(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.