public class VerificationParams extends ParameterType implements java.io.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 java.lang.Integer |
fieldRange |
protected java.lang.String |
insertError |
protected java.lang.String |
insertOK |
protected java.lang.Double |
tolerance |
| Constructor and Description |
|---|
VerificationParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getFieldRange()
Gets the value of the fieldRange property.
|
java.lang.String |
getInsertError()
Gets the value of the insertError property.
|
java.lang.String |
getInsertOK()
Gets the value of the insertOK property.
|
java.lang.Double |
getTolerance()
Gets the value of the tolerance property.
|
void |
setFieldRange(java.lang.Integer value)
Sets the value of the fieldRange property.
|
void |
setInsertError(java.lang.String value)
Sets the value of the insertError property.
|
void |
setInsertOK(java.lang.String value)
Sets the value of the insertOK property.
|
void |
setTolerance(java.lang.Double value)
Sets the value of the tolerance property.
|
protected java.lang.String insertError
protected java.lang.Integer fieldRange
protected java.lang.String insertOK
protected java.lang.Double tolerance
public java.lang.String getInsertError()
Stringpublic void setInsertError(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getFieldRange()
Integerpublic void setFieldRange(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getInsertOK()
Stringpublic void setInsertOK(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getTolerance()
Doublepublic void setTolerance(java.lang.Double value)
value - allowed object is
DoubleCopyright © 2012. All Rights Reserved.