public class WireCombBindingParams extends ParameterType implements Serializable
Java class for WireCombBindingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WireCombBindingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="FlipBackCover" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="Shape" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<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="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 Boolean |
flipBackCover |
protected Object |
holeMakingParamsRef |
protected String |
material |
protected String |
shape |
protected Double |
thickness |
| Constructor and Description |
|---|
WireCombBindingParams() |
| 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.
|
String |
getShape()
Gets the value of the shape property.
|
Double |
getThickness()
Gets the value of the thickness property.
|
Boolean |
isFlipBackCover()
Gets the value of the flipBackCover 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 |
setFlipBackCover(Boolean value)
Sets the value of the flipBackCover property.
|
void |
setHoleMakingParamsRef(Object value)
Sets the value of the holeMakingParamsRef property.
|
void |
setMaterial(String value)
Sets the value of the material property.
|
void |
setShape(String value)
Sets the value of the shape property.
|
void |
setThickness(Double value)
Sets the value of the thickness property.
|
protected Boolean flipBackCover
protected String shape
protected String colorDetails
protected String color
protected Double diameter
protected Double thickness
protected String material
protected Object holeMakingParamsRef
public Boolean isFlipBackCover()
Booleanpublic void setFlipBackCover(Boolean value)
value - allowed object is
Booleanpublic String getShape()
Stringpublic void setShape(String value)
value - allowed object is
Stringpublic 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 String getMaterial()
Stringpublic void setMaterial(String value)
value - allowed object is
Stringpublic Object getHoleMakingParamsRef()
ObjectCopyright © 2012. All Rights Reserved.