public class NormContinuous extends Expression 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}LinearNorm" maxOccurs="unbounded" minOccurs="2"/>
</sequence>
<attribute name="mapMissingTo" type="{http://www.dmg.org/PMML-4_2}NUMBER" />
<attribute name="field" use="required" type="{http://www.dmg.org/PMML-4_2}FIELD-NAME" />
<attribute name="outliers" type="{http://www.dmg.org/PMML-4_2}OUTLIER-TREATMENT-METHOD" default="asIs" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Extension> |
extensions |
protected FieldName |
field |
protected java.util.List<LinearNorm> |
linearNorms |
protected java.lang.Double |
mapMissingTo |
protected OutlierTreatmentMethodType |
outliers |
| Constructor and Description |
|---|
NormContinuous() |
NormContinuous(FieldName field,
java.util.List<LinearNorm> linearNorms) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
java.util.List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
FieldName |
getField()
Gets the value of the field property.
|
java.util.List<LinearNorm> |
getLinearNorms()
Gets the value of the linearNorms property.
|
java.lang.Double |
getMapMissingTo()
Gets the value of the mapMissingTo property.
|
OutlierTreatmentMethodType |
getOutliers()
Gets the value of the outliers property.
|
boolean |
hasExtensions() |
boolean |
hasLinearNorms() |
void |
setField(FieldName value)
Sets the value of the field property.
|
void |
setMapMissingTo(java.lang.Double value)
Sets the value of the mapMissingTo property.
|
void |
setOutliers(OutlierTreatmentMethodType value)
Sets the value of the outliers property.
|
NormContinuous |
withExtensions(java.util.Collection<Extension> values) |
NormContinuous |
withExtensions(Extension... values) |
NormContinuous |
withField(FieldName value) |
NormContinuous |
withLinearNorms(java.util.Collection<LinearNorm> values) |
NormContinuous |
withLinearNorms(LinearNorm... values) |
NormContinuous |
withMapMissingTo(java.lang.Double value) |
NormContinuous |
withOutliers(OutlierTreatmentMethodType value) |
getLocator, setLocatorprotected java.lang.Double mapMissingTo
protected FieldName field
protected OutlierTreatmentMethodType outliers
protected java.util.List<Extension> extensions
protected java.util.List<LinearNorm> linearNorms
public NormContinuous()
public NormContinuous(FieldName field, java.util.List<LinearNorm> linearNorms)
public java.lang.Double getMapMissingTo()
Doublepublic void setMapMissingTo(java.lang.Double value)
value - allowed object is
Doublepublic FieldName getField()
Stringpublic void setField(FieldName value)
value - allowed object is
Stringpublic OutlierTreatmentMethodType getOutliers()
OutlierTreatmentMethodTypepublic void setOutliers(OutlierTreatmentMethodType value)
value - allowed object is
OutlierTreatmentMethodTypepublic java.util.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 java.util.List<LinearNorm> getLinearNorms()
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 linearNorms property.
For example, to add a new item, do as follows:
getLinearNorms().add(newItem);
Objects of the following type(s) are allowed in the list
LinearNorm
public NormContinuous withMapMissingTo(java.lang.Double value)
public NormContinuous withField(FieldName value)
public NormContinuous withOutliers(OutlierTreatmentMethodType value)
public NormContinuous withExtensions(Extension... values)
public NormContinuous withExtensions(java.util.Collection<Extension> values)
public NormContinuous withLinearNorms(LinearNorm... values)
public NormContinuous withLinearNorms(java.util.Collection<LinearNorm> values)
public boolean hasExtensions()
hasExtensions in interface HasExtensionspublic boolean hasLinearNorms()
public VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.