org.dmg.pmml.pmml_4_1.descr
Class ParameterField

java.lang.Object
  extended by org.dmg.pmml.pmml_4_1.descr.ParameterField
All Implemented Interfaces:
Serializable

public class ParameterField
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">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="optype" type="{http://www.dmg.org/PMML-4_1}OPTYPE" />
       <attribute name="dataType" type="{http://www.dmg.org/PMML-4_1}DATATYPE" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  DATATYPE dataType
           
protected  String name
           
protected  OPTYPE optype
           
 
Constructor Summary
ParameterField()
           
 
Method Summary
 DATATYPE getDataType()
          Gets the value of the dataType property.
 String getName()
          Gets the value of the name property.
 OPTYPE getOptype()
          Gets the value of the optype property.
 void setDataType(DATATYPE value)
          Sets the value of the dataType property.
 void setName(String value)
          Sets the value of the name property.
 void setOptype(OPTYPE value)
          Sets the value of the optype property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

optype

protected OPTYPE optype

dataType

protected DATATYPE dataType
Constructor Detail

ParameterField

public ParameterField()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getOptype

public OPTYPE getOptype()
Gets the value of the optype property.

Returns:
possible object is OPTYPE

setOptype

public void setOptype(OPTYPE value)
Sets the value of the optype property.

Parameters:
value - allowed object is OPTYPE

getDataType

public DATATYPE getDataType()
Gets the value of the dataType property.

Returns:
possible object is DATATYPE

setDataType

public void setDataType(DATATYPE value)
Sets the value of the dataType property.

Parameters:
value - allowed object is DATATYPE


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.