public class BindingQualityParams 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="PullOutValue" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="FlexValue" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
flexValue |
protected Double |
pullOutValue |
| Constructor and Description |
|---|
BindingQualityParams() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getFlexValue()
Gets the value of the flexValue property.
|
Double |
getPullOutValue()
Gets the value of the pullOutValue property.
|
void |
setFlexValue(Double value)
Sets the value of the flexValue property.
|
void |
setPullOutValue(Double value)
Sets the value of the pullOutValue property.
|
public Double getPullOutValue()
Doublepublic void setPullOutValue(Double value)
value - allowed object is
Doublepublic Double getFlexValue()
DoubleCopyright © 2012. All Rights Reserved.