public class RingBinding
extends java.lang.Object
implements java.io.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 java.lang.String |
binderBrand |
protected java.lang.String |
binderMaterial |
protected java.lang.String |
holeType |
protected java.lang.Double |
ringDiameter |
protected java.lang.Boolean |
ringMechanic |
protected java.lang.String |
ringShape |
protected java.lang.Boolean |
rivetsExposed |
protected java.lang.String |
viewBinder |
| Constructor and Description |
|---|
RingBinding() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBinderBrand()
Gets the value of the binderBrand property.
|
java.lang.String |
getBinderMaterial()
Gets the value of the binderMaterial property.
|
java.lang.String |
getHoleType()
Gets the value of the holeType property.
|
java.lang.Double |
getRingDiameter()
Gets the value of the ringDiameter property.
|
java.lang.Boolean |
getRingMechanic()
Gets the value of the ringMechanic property.
|
java.lang.String |
getRingShape()
Gets the value of the ringShape property.
|
java.lang.Boolean |
getRivetsExposed()
Gets the value of the rivetsExposed property.
|
java.lang.String |
getViewBinder()
Gets the value of the viewBinder property.
|
void |
setBinderBrand(java.lang.String value)
Sets the value of the binderBrand property.
|
void |
setBinderMaterial(java.lang.String value)
Sets the value of the binderMaterial property.
|
void |
setHoleType(java.lang.String value)
Sets the value of the holeType property.
|
void |
setRingDiameter(java.lang.Double value)
Sets the value of the ringDiameter property.
|
void |
setRingMechanic(java.lang.Boolean value)
Sets the value of the ringMechanic property.
|
void |
setRingShape(java.lang.String value)
Sets the value of the ringShape property.
|
void |
setRivetsExposed(java.lang.Boolean value)
Sets the value of the rivetsExposed property.
|
void |
setViewBinder(java.lang.String value)
Sets the value of the viewBinder property.
|
protected java.lang.Boolean rivetsExposed
protected java.lang.String ringShape
protected java.lang.String viewBinder
protected java.lang.Double ringDiameter
protected java.lang.String holeType
protected java.lang.String binderBrand
protected java.lang.Boolean ringMechanic
protected java.lang.String binderMaterial
public java.lang.Boolean getRivetsExposed()
Booleanpublic void setRivetsExposed(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getRingShape()
Stringpublic void setRingShape(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getViewBinder()
Stringpublic void setViewBinder(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getRingDiameter()
Doublepublic void setRingDiameter(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getHoleType()
Stringpublic void setHoleType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBinderBrand()
Stringpublic void setBinderBrand(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getRingMechanic()
Booleanpublic void setRingMechanic(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getBinderMaterial()
Stringpublic void setBinderMaterial(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.