public class VerificationParams extends ParameterType implements Serializable
Java class for VerificationParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VerificationParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="InsertError" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="FieldRange" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRangeList" />
<attribute name="InsertOK" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Tolerance" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
fieldRange |
protected String |
insertError |
protected String |
insertOK |
protected Double |
tolerance |
| Constructor and Description |
|---|
VerificationParams() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getFieldRange()
Gets the value of the fieldRange property.
|
String |
getInsertError()
Gets the value of the insertError property.
|
String |
getInsertOK()
Gets the value of the insertOK property.
|
Double |
getTolerance()
Gets the value of the tolerance property.
|
void |
setFieldRange(Integer value)
Sets the value of the fieldRange property.
|
void |
setInsertError(String value)
Sets the value of the insertError property.
|
void |
setInsertOK(String value)
Sets the value of the insertOK property.
|
void |
setTolerance(Double value)
Sets the value of the tolerance property.
|
protected String insertError
protected Integer fieldRange
protected String insertOK
protected Double tolerance
public String getInsertError()
Stringpublic void setInsertError(String value)
value - allowed object is
Stringpublic Integer getFieldRange()
Integerpublic void setFieldRange(Integer value)
value - allowed object is
Integerpublic String getInsertOK()
Stringpublic void setInsertOK(String value)
value - allowed object is
Stringpublic Double getTolerance()
DoubleCopyright © 2012. All Rights Reserved.