public class VerificationField extends PMMLObject implements HasExtensions
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">
<sequence>
<element ref="{http://www.dmg.org/PMML-4_2}Extension" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="field" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="column" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="precision" type="{http://www.w3.org/2001/XMLSchema}double" default="1E-6" />
<attribute name="zeroThreshold" type="{http://www.w3.org/2001/XMLSchema}double" default="1E-16" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
column |
protected java.util.List<Extension> |
extensions |
protected java.lang.String |
field |
protected java.lang.Double |
precision |
protected java.lang.Double |
zeroThreshold |
| Constructor and Description |
|---|
VerificationField() |
VerificationField(java.lang.String field) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
java.lang.String |
getColumn()
Gets the value of the column property.
|
java.util.List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
java.lang.String |
getField()
Gets the value of the field property.
|
double |
getPrecision()
Gets the value of the precision property.
|
double |
getZeroThreshold()
Gets the value of the zeroThreshold property.
|
boolean |
hasExtensions() |
void |
setColumn(java.lang.String value)
Sets the value of the column property.
|
void |
setField(java.lang.String value)
Sets the value of the field property.
|
void |
setPrecision(java.lang.Double value)
Sets the value of the precision property.
|
void |
setZeroThreshold(java.lang.Double value)
Sets the value of the zeroThreshold property.
|
VerificationField |
withColumn(java.lang.String value) |
VerificationField |
withExtensions(java.util.Collection<Extension> values) |
VerificationField |
withExtensions(Extension... values) |
VerificationField |
withField(java.lang.String value) |
VerificationField |
withPrecision(java.lang.Double value) |
VerificationField |
withZeroThreshold(java.lang.Double value) |
getLocator, setLocatorprotected java.lang.String field
protected java.lang.String column
protected java.lang.Double precision
protected java.lang.Double zeroThreshold
protected java.util.List<Extension> extensions
public VerificationField()
public VerificationField(java.lang.String field)
public java.lang.String getField()
Stringpublic void setField(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getColumn()
Stringpublic void setColumn(java.lang.String value)
value - allowed object is
Stringpublic double getPrecision()
Doublepublic void setPrecision(java.lang.Double value)
value - allowed object is
Doublepublic double getZeroThreshold()
Doublepublic void setZeroThreshold(java.lang.Double value)
value - allowed object is
Doublepublic java.util.List<Extension> getExtensions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the extensions property.
For example, to add a new item, do as follows:
getExtensions().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
getExtensions in interface HasExtensionspublic VerificationField withField(java.lang.String value)
public VerificationField withColumn(java.lang.String value)
public VerificationField withPrecision(java.lang.Double value)
public VerificationField withZeroThreshold(java.lang.Double value)
public VerificationField withExtensions(Extension... values)
public VerificationField withExtensions(java.util.Collection<Extension> values)
public boolean hasExtensions()
hasExtensions in interface HasExtensionspublic VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.