public class CoilBindingParams extends ParameterType implements java.io.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 java.lang.String |
color |
protected java.lang.String |
colorDetails |
protected java.lang.Double |
diameter |
protected java.lang.Object |
holeMakingParamsRef |
protected java.lang.String |
material |
protected java.lang.Double |
thickness |
protected java.lang.Boolean |
tucked |
| Constructor and Description |
|---|
CoilBindingParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColor()
Gets the value of the color property.
|
java.lang.String |
getColorDetails()
Gets the value of the colorDetails property.
|
java.lang.Double |
getDiameter()
Gets the value of the diameter property.
|
java.lang.Object |
getHoleMakingParamsRef()
Gets the value of the holeMakingParamsRef property.
|
java.lang.String |
getMaterial()
Gets the value of the material property.
|
java.lang.Double |
getThickness()
Gets the value of the thickness property.
|
java.lang.Boolean |
getTucked()
Gets the value of the tucked property.
|
void |
setColor(java.lang.String value)
Sets the value of the color property.
|
void |
setColorDetails(java.lang.String value)
Sets the value of the colorDetails property.
|
void |
setDiameter(java.lang.Double value)
Sets the value of the diameter property.
|
void |
setHoleMakingParamsRef(java.lang.Object value)
Sets the value of the holeMakingParamsRef property.
|
void |
setMaterial(java.lang.String value)
Sets the value of the material property.
|
void |
setThickness(java.lang.Double value)
Sets the value of the thickness property.
|
void |
setTucked(java.lang.Boolean value)
Sets the value of the tucked property.
|
protected java.lang.String colorDetails
protected java.lang.Boolean tucked
protected java.lang.String color
protected java.lang.Double diameter
protected java.lang.Double thickness
protected java.lang.String material
protected java.lang.Object holeMakingParamsRef
public java.lang.String getColorDetails()
Stringpublic void setColorDetails(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getTucked()
Booleanpublic void setTucked(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getColor()
Stringpublic void setColor(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getDiameter()
Doublepublic void setDiameter(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getThickness()
Doublepublic void setThickness(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getMaterial()
Stringpublic void setMaterial(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getHoleMakingParamsRef()
Objectpublic void setHoleMakingParamsRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.