public class VerificationField extends PMMLObject implements HasExtensions, Indexable<FieldName>
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.dmg.org/PMML-4_2}FIELD-NAME" />
<attribute name="column" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="precision" type="{http://www.dmg.org/PMML-4_2}NUMBER" default="1E-6" />
<attribute name="zeroThreshold" type="{http://www.dmg.org/PMML-4_2}NUMBER" default="1E-16" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
VerificationField() |
VerificationField(FieldName field) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
VerificationField |
addExtensions(Extension... extensions) |
String |
getColumn()
Gets the value of the column property.
|
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
FieldName |
getField()
Gets the value of the field property.
|
FieldName |
getKey() |
Double |
getPrecision()
Gets the value of the precision property.
|
Double |
getZeroThreshold()
Gets the value of the zeroThreshold property.
|
boolean |
hasExtensions() |
VerificationField |
setColumn(String column)
Sets the value of the column property.
|
VerificationField |
setField(FieldName field)
Sets the value of the field property.
|
VerificationField |
setPrecision(Double precision)
Sets the value of the precision property.
|
VerificationField |
setZeroThreshold(Double zeroThreshold)
Sets the value of the zeroThreshold property.
|
getLocator, setLocatorpublic VerificationField()
public VerificationField(FieldName field)
public FieldName getField()
Stringpublic VerificationField setField(FieldName field)
field - allowed object is
Stringpublic String getColumn()
Stringpublic VerificationField setColumn(String column)
column - allowed object is
Stringpublic Double getPrecision()
Doublepublic VerificationField setPrecision(Double precision)
precision - allowed object is
Doublepublic Double getZeroThreshold()
Doublepublic VerificationField setZeroThreshold(Double zeroThreshold)
zeroThreshold - allowed object is
Doublepublic 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 FieldName getKey()
public boolean hasExtensions()
hasExtensions in interface HasExtensionspublic VerificationField addExtensions(Extension... extensions)
public VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.