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 XYPair |
gluingPattern |
protected Integer |
meltingTemperature |
protected XYPair |
relativeStartPosition |
protected XYPair |
relativeWorkingPath |
protected XYPair |
startPosition |
protected XYPair |
workingPath |
| Constructor and Description |
|---|
GlueLine() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
XYPair |
getGluingPattern()
Gets the value of the gluingPattern property.
|
Integer |
getMeltingTemperature()
Gets the value of the meltingTemperature property.
|
XYPair |
getRelativeStartPosition()
Gets the value of the relativeStartPosition property.
|
XYPair |
getRelativeWorkingPath()
Gets the value of the relativeWorkingPath property.
|
XYPair |
getStartPosition()
Gets the value of the startPosition property.
|
XYPair |
getWorkingPath()
Gets the value of the workingPath property.
|
Boolean |
isAreaGlue()
Gets the value of the areaGlue 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 |
setGluingPattern(XYPair value)
Sets the value of the gluingPattern property.
|
void |
setMeltingTemperature(Integer value)
Sets the value of the meltingTemperature property.
|
void |
setRelativeStartPosition(XYPair value)
Sets the value of the relativeStartPosition property.
|
void |
setRelativeWorkingPath(XYPair value)
Sets the value of the relativeWorkingPath property.
|
void |
setStartPosition(XYPair value)
Sets the value of the startPosition property.
|
void |
setWorkingPath(XYPair value)
Sets the value of the workingPath property.
|
protected String glueBrand
protected XYPair relativeWorkingPath
protected Integer meltingTemperature
protected XYPair relativeStartPosition
protected String glueType
protected Double glueLineWidth
protected XYPair startPosition
protected Boolean areaGlue
protected XYPair gluingPattern
protected XYPair workingPath
public String getGlueBrand()
Stringpublic void setGlueBrand(String value)
value - allowed object is
Stringpublic XYPair getRelativeWorkingPath()
Stringpublic void setRelativeWorkingPath(XYPair value)
value - allowed object is
Stringpublic Integer getMeltingTemperature()
Integerpublic void setMeltingTemperature(Integer value)
value - allowed object is
Integerpublic XYPair getRelativeStartPosition()
Stringpublic void setRelativeStartPosition(XYPair value)
value - allowed object is
Stringpublic String getGlueType()
Stringpublic void setGlueType(String value)
value - allowed object is
Stringpublic Double getGlueLineWidth()
Doublepublic void setGlueLineWidth(Double value)
value - allowed object is
Doublepublic XYPair getStartPosition()
Stringpublic void setStartPosition(XYPair value)
value - allowed object is
Stringpublic Boolean isAreaGlue()
Booleanpublic void setAreaGlue(Boolean value)
value - allowed object is
Booleanpublic XYPair getGluingPattern()
Stringpublic void setGluingPattern(XYPair value)
value - allowed object is
Stringpublic XYPair getWorkingPath()
StringCopyright © 2013. All Rights Reserved.