public class StripBindingParams extends ParameterType implements java.io.Serializable
Java class for StripBindingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StripBindingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="LengthJDF" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="StripColorDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="StripColor" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="HoleMakingParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
holeMakingParamsRef |
protected java.lang.Double |
lengthJDF |
protected java.lang.String |
stripColor |
protected java.lang.String |
stripColorDetails |
| Constructor and Description |
|---|
StripBindingParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getHoleMakingParamsRef()
Gets the value of the holeMakingParamsRef property.
|
java.lang.Double |
getLengthJDF()
Gets the value of the lengthJDF property.
|
java.lang.String |
getStripColor()
Gets the value of the stripColor property.
|
java.lang.String |
getStripColorDetails()
Gets the value of the stripColorDetails property.
|
void |
setHoleMakingParamsRef(java.lang.Object value)
Sets the value of the holeMakingParamsRef property.
|
void |
setLengthJDF(java.lang.Double value)
Sets the value of the lengthJDF property.
|
void |
setStripColor(java.lang.String value)
Sets the value of the stripColor property.
|
void |
setStripColorDetails(java.lang.String value)
Sets the value of the stripColorDetails property.
|
protected java.lang.Double lengthJDF
protected java.lang.String stripColorDetails
protected java.lang.String stripColor
protected java.lang.Object holeMakingParamsRef
public java.lang.Double getLengthJDF()
Doublepublic void setLengthJDF(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getStripColorDetails()
Stringpublic void setStripColorDetails(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStripColor()
Stringpublic void setStripColor(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.