public class ROC 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}ROCGraph"/>
</sequence>
<attribute name="positiveTargetFieldValue" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="positiveTargetFieldDisplayValue" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="negativeTargetFieldValue" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="negativeTargetFieldDisplayValue" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ROC() |
ROC(String positiveTargetFieldValue,
ROCGraph rocGraph) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
ROC |
addExtensions(Extension... extensions) |
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
String |
getNegativeTargetFieldDisplayValue()
Gets the value of the negativeTargetFieldDisplayValue property.
|
String |
getNegativeTargetFieldValue()
Gets the value of the negativeTargetFieldValue property.
|
String |
getPositiveTargetFieldDisplayValue()
Gets the value of the positiveTargetFieldDisplayValue property.
|
String |
getPositiveTargetFieldValue()
Gets the value of the positiveTargetFieldValue property.
|
ROCGraph |
getROCGraph()
Gets the value of the rocGraph property.
|
boolean |
hasExtensions() |
ROC |
setNegativeTargetFieldDisplayValue(String negativeTargetFieldDisplayValue)
Sets the value of the negativeTargetFieldDisplayValue property.
|
ROC |
setNegativeTargetFieldValue(String negativeTargetFieldValue)
Sets the value of the negativeTargetFieldValue property.
|
ROC |
setPositiveTargetFieldDisplayValue(String positiveTargetFieldDisplayValue)
Sets the value of the positiveTargetFieldDisplayValue property.
|
ROC |
setPositiveTargetFieldValue(String positiveTargetFieldValue)
Sets the value of the positiveTargetFieldValue property.
|
ROC |
setROCGraph(ROCGraph rocGraph)
Sets the value of the rocGraph property.
|
getLocator, setLocatorpublic String getPositiveTargetFieldValue()
Stringpublic ROC setPositiveTargetFieldValue(String positiveTargetFieldValue)
positiveTargetFieldValue - allowed object is
Stringpublic String getPositiveTargetFieldDisplayValue()
Stringpublic ROC setPositiveTargetFieldDisplayValue(String positiveTargetFieldDisplayValue)
positiveTargetFieldDisplayValue - allowed object is
Stringpublic String getNegativeTargetFieldValue()
Stringpublic ROC setNegativeTargetFieldValue(String negativeTargetFieldValue)
negativeTargetFieldValue - allowed object is
Stringpublic String getNegativeTargetFieldDisplayValue()
Stringpublic ROC setNegativeTargetFieldDisplayValue(String negativeTargetFieldDisplayValue)
negativeTargetFieldDisplayValue - 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 ROCGraph getROCGraph()
ROCGraphpublic ROC setROCGraph(ROCGraph rocGraph)
rocGraph - allowed object is
ROCGraphpublic boolean hasExtensions()
hasExtensions in interface HasExtensionspublic VisitorAction accept(Visitor visitor)
Copyright © 2016 University of Tartu. All Rights Reserved.