public class MatCell extends PMMLObject implements com.sun.xml.bind.Locatable
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_1}INT-NUMBER" />
<attribute name="col" use="required" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
col |
protected Locator |
locator |
protected Integer |
row |
protected String |
value |
| Constructor and Description |
|---|
MatCell()
Deprecated.
|
MatCell(String value,
Integer row,
Integer col) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
Integer |
getCol()
Gets the value of the col property.
|
Integer |
getRow()
Gets the value of the row property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setCol(Integer value)
Sets the value of the col property.
|
void |
setRow(Integer value)
Sets the value of the row property.
|
void |
setSourceLocation(Locator newLocator) |
void |
setValue(String value)
Sets the value of the value property.
|
Locator |
sourceLocation() |
MatCell |
withCol(Integer value) |
MatCell |
withRow(Integer value) |
MatCell |
withValue(String value) |
protected String value
protected Integer row
protected Integer col
protected Locator locator
@Deprecated public MatCell()
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic Integer getRow()
Stringpublic void setRow(Integer value)
value - allowed object is
Stringpublic Integer getCol()
Stringpublic void setCol(Integer value)
value - allowed object is
Stringpublic Locator sourceLocation()
sourceLocation in interface com.sun.xml.bind.LocatablesourceLocation in class PMMLObjectpublic void setSourceLocation(Locator newLocator)
setSourceLocation in class PMMLObjectpublic VisitorAction accept(Visitor visitor)
Copyright © 2014 University of Tartu. All Rights Reserved.