public class GlueLine extends ParameterType implements 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 Boolean |
areaGlue |
protected String |
glueBrand |
protected Double |
glueLineWidth |
protected String |
glueType |
protected List<Double> |
gluingPatterns |
protected Integer |
meltingTemperature |
protected List<Double> |
relativeStartPositions |
protected List<Double> |
relativeWorkingPaths |
protected List<Double> |
startPositions |
protected List<Double> |
workingPaths |
| Constructor and Description |
|---|
GlueLine() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAreaGlue()
Gets the value of the areaGlue property.
|
String |
getGlueBrand()
Gets the value of the glueBrand property.
|
Double |
getGlueLineWidth()
Gets the value of the glueLineWidth property.
|
String |
getGlueType()
Gets the value of the glueType property.
|
List<Double> |
getGluingPatterns()
Gets the value of the gluingPatterns property.
|
Integer |
getMeltingTemperature()
Gets the value of the meltingTemperature property.
|
List<Double> |
getRelativeStartPositions()
Gets the value of the relativeStartPositions property.
|
List<Double> |
getRelativeWorkingPaths()
Gets the value of the relativeWorkingPaths property.
|
List<Double> |
getStartPositions()
Gets the value of the startPositions property.
|
List<Double> |
getWorkingPaths()
Gets the value of the workingPaths property.
|
void |
setAreaGlue(Boolean value)
Sets the value of the areaGlue property.
|
void |
setGlueBrand(String value)
Sets the value of the glueBrand property.
|
void |
setGlueLineWidth(Double value)
Sets the value of the glueLineWidth property.
|
void |
setGlueType(String value)
Sets the value of the glueType property.
|
void |
setMeltingTemperature(Integer value)
Sets the value of the meltingTemperature property.
|
protected String glueBrand
protected Integer meltingTemperature
protected String glueType
protected Double glueLineWidth
protected Boolean areaGlue
public String getGlueBrand()
Stringpublic void setGlueBrand(String value)
value - allowed object is
Stringpublic List<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 Integer getMeltingTemperature()
Integerpublic void setMeltingTemperature(Integer value)
value - allowed object is
Integerpublic List<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 String getGlueType()
Stringpublic void setGlueType(String value)
value - allowed object is
Stringpublic Double getGlueLineWidth()
Doublepublic void setGlueLineWidth(Double value)
value - allowed object is
Doublepublic List<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 Boolean getAreaGlue()
Booleanpublic void setAreaGlue(Boolean value)
value - allowed object is
Booleanpublic List<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 List<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.