public class PCovCell 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"/>
</sequence>
<attribute name="pRow" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="pCol" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="tRow" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="tCol" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" use="required" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" />
<attribute name="targetCategory" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PCovCell() |
PCovCell(String pRow,
String pCol,
double value) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
PCovCell |
addExtensions(Extension... extensions) |
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
String |
getPCol()
Gets the value of the pCol property.
|
String |
getPRow()
Gets the value of the pRow property.
|
String |
getTargetCategory()
Gets the value of the targetCategory property.
|
String |
getTCol()
Gets the value of the tCol property.
|
String |
getTRow()
Gets the value of the tRow property.
|
double |
getValue()
Gets the value of the value property.
|
boolean |
hasExtensions() |
PCovCell |
setPCol(String pCol)
Sets the value of the pCol property.
|
PCovCell |
setPRow(String pRow)
Sets the value of the pRow property.
|
PCovCell |
setTargetCategory(String targetCategory)
Sets the value of the targetCategory property.
|
PCovCell |
setTCol(String tCol)
Sets the value of the tCol property.
|
PCovCell |
setTRow(String tRow)
Sets the value of the tRow property.
|
PCovCell |
setValue(double value)
Sets the value of the value property.
|
getLocator, setLocatorpublic String getPRow()
Stringpublic PCovCell setPRow(String pRow)
pRow - allowed object is
Stringpublic String getPCol()
Stringpublic PCovCell setPCol(String pCol)
pCol - allowed object is
Stringpublic String getTRow()
Stringpublic PCovCell setTRow(String tRow)
tRow - allowed object is
Stringpublic String getTCol()
Stringpublic PCovCell setTCol(String tCol)
tCol - allowed object is
Stringpublic double getValue()
public PCovCell setValue(double value)
public String getTargetCategory()
Stringpublic PCovCell setTargetCategory(String targetCategory)
targetCategory - 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 boolean hasExtensions()
hasExtensions in interface HasExtensionspublic VisitorAction accept(Visitor visitor)
Copyright © 2016 University of Tartu. All Rights Reserved.