public class Discretize extends Expression implements com.sun.xml.bind.Locatable
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_1}Extension" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_1}DiscretizeBin" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="field" use="required" type="{http://www.dmg.org/PMML-4_1}FIELD-NAME" />
<attribute name="mapMissingTo" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dataType" type="{http://www.dmg.org/PMML-4_1}DATATYPE" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DataType |
dataType |
protected String |
defaultValue |
protected List<DiscretizeBin> |
discretizeBins |
protected List<Extension> |
extensions |
protected FieldName |
field |
protected Locator |
locator |
protected String |
mapMissingTo |
| Constructor and Description |
|---|
Discretize()
Deprecated.
|
Discretize(FieldName field) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
DataType |
getDataType()
Gets the value of the dataType property.
|
String |
getDefaultValue()
Gets the value of the defaultValue property.
|
List<DiscretizeBin> |
getDiscretizeBins()
Gets the value of the discretizeBins property.
|
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
FieldName |
getField()
Gets the value of the field property.
|
String |
getMapMissingTo()
Gets the value of the mapMissingTo property.
|
void |
setDataType(DataType value)
Sets the value of the dataType property.
|
void |
setDefaultValue(String value)
Sets the value of the defaultValue property.
|
void |
setField(FieldName value)
Sets the value of the field property.
|
void |
setMapMissingTo(String value)
Sets the value of the mapMissingTo property.
|
void |
setSourceLocation(Locator newLocator) |
Locator |
sourceLocation() |
protected List<DiscretizeBin> discretizeBins
protected FieldName field
protected String mapMissingTo
protected String defaultValue
protected DataType dataType
protected Locator locator
@Deprecated public Discretize()
public Discretize(FieldName field)
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
public List<DiscretizeBin> getDiscretizeBins()
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 discretizeBins property.
For example, to add a new item, do as follows:
getDiscretizeBins().add(newItem);
Objects of the following type(s) are allowed in the list
DiscretizeBin
public FieldName getField()
Stringpublic void setField(FieldName value)
value - allowed object is
Stringpublic String getMapMissingTo()
Stringpublic void setMapMissingTo(String value)
value - allowed object is
Stringpublic String getDefaultValue()
Stringpublic void setDefaultValue(String value)
value - allowed object is
Stringpublic DataType getDataType()
DataTypepublic void setDataType(DataType value)
value - allowed object is
DataTypepublic Locator sourceLocation()
sourceLocation in interface com.sun.xml.bind.LocatablesourceLocation in class PMMLObjectpublic void setSourceLocation(Locator newLocator)
setSourceLocation in class PMMLObjectpublic VisitorAction accept(Visitor visitor)
Copyright © 2013 University of Tartu. All Rights Reserved.