public class StripBindingParams extends ParameterType implements 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 Object |
holeMakingParamsRef |
protected Double |
lengthJDF |
protected String |
stripColor |
protected String |
stripColorDetails |
| Constructor and Description |
|---|
StripBindingParams() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getHoleMakingParamsRef()
Gets the value of the holeMakingParamsRef property.
|
Double |
getLengthJDF()
Gets the value of the lengthJDF property.
|
String |
getStripColor()
Gets the value of the stripColor property.
|
String |
getStripColorDetails()
Gets the value of the stripColorDetails property.
|
void |
setHoleMakingParamsRef(Object value)
Sets the value of the holeMakingParamsRef property.
|
void |
setLengthJDF(Double value)
Sets the value of the lengthJDF property.
|
void |
setStripColor(String value)
Sets the value of the stripColor property.
|
void |
setStripColorDetails(String value)
Sets the value of the stripColorDetails property.
|
protected Double lengthJDF
protected String stripColorDetails
protected String stripColor
protected Object holeMakingParamsRef
public Double getLengthJDF()
Doublepublic void setLengthJDF(Double value)
value - allowed object is
Doublepublic String getStripColorDetails()
Stringpublic void setStripColorDetails(String value)
value - allowed object is
Stringpublic String getStripColor()
Stringpublic void setStripColor(String value)
value - allowed object is
Stringpublic Object getHoleMakingParamsRef()
ObjectCopyright © 2012. All Rights Reserved.