public class MapValues 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}FieldColumnPair" maxOccurs="unbounded" minOccurs="0"/>
<choice minOccurs="0">
<element ref="{http://www.dmg.org/PMML-4_2}TableLocator"/>
<element ref="{http://www.dmg.org/PMML-4_2}InlineTable"/>
</choice>
</sequence>
<attribute name="mapMissingTo" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="outputColumn" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dataType" type="{http://www.dmg.org/PMML-4_2}DATATYPE" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DataType |
dataType |
protected java.lang.String |
defaultValue |
protected java.util.List<Extension> |
extensions |
protected java.util.List<FieldColumnPair> |
fieldColumnPairs |
protected InlineTable |
inlineTable |
protected java.lang.String |
mapMissingTo |
protected java.lang.String |
outputColumn |
protected TableLocator |
tableLocator |
| Constructor and Description |
|---|
MapValues() |
MapValues(java.lang.String outputColumn) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
DataType |
getDataType()
Gets the value of the dataType property.
|
java.lang.String |
getDefaultValue()
Gets the value of the defaultValue property.
|
java.util.List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
java.util.List<FieldColumnPair> |
getFieldColumnPairs()
Gets the value of the fieldColumnPairs property.
|
InlineTable |
getInlineTable()
Gets the value of the inlineTable property.
|
java.lang.String |
getMapMissingTo()
Gets the value of the mapMissingTo property.
|
java.lang.String |
getOutputColumn()
Gets the value of the outputColumn property.
|
TableLocator |
getTableLocator()
Gets the value of the tableLocator property.
|
boolean |
hasExtensions() |
boolean |
hasFieldColumnPairs() |
void |
setDataType(DataType value)
Sets the value of the dataType property.
|
void |
setDefaultValue(java.lang.String value)
Sets the value of the defaultValue property.
|
void |
setInlineTable(InlineTable value)
Sets the value of the inlineTable property.
|
void |
setMapMissingTo(java.lang.String value)
Sets the value of the mapMissingTo property.
|
void |
setOutputColumn(java.lang.String value)
Sets the value of the outputColumn property.
|
void |
setTableLocator(TableLocator value)
Sets the value of the tableLocator property.
|
MapValues |
withDataType(DataType value) |
MapValues |
withDefaultValue(java.lang.String value) |
MapValues |
withExtensions(java.util.Collection<Extension> values) |
MapValues |
withExtensions(Extension... values) |
MapValues |
withFieldColumnPairs(java.util.Collection<FieldColumnPair> values) |
MapValues |
withFieldColumnPairs(FieldColumnPair... values) |
MapValues |
withInlineTable(InlineTable value) |
MapValues |
withMapMissingTo(java.lang.String value) |
MapValues |
withOutputColumn(java.lang.String value) |
MapValues |
withTableLocator(TableLocator value) |
getLocator, setLocatorprotected java.lang.String mapMissingTo
protected java.lang.String defaultValue
protected java.lang.String outputColumn
protected DataType dataType
protected java.util.List<Extension> extensions
protected java.util.List<FieldColumnPair> fieldColumnPairs
protected TableLocator tableLocator
protected InlineTable inlineTable
public MapValues()
public MapValues(java.lang.String outputColumn)
public java.lang.String getMapMissingTo()
Stringpublic void setMapMissingTo(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDefaultValue()
Stringpublic void setDefaultValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOutputColumn()
Stringpublic void setOutputColumn(java.lang.String value)
value - allowed object is
Stringpublic DataType getDataType()
DataTypepublic void setDataType(DataType value)
value - allowed object is
DataTypepublic 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<FieldColumnPair> getFieldColumnPairs()
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 fieldColumnPairs property.
For example, to add a new item, do as follows:
getFieldColumnPairs().add(newItem);
Objects of the following type(s) are allowed in the list
FieldColumnPair
public TableLocator getTableLocator()
TableLocatorpublic void setTableLocator(TableLocator value)
value - allowed object is
TableLocatorpublic InlineTable getInlineTable()
InlineTablepublic void setInlineTable(InlineTable value)
value - allowed object is
InlineTablepublic MapValues withMapMissingTo(java.lang.String value)
public MapValues withDefaultValue(java.lang.String value)
public MapValues withOutputColumn(java.lang.String value)
public MapValues withFieldColumnPairs(FieldColumnPair... values)
public MapValues withFieldColumnPairs(java.util.Collection<FieldColumnPair> values)
public MapValues withTableLocator(TableLocator value)
public MapValues withInlineTable(InlineTable value)
public boolean hasExtensions()
hasExtensions in interface HasExtensionspublic boolean hasFieldColumnPairs()
public VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.