public class DefineFunction 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"/>
<element ref="{http://www.dmg.org/PMML-4_2}ParameterField" maxOccurs="unbounded"/>
<group ref="{http://www.dmg.org/PMML-4_2}EXPRESSION"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="optype" use="required" type="{http://www.dmg.org/PMML-4_2}OPTYPE" />
<attribute name="dataType" type="{http://www.dmg.org/PMML-4_2}DATATYPE" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Aggregate |
aggregate |
protected Apply |
apply |
protected Constant |
constant |
protected DATATYPE |
dataType |
protected Discretize |
discretize |
protected List<Extension> |
extensions |
protected FieldRef |
fieldRef |
protected MapValues |
mapValues |
protected String |
name |
protected NormContinuous |
normContinuous |
protected NormDiscrete |
normDiscrete |
protected OPTYPE |
optype |
protected List<ParameterField> |
parameterFields |
protected TextIndex |
textIndex |
| Constructor and Description |
|---|
DefineFunction() |
| Modifier and Type | Method and Description |
|---|---|
Aggregate |
getAggregate()
Gets the value of the aggregate property.
|
Apply |
getApply()
Gets the value of the apply property.
|
Constant |
getConstant()
Gets the value of the constant property.
|
DATATYPE |
getDataType()
Gets the value of the dataType property.
|
Discretize |
getDiscretize()
Gets the value of the discretize property.
|
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
FieldRef |
getFieldRef()
Gets the value of the fieldRef property.
|
MapValues |
getMapValues()
Gets the value of the mapValues property.
|
String |
getName()
Gets the value of the name property.
|
NormContinuous |
getNormContinuous()
Gets the value of the normContinuous property.
|
NormDiscrete |
getNormDiscrete()
Gets the value of the normDiscrete property.
|
OPTYPE |
getOptype()
Gets the value of the optype property.
|
List<ParameterField> |
getParameterFields()
Gets the value of the parameterFields property.
|
TextIndex |
getTextIndex()
Gets the value of the textIndex property.
|
void |
setAggregate(Aggregate value)
Sets the value of the aggregate property.
|
void |
setApply(Apply value)
Sets the value of the apply property.
|
void |
setConstant(Constant value)
Sets the value of the constant property.
|
void |
setDataType(DATATYPE value)
Sets the value of the dataType property.
|
void |
setDiscretize(Discretize value)
Sets the value of the discretize property.
|
void |
setFieldRef(FieldRef value)
Sets the value of the fieldRef property.
|
void |
setMapValues(MapValues value)
Sets the value of the mapValues property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNormContinuous(NormContinuous value)
Sets the value of the normContinuous property.
|
void |
setNormDiscrete(NormDiscrete value)
Sets the value of the normDiscrete property.
|
void |
setOptype(OPTYPE value)
Sets the value of the optype property.
|
void |
setTextIndex(TextIndex value)
Sets the value of the textIndex property.
|
protected List<ParameterField> parameterFields
protected Aggregate aggregate
protected Apply apply
protected TextIndex textIndex
protected MapValues mapValues
protected Discretize discretize
protected NormDiscrete normDiscrete
protected NormContinuous normContinuous
protected FieldRef fieldRef
protected Constant constant
protected String name
protected OPTYPE optype
protected DATATYPE dataType
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<ParameterField> getParameterFields()
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 parameterFields property.
For example, to add a new item, do as follows:
getParameterFields().add(newItem);
Objects of the following type(s) are allowed in the list
ParameterField
public Aggregate getAggregate()
Aggregatepublic void setAggregate(Aggregate value)
value - allowed object is
Aggregatepublic Apply getApply()
Applypublic void setApply(Apply value)
value - allowed object is
Applypublic TextIndex getTextIndex()
TextIndexpublic void setTextIndex(TextIndex value)
value - allowed object is
TextIndexpublic MapValues getMapValues()
MapValuespublic void setMapValues(MapValues value)
value - allowed object is
MapValuespublic Discretize getDiscretize()
Discretizepublic void setDiscretize(Discretize value)
value - allowed object is
Discretizepublic NormDiscrete getNormDiscrete()
NormDiscretepublic void setNormDiscrete(NormDiscrete value)
value - allowed object is
NormDiscretepublic NormContinuous getNormContinuous()
NormContinuouspublic void setNormContinuous(NormContinuous value)
value - allowed object is
NormContinuouspublic FieldRef getFieldRef()
FieldRefpublic void setFieldRef(FieldRef value)
value - allowed object is
FieldRefpublic Constant getConstant()
Constantpublic void setConstant(Constant value)
value - allowed object is
Constantpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic OPTYPE getOptype()
OPTYPEpublic void setOptype(OPTYPE value)
value - allowed object is
OPTYPEpublic DATATYPE getDataType()
DATATYPECopyright © 2001–2015 JBoss by Red Hat. All rights reserved.