public class CoilBindingParams extends ParameterType implements Serializable
Java class for CoilBindingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CoilBindingParams">
<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="Tucked" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<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="Material" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<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 String |
material |
protected Double |
thickness |
protected Boolean |
tucked |
| Constructor and Description |
|---|
CoilBindingParams() |
| 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.
|
String |
getMaterial()
Gets the value of the material property.
|
Double |
getThickness()
Gets the value of the thickness property.
|
Boolean |
isTucked()
Gets the value of the tucked 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 |
setMaterial(String value)
Sets the value of the material property.
|
void |
setThickness(Double value)
Sets the value of the thickness property.
|
void |
setTucked(Boolean value)
Sets the value of the tucked property.
|
protected String colorDetails
protected Boolean tucked
protected String color
protected Double diameter
protected Double thickness
protected String material
protected Object holeMakingParamsRef
public String getColorDetails()
Stringpublic void setColorDetails(String value)
value - allowed object is
Stringpublic Boolean isTucked()
Booleanpublic void setTucked(Boolean value)
value - allowed object is
Booleanpublic 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 String getMaterial()
Stringpublic void setMaterial(String value)
value - allowed object is
Stringpublic Object getHoleMakingParamsRef()
ObjectCopyright © 2012. All Rights Reserved.