public class WireCombBindingParams extends ParameterType implements java.io.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 java.lang.String |
color |
protected java.lang.String |
colorDetails |
protected java.lang.Double |
diameter |
protected java.lang.Boolean |
flipBackCover |
protected java.lang.Object |
holeMakingParamsRef |
protected java.lang.String |
material |
protected java.lang.String |
shape |
protected java.lang.Double |
thickness |
| Constructor and Description |
|---|
WireCombBindingParams() |
| 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.Boolean |
getFlipBackCover()
Gets the value of the flipBackCover 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.String |
getShape()
Gets the value of the shape property.
|
java.lang.Double |
getThickness()
Gets the value of the thickness 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 |
setFlipBackCover(java.lang.Boolean value)
Sets the value of the flipBackCover 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 |
setShape(java.lang.String value)
Sets the value of the shape property.
|
void |
setThickness(java.lang.Double value)
Sets the value of the thickness property.
|
protected java.lang.Boolean flipBackCover
protected java.lang.String shape
protected java.lang.String colorDetails
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.Boolean getFlipBackCover()
Booleanpublic void setFlipBackCover(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getShape()
Stringpublic void setShape(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getColorDetails()
Stringpublic void setColorDetails(java.lang.String value)
value - allowed object is
Stringpublic 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.