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>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Extension> |
extensions |
protected java.lang.Integer |
fieldCount |
protected InlineTable |
inlineTable |
protected java.lang.Integer |
recordCount |
protected VerificationFields |
verificationFields |
| Constructor and Description |
|---|
ModelVerification() |
ModelVerification(VerificationFields verificationFields,
InlineTable inlineTable) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
java.util.List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
java.lang.Integer |
getFieldCount()
Gets the value of the fieldCount property.
|
InlineTable |
getInlineTable()
Gets the value of the inlineTable property.
|
java.lang.Integer |
getRecordCount()
Gets the value of the recordCount property.
|
VerificationFields |
getVerificationFields()
Gets the value of the verificationFields property.
|
boolean |
hasExtensions() |
void |
setFieldCount(java.lang.Integer value)
Sets the value of the fieldCount property.
|
void |
setInlineTable(InlineTable value)
Sets the value of the inlineTable property.
|
void |
setRecordCount(java.lang.Integer value)
Sets the value of the recordCount property.
|
void |
setVerificationFields(VerificationFields value)
Sets the value of the verificationFields property.
|
ModelVerification |
withExtensions(java.util.Collection<Extension> values) |
ModelVerification |
withExtensions(Extension... values) |
ModelVerification |
withFieldCount(java.lang.Integer value) |
ModelVerification |
withInlineTable(InlineTable value) |
ModelVerification |
withRecordCount(java.lang.Integer value) |
ModelVerification |
withVerificationFields(VerificationFields value) |
getLocator, setLocatorprotected java.lang.Integer recordCount
protected java.lang.Integer fieldCount
protected java.util.List<Extension> extensions
protected VerificationFields verificationFields
protected InlineTable inlineTable
public ModelVerification()
public ModelVerification(VerificationFields verificationFields, InlineTable inlineTable)
public java.lang.Integer getRecordCount()
Stringpublic void setRecordCount(java.lang.Integer value)
value - allowed object is
Stringpublic java.lang.Integer getFieldCount()
Stringpublic void setFieldCount(java.lang.Integer value)
value - allowed object is
Stringpublic 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 VerificationFields getVerificationFields()
VerificationFieldspublic void setVerificationFields(VerificationFields value)
value - allowed object is
VerificationFieldspublic InlineTable getInlineTable()
InlineTablepublic void setInlineTable(InlineTable value)
value - allowed object is
InlineTablepublic ModelVerification withRecordCount(java.lang.Integer value)
public ModelVerification withFieldCount(java.lang.Integer value)
public ModelVerification withExtensions(Extension... values)
public ModelVerification withExtensions(java.util.Collection<Extension> values)
public ModelVerification withVerificationFields(VerificationFields value)
public ModelVerification withInlineTable(InlineTable value)
public boolean hasExtensions()
hasExtensions in interface HasExtensionspublic VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.