public class GlueLine extends ParameterType implements java.io.Serializable
Java class for GlueLine complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GlueLine">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="GlueBrand" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="RelativeWorkingPath" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="MeltingTemperature" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="RelativeStartPosition" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="GlueType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="GlueLineWidth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="StartPosition" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="AreaGlue" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="GluingPattern" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="WorkingPath" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
areaGlue |
protected java.lang.String |
glueBrand |
protected java.lang.Double |
glueLineWidth |
protected java.lang.String |
glueType |
protected java.util.List<java.lang.Double> |
gluingPatterns |
protected java.lang.Integer |
meltingTemperature |
protected java.util.List<java.lang.Double> |
relativeStartPositions |
protected java.util.List<java.lang.Double> |
relativeWorkingPaths |
protected java.util.List<java.lang.Double> |
startPositions |
protected java.util.List<java.lang.Double> |
workingPaths |
| Constructor and Description |
|---|
GlueLine() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getAreaGlue()
Gets the value of the areaGlue property.
|
java.lang.String |
getGlueBrand()
Gets the value of the glueBrand property.
|
java.lang.Double |
getGlueLineWidth()
Gets the value of the glueLineWidth property.
|
java.lang.String |
getGlueType()
Gets the value of the glueType property.
|
java.util.List<java.lang.Double> |
getGluingPatterns()
Gets the value of the gluingPatterns property.
|
java.lang.Integer |
getMeltingTemperature()
Gets the value of the meltingTemperature property.
|
java.util.List<java.lang.Double> |
getRelativeStartPositions()
Gets the value of the relativeStartPositions property.
|
java.util.List<java.lang.Double> |
getRelativeWorkingPaths()
Gets the value of the relativeWorkingPaths property.
|
java.util.List<java.lang.Double> |
getStartPositions()
Gets the value of the startPositions property.
|
java.util.List<java.lang.Double> |
getWorkingPaths()
Gets the value of the workingPaths property.
|
void |
setAreaGlue(java.lang.Boolean value)
Sets the value of the areaGlue property.
|
void |
setGlueBrand(java.lang.String value)
Sets the value of the glueBrand property.
|
void |
setGlueLineWidth(java.lang.Double value)
Sets the value of the glueLineWidth property.
|
void |
setGlueType(java.lang.String value)
Sets the value of the glueType property.
|
void |
setMeltingTemperature(java.lang.Integer value)
Sets the value of the meltingTemperature property.
|
protected java.lang.String glueBrand
protected java.util.List<java.lang.Double> relativeWorkingPaths
protected java.lang.Integer meltingTemperature
protected java.util.List<java.lang.Double> relativeStartPositions
protected java.lang.String glueType
protected java.lang.Double glueLineWidth
protected java.util.List<java.lang.Double> startPositions
protected java.lang.Boolean areaGlue
protected java.util.List<java.lang.Double> gluingPatterns
protected java.util.List<java.lang.Double> workingPaths
public java.lang.String getGlueBrand()
Stringpublic void setGlueBrand(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Double> getRelativeWorkingPaths()
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 relativeWorkingPaths property.
For example, to add a new item, do as follows:
getRelativeWorkingPaths().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.Integer getMeltingTemperature()
Integerpublic void setMeltingTemperature(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<java.lang.Double> getRelativeStartPositions()
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 relativeStartPositions property.
For example, to add a new item, do as follows:
getRelativeStartPositions().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.String getGlueType()
Stringpublic void setGlueType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getGlueLineWidth()
Doublepublic void setGlueLineWidth(java.lang.Double value)
value - allowed object is
Doublepublic java.util.List<java.lang.Double> getStartPositions()
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 startPositions property.
For example, to add a new item, do as follows:
getStartPositions().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.Boolean getAreaGlue()
Booleanpublic void setAreaGlue(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.util.List<java.lang.Double> getGluingPatterns()
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 gluingPatterns property.
For example, to add a new item, do as follows:
getGluingPatterns().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.util.List<java.lang.Double> getWorkingPaths()
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 workingPaths property.
For example, to add a new item, do as follows:
getWorkingPaths().add(newItem);
Objects of the following type(s) are allowed in the list
Double
Copyright © 2012. All Rights Reserved.