public class PlasticCombBindingParams extends ParameterType implements Serializable
Java class for PlasticCombBindingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PlasticCombBindingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="ColorDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Color" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Diameter" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Thickness" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="HoleMakingParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected String |
colorDetails |
protected Double |
diameter |
protected Object |
holeMakingParamsRef |
protected Double |
thickness |
| Constructor and Description |
|---|
PlasticCombBindingParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Gets the value of the color property.
|
String |
getColorDetails()
Gets the value of the colorDetails property.
|
Double |
getDiameter()
Gets the value of the diameter property.
|
Object |
getHoleMakingParamsRef()
Gets the value of the holeMakingParamsRef property.
|
Double |
getThickness()
Gets the value of the thickness property.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setColorDetails(String value)
Sets the value of the colorDetails property.
|
void |
setDiameter(Double value)
Sets the value of the diameter property.
|
void |
setHoleMakingParamsRef(Object value)
Sets the value of the holeMakingParamsRef property.
|
void |
setThickness(Double value)
Sets the value of the thickness property.
|
protected String colorDetails
protected String color
protected Double diameter
protected Double thickness
protected Object holeMakingParamsRef
public String getColorDetails()
Stringpublic void setColorDetails(String value)
value - allowed object is
Stringpublic String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic Double getDiameter()
Doublepublic void setDiameter(Double value)
value - allowed object is
Doublepublic Double getThickness()
Doublepublic void setThickness(Double value)
value - allowed object is
Doublepublic Object getHoleMakingParamsRef()
ObjectCopyright © 2012. All Rights Reserved.