public class RingBinding extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="RivetsExposed" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="RingShape" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="ViewBinder" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="RingDiameter" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="HoleType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="BinderBrand" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="RingMechanic" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="BinderMaterial" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
binderBrand |
protected String |
binderMaterial |
protected String |
holeType |
protected Double |
ringDiameter |
protected Boolean |
ringMechanic |
protected String |
ringShape |
protected Boolean |
rivetsExposed |
protected String |
viewBinder |
| Constructor and Description |
|---|
RingBinding() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBinderBrand()
Gets the value of the binderBrand property.
|
String |
getBinderMaterial()
Gets the value of the binderMaterial property.
|
String |
getHoleType()
Gets the value of the holeType property.
|
Double |
getRingDiameter()
Gets the value of the ringDiameter property.
|
String |
getRingShape()
Gets the value of the ringShape property.
|
String |
getViewBinder()
Gets the value of the viewBinder property.
|
Boolean |
isRingMechanic()
Gets the value of the ringMechanic property.
|
Boolean |
isRivetsExposed()
Gets the value of the rivetsExposed property.
|
void |
setBinderBrand(String value)
Sets the value of the binderBrand property.
|
void |
setBinderMaterial(String value)
Sets the value of the binderMaterial property.
|
void |
setHoleType(String value)
Sets the value of the holeType 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 |
setViewBinder(String value)
Sets the value of the viewBinder property.
|
protected Boolean rivetsExposed
protected String ringShape
protected String viewBinder
protected Double ringDiameter
protected String holeType
protected String binderBrand
protected Boolean ringMechanic
protected String binderMaterial
public Boolean isRivetsExposed()
Booleanpublic void setRivetsExposed(Boolean value)
value - allowed object is
Booleanpublic String getRingShape()
Stringpublic void setRingShape(String value)
value - allowed object is
Stringpublic String getViewBinder()
Stringpublic void setViewBinder(String value)
value - allowed object is
Stringpublic Double getRingDiameter()
Doublepublic void setRingDiameter(Double value)
value - allowed object is
Doublepublic String getHoleType()
Stringpublic void setHoleType(String value)
value - allowed object is
Stringpublic String getBinderBrand()
Stringpublic void setBinderBrand(String value)
value - allowed object is
Stringpublic Boolean isRingMechanic()
Booleanpublic void setRingMechanic(Boolean value)
value - allowed object is
Booleanpublic String getBinderMaterial()
StringCopyright © 2012. All Rights Reserved.