public class RingBindingParams extends ParameterType implements Serializable
Java class for RingBindingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RingBindingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="ViewBinder" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="BinderColor" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="SpineColor" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="SpineColorDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="BinderColorDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="RingDiameter" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="BinderName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="RingMechanic" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="RivetsExposed" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="BinderMaterial" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="SpineWidth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="RingShape" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="HoleMakingParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
binderColor |
protected String |
binderColorDetails |
protected String |
binderMaterial |
protected String |
binderName |
protected Object |
holeMakingParamsRef |
protected Double |
ringDiameter |
protected Boolean |
ringMechanic |
protected String |
ringShape |
protected Boolean |
rivetsExposed |
protected String |
spineColor |
protected String |
spineColorDetails |
protected Double |
spineWidth |
protected String |
viewBinder |
| Constructor and Description |
|---|
RingBindingParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBinderColor()
Gets the value of the binderColor property.
|
String |
getBinderColorDetails()
Gets the value of the binderColorDetails property.
|
String |
getBinderMaterial()
Gets the value of the binderMaterial property.
|
String |
getBinderName()
Gets the value of the binderName property.
|
Object |
getHoleMakingParamsRef()
Gets the value of the holeMakingParamsRef property.
|
Double |
getRingDiameter()
Gets the value of the ringDiameter property.
|
Boolean |
getRingMechanic()
Gets the value of the ringMechanic property.
|
String |
getRingShape()
Gets the value of the ringShape property.
|
Boolean |
getRivetsExposed()
Gets the value of the rivetsExposed property.
|
String |
getSpineColor()
Gets the value of the spineColor property.
|
String |
getSpineColorDetails()
Gets the value of the spineColorDetails property.
|
Double |
getSpineWidth()
Gets the value of the spineWidth property.
|
String |
getViewBinder()
Gets the value of the viewBinder property.
|
void |
setBinderColor(String value)
Sets the value of the binderColor property.
|
void |
setBinderColorDetails(String value)
Sets the value of the binderColorDetails property.
|
void |
setBinderMaterial(String value)
Sets the value of the binderMaterial property.
|
void |
setBinderName(String value)
Sets the value of the binderName property.
|
void |
setHoleMakingParamsRef(Object value)
Sets the value of the holeMakingParamsRef property.
|
void |
setRingDiameter(Double value)
Sets the value of the ringDiameter property.
|
void |
setRingMechanic(Boolean value)
Sets the value of the ringMechanic property.
|
void |
setRingShape(String value)
Sets the value of the ringShape property.
|
void |
setRivetsExposed(Boolean value)
Sets the value of the rivetsExposed property.
|
void |
setSpineColor(String value)
Sets the value of the spineColor property.
|
void |
setSpineColorDetails(String value)
Sets the value of the spineColorDetails property.
|
void |
setSpineWidth(Double value)
Sets the value of the spineWidth property.
|
void |
setViewBinder(String value)
Sets the value of the viewBinder property.
|
protected String viewBinder
protected String binderColor
protected String spineColor
protected String spineColorDetails
protected String binderColorDetails
protected Double ringDiameter
protected String binderName
protected Boolean ringMechanic
protected Boolean rivetsExposed
protected String binderMaterial
protected Double spineWidth
protected String ringShape
protected Object holeMakingParamsRef
public String getViewBinder()
Stringpublic void setViewBinder(String value)
value - allowed object is
Stringpublic String getBinderColor()
Stringpublic void setBinderColor(String value)
value - allowed object is
Stringpublic String getSpineColor()
Stringpublic void setSpineColor(String value)
value - allowed object is
Stringpublic String getSpineColorDetails()
Stringpublic void setSpineColorDetails(String value)
value - allowed object is
Stringpublic String getBinderColorDetails()
Stringpublic void setBinderColorDetails(String value)
value - allowed object is
Stringpublic Double getRingDiameter()
Doublepublic void setRingDiameter(Double value)
value - allowed object is
Doublepublic String getBinderName()
Stringpublic void setBinderName(String value)
value - allowed object is
Stringpublic Boolean getRingMechanic()
Booleanpublic void setRingMechanic(Boolean value)
value - allowed object is
Booleanpublic Boolean getRivetsExposed()
Booleanpublic void setRivetsExposed(Boolean value)
value - allowed object is
Booleanpublic String getBinderMaterial()
Stringpublic void setBinderMaterial(String value)
value - allowed object is
Stringpublic Double getSpineWidth()
Doublepublic void setSpineWidth(Double value)
value - allowed object is
Doublepublic String getRingShape()
Stringpublic void setRingShape(String value)
value - allowed object is
Stringpublic Object getHoleMakingParamsRef()
ObjectCopyright © 2012. All Rights Reserved.