Class DerivedField
Java class for DerivedField element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="DerivedField"> <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"/> <group ref="{http://www.dmg.org/PMML-4_1}EXPRESSION"/> <element ref="{http://www.dmg.org/PMML-4_1}Value" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="dataType" use="required" type="{http://www.dmg.org/PMML-4_1}DATATYPE" /> <attribute name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" type="{http://www.dmg.org/PMML-4_1}FIELD-NAME" /> <attribute name="optype" use="required" type="{http://www.dmg.org/PMML-4_1}OPTYPE" /> </restriction> </complexContent> </complexType> </element>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the aggregate property.getApply()
Gets the value of the apply property.Gets the value of the constant property.Gets the value of the dataType property.Gets the value of the discretize property.Gets the value of the displayName property.Gets the value of the extension property.Gets the value of the fieldRef property.Gets the value of the mapValues property.getName()
Gets the value of the name property.Gets the value of the normContinuous property.Gets the value of the normDiscrete property.Gets the value of the optype property.getValue()
Gets the value of the value property.void
setAggregate
(Aggregate value) Sets the value of the aggregate property.void
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
setDisplayName
(String value) Sets the value of the displayName property.void
setFieldRef
(FieldRef value) Sets the value of the fieldRef property.void
setMapValues
(MapValues value) Sets the value of the mapValues property.void
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
Sets the value of the optype property.
-
Constructor Details
-
DerivedField
public DerivedField() -
DerivedField
-
-
Method Details
-
getExtension
Gets the value of the extension property.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 extension property.For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
-
getConstant
Gets the value of the constant property.- Returns:
- possible object is
Constant
-
setConstant
Sets the value of the constant property.- Parameters:
value
- allowed object isConstant
-
getFieldRef
Gets the value of the fieldRef property.- Returns:
- possible object is
FieldRef
-
setFieldRef
Sets the value of the fieldRef property.- Parameters:
value
- allowed object isFieldRef
-
getNormContinuous
Gets the value of the normContinuous property.- Returns:
- possible object is
NormContinuous
-
setNormContinuous
Sets the value of the normContinuous property.- Parameters:
value
- allowed object isNormContinuous
-
getNormDiscrete
Gets the value of the normDiscrete property.- Returns:
- possible object is
NormDiscrete
-
setNormDiscrete
Sets the value of the normDiscrete property.- Parameters:
value
- allowed object isNormDiscrete
-
getDiscretize
Gets the value of the discretize property.- Returns:
- possible object is
Discretize
-
setDiscretize
Sets the value of the discretize property.- Parameters:
value
- allowed object isDiscretize
-
getMapValues
Gets the value of the mapValues property.- Returns:
- possible object is
MapValues
-
setMapValues
Sets the value of the mapValues property.- Parameters:
value
- allowed object isMapValues
-
getApply
Gets the value of the apply property.- Returns:
- possible object is
Apply
-
setApply
Sets the value of the apply property.- Parameters:
value
- allowed object isApply
-
getAggregate
Gets the value of the aggregate property.- Returns:
- possible object is
Aggregate
-
setAggregate
Sets the value of the aggregate property.- Parameters:
value
- allowed object isAggregate
-
getValue
Gets the value of the value property.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 value property.For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
Value
-
getDataType
Gets the value of the dataType property.- Returns:
- possible object is
DATATYPE
-
setDataType
Sets the value of the dataType property.- Parameters:
value
- allowed object isDATATYPE
-
getDisplayName
Gets the value of the displayName property.- Returns:
- possible object is
String
-
setDisplayName
Sets the value of the displayName property.- Parameters:
value
- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getOptype
Gets the value of the optype property.- Returns:
- possible object is
OPTYPE
-
setOptype
Sets the value of the optype property.- Parameters:
value
- allowed object isOPTYPE
-