public class RocErrorDataType extends Object
Java class for rocErrorDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="rocErrorDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="roc_data_point" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="min_prob" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="sensitivity" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="error" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="num_corr" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="num_incorr" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="error_point" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="error" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="min_prob" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="num_corr" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="num_incorr" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="charge" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="charge_est_correct" type="{http://www.w3.org/2001/XMLSchema}float" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
charge |
protected float |
chargeEstCorrect |
protected List<ErrorPoint> |
errorPoint |
protected List<RocDataPoint> |
rocDataPoint |
| Constructor and Description |
|---|
RocErrorDataType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCharge()
Gets the value of the charge property.
|
float |
getChargeEstCorrect()
Gets the value of the chargeEstCorrect property.
|
List<ErrorPoint> |
getErrorPoint()
Gets the value of the errorPoint property.
|
List<RocDataPoint> |
getRocDataPoint()
Gets the value of the rocDataPoint property.
|
void |
setCharge(String value)
Sets the value of the charge property.
|
void |
setChargeEstCorrect(float value)
Sets the value of the chargeEstCorrect property.
|
protected List<RocDataPoint> rocDataPoint
protected List<ErrorPoint> errorPoint
protected String charge
protected float chargeEstCorrect
public List<RocDataPoint> getRocDataPoint()
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 rocDataPoint property.
For example, to add a new item, do as follows:
getRocDataPoint().add(newItem);
Objects of the following type(s) are allowed in the list
RocDataPoint
public List<ErrorPoint> getErrorPoint()
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 errorPoint property.
For example, to add a new item, do as follows:
getErrorPoint().add(newItem);
Objects of the following type(s) are allowed in the list
ErrorPoint
public String getCharge()
Stringpublic void setCharge(String value)
value - allowed object is
Stringpublic float getChargeEstCorrect()
public void setChargeEstCorrect(float value)
Copyright © 2017. All rights reserved.