public class MatCell extends PMMLObject
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="row" use="required" type="{http://www.dmg.org/PMML-4_2}INT-NUMBER" />
<attribute name="col" use="required" type="{http://www.dmg.org/PMML-4_2}INT-NUMBER" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
col |
protected java.lang.Integer |
row |
protected java.lang.String |
value |
| Constructor and Description |
|---|
MatCell() |
MatCell(java.lang.Integer row,
java.lang.Integer col,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
java.lang.Integer |
getCol()
Gets the value of the col property.
|
java.lang.Integer |
getRow()
Gets the value of the row property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
void |
setCol(java.lang.Integer value)
Sets the value of the col property.
|
void |
setRow(java.lang.Integer value)
Sets the value of the row property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
MatCell |
withCol(java.lang.Integer value) |
MatCell |
withRow(java.lang.Integer value) |
MatCell |
withValue(java.lang.String value) |
getLocator, setLocatorprotected java.lang.Integer row
protected java.lang.Integer col
protected java.lang.String value
public MatCell()
public MatCell(java.lang.Integer row,
java.lang.Integer col,
java.lang.String value)
public java.lang.Integer getRow()
Stringpublic void setRow(java.lang.Integer value)
value - allowed object is
Stringpublic java.lang.Integer getCol()
Stringpublic void setCol(java.lang.Integer value)
value - allowed object is
Stringpublic java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic MatCell withRow(java.lang.Integer value)
public MatCell withCol(java.lang.Integer value)
public MatCell withValue(java.lang.String value)
public VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.