public class ModelVerification 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"/>
<element ref="{http://www.dmg.org/PMML-4_2}VerificationFields"/>
<element ref="{http://www.dmg.org/PMML-4_2}InlineTable"/>
</sequence>
<attribute name="recordCount" type="{http://www.dmg.org/PMML-4_2}INT-NUMBER" />
<attribute name="fieldCount" type="{http://www.dmg.org/PMML-4_2}INT-NUMBER" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ModelVerification() |
ModelVerification(VerificationFields verificationFields,
InlineTable inlineTable) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
ModelVerification |
addExtensions(Extension... extensions) |
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
Integer |
getFieldCount()
Gets the value of the fieldCount property.
|
InlineTable |
getInlineTable()
Gets the value of the inlineTable property.
|
Integer |
getRecordCount()
Gets the value of the recordCount property.
|
VerificationFields |
getVerificationFields()
Gets the value of the verificationFields property.
|
boolean |
hasExtensions() |
ModelVerification |
setFieldCount(Integer fieldCount)
Sets the value of the fieldCount property.
|
ModelVerification |
setInlineTable(InlineTable inlineTable)
Sets the value of the inlineTable property.
|
ModelVerification |
setRecordCount(Integer recordCount)
Sets the value of the recordCount property.
|
ModelVerification |
setVerificationFields(VerificationFields verificationFields)
Sets the value of the verificationFields property.
|
getLocator, setLocatorpublic ModelVerification()
public ModelVerification(VerificationFields verificationFields, InlineTable inlineTable)
public Integer getRecordCount()
Stringpublic ModelVerification setRecordCount(Integer recordCount)
recordCount - allowed object is
Stringpublic Integer getFieldCount()
Stringpublic ModelVerification setFieldCount(Integer fieldCount)
fieldCount - allowed object is
Stringpublic 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 VerificationFields getVerificationFields()
VerificationFieldspublic ModelVerification setVerificationFields(VerificationFields verificationFields)
verificationFields - allowed object is
VerificationFieldspublic InlineTable getInlineTable()
InlineTablepublic ModelVerification setInlineTable(InlineTable inlineTable)
inlineTable - allowed object is
InlineTablepublic boolean hasExtensions()
hasExtensions in interface HasExtensionspublic ModelVerification addExtensions(Extension... extensions)
public VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.