public class Apply extends Object implements Serializable
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"/>
<group ref="{http://www.dmg.org/PMML-4_2}EXPRESSION" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="function" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="mapMissingTo" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="invalidValueTreatment" type="{http://www.dmg.org/PMML-4_2}INVALID-VALUE-TREATMENT-METHOD" default="returnInvalid" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Serializable> |
constantsAndFieldRevesAndNormContinuouses |
protected String |
defaultValue |
protected List<Extension> |
extensions |
protected String |
function |
protected INVALIDVALUETREATMENTMETHOD |
invalidValueTreatment |
protected String |
mapMissingTo |
| Constructor and Description |
|---|
Apply() |
| Modifier and Type | Method and Description |
|---|---|
List<Serializable> |
getConstantsAndFieldRevesAndNormContinuouses()
Gets the value of the constantsAndFieldRevesAndNormContinuouses property.
|
String |
getDefaultValue()
Gets the value of the defaultValue property.
|
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
String |
getFunction()
Gets the value of the function property.
|
INVALIDVALUETREATMENTMETHOD |
getInvalidValueTreatment()
Gets the value of the invalidValueTreatment property.
|
String |
getMapMissingTo()
Gets the value of the mapMissingTo property.
|
void |
setDefaultValue(String value)
Sets the value of the defaultValue property.
|
void |
setFunction(String value)
Sets the value of the function property.
|
void |
setInvalidValueTreatment(INVALIDVALUETREATMENTMETHOD value)
Sets the value of the invalidValueTreatment property.
|
void |
setMapMissingTo(String value)
Sets the value of the mapMissingTo property.
|
protected List<Serializable> constantsAndFieldRevesAndNormContinuouses
protected String function
protected String mapMissingTo
protected String defaultValue
protected INVALIDVALUETREATMENTMETHOD invalidValueTreatment
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<Serializable> getConstantsAndFieldRevesAndNormContinuouses()
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 constantsAndFieldRevesAndNormContinuouses property.
For example, to add a new item, do as follows:
getConstantsAndFieldRevesAndNormContinuouses().add(newItem);
Objects of the following type(s) are allowed in the list
Aggregate
MapValues
NormContinuous
Discretize
NormDiscrete
Constant
TextIndex
Apply
FieldRef
public String getFunction()
Stringpublic void setFunction(String 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 INVALIDVALUETREATMENTMETHOD getInvalidValueTreatment()
INVALIDVALUETREATMENTMETHODpublic void setInvalidValueTreatment(INVALIDVALUETREATMENTMETHOD value)
value - allowed object is
INVALIDVALUETREATMENTMETHODCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.