public class Correlations 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}CorrelationFields"/>
<element ref="{http://www.dmg.org/PMML-4_2}CorrelationValues"/>
<element ref="{http://www.dmg.org/PMML-4_2}CorrelationMethods" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Correlations() |
Correlations(CorrelationFields correlationFields,
CorrelationValues correlationValues) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
Correlations |
addExtensions(Extension... extensions) |
CorrelationFields |
getCorrelationFields()
Gets the value of the correlationFields property.
|
CorrelationMethods |
getCorrelationMethods()
Gets the value of the correlationMethods property.
|
CorrelationValues |
getCorrelationValues()
Gets the value of the correlationValues property.
|
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
boolean |
hasExtensions() |
Correlations |
setCorrelationFields(CorrelationFields correlationFields)
Sets the value of the correlationFields property.
|
Correlations |
setCorrelationMethods(CorrelationMethods correlationMethods)
Sets the value of the correlationMethods property.
|
Correlations |
setCorrelationValues(CorrelationValues correlationValues)
Sets the value of the correlationValues property.
|
getLocator, setLocatorpublic Correlations()
public Correlations(CorrelationFields correlationFields, CorrelationValues correlationValues)
public 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 CorrelationFields getCorrelationFields()
CorrelationFieldspublic Correlations setCorrelationFields(CorrelationFields correlationFields)
correlationFields - allowed object is
CorrelationFieldspublic CorrelationValues getCorrelationValues()
CorrelationValuespublic Correlations setCorrelationValues(CorrelationValues correlationValues)
correlationValues - allowed object is
CorrelationValuespublic CorrelationMethods getCorrelationMethods()
CorrelationMethodspublic Correlations setCorrelationMethods(CorrelationMethods correlationMethods)
correlationMethods - allowed object is
CorrelationMethodspublic boolean hasExtensions()
hasExtensions in interface HasExtensionspublic Correlations addExtensions(Extension... extensions)
public VisitorAction accept(Visitor visitor)
Copyright © 2016 University of Tartu. All Rights Reserved.