public class BindingQualityParams
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="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 java.lang.Double |
flexValue |
protected java.lang.Double |
pullOutValue |
| Constructor and Description |
|---|
BindingQualityParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getFlexValue()
Gets the value of the flexValue property.
|
java.lang.Double |
getPullOutValue()
Gets the value of the pullOutValue property.
|
void |
setFlexValue(java.lang.Double value)
Sets the value of the flexValue property.
|
void |
setPullOutValue(java.lang.Double value)
Sets the value of the pullOutValue property.
|
protected java.lang.Double pullOutValue
protected java.lang.Double flexValue
public java.lang.Double getPullOutValue()
Doublepublic void setPullOutValue(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getFlexValue()
Doublepublic void setFlexValue(java.lang.Double value)
value - allowed object is
DoubleCopyright © 2012. All Rights Reserved.