edu.harvard.i2b2.crc.datavo.pm
Class CellDataType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.pm.CellDataType

public class CellDataType
extends Object

Java class for cell_dataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="cell_dataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="project_path" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="method" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="can_override" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="special" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="param" type="{http://www.i2b2.org/xsd/cell/pm/1.1/}paramType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean canOverride
           
protected  String id
           
protected  String method
           
protected  String name
           
protected  List<ParamType> param
           
protected  String projectPath
           
protected  String special
           
protected  String url
           
 
Constructor Summary
CellDataType()
           
 
Method Summary
 String getId()
          Gets the value of the id property.
 String getMethod()
          Gets the value of the method property.
 String getName()
          Gets the value of the name property.
 List<ParamType> getParam()
          Gets the value of the param property.
 String getProjectPath()
          Gets the value of the projectPath property.
 String getSpecial()
          Gets the value of the special property.
 String getUrl()
          Gets the value of the url property.
 Boolean isCanOverride()
          Gets the value of the canOverride property.
 void setCanOverride(Boolean value)
          Sets the value of the canOverride property.
 void setId(String value)
          Sets the value of the id property.
 void setMethod(String value)
          Sets the value of the method property.
 void setName(String value)
          Sets the value of the name property.
 void setProjectPath(String value)
          Sets the value of the projectPath property.
 void setSpecial(String value)
          Sets the value of the special property.
 void setUrl(String value)
          Sets the value of the url 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

url

protected String url

projectPath

protected String projectPath

method

protected String method

canOverride

protected Boolean canOverride

special

protected String special

param

protected List<ParamType> param

id

protected String id
Constructor Detail

CellDataType

public CellDataType()
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

getUrl

public String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

getProjectPath

public String getProjectPath()
Gets the value of the projectPath property.

Returns:
possible object is String

setProjectPath

public void setProjectPath(String value)
Sets the value of the projectPath property.

Parameters:
value - allowed object is String

getMethod

public String getMethod()
Gets the value of the method property.

Returns:
possible object is String

setMethod

public void setMethod(String value)
Sets the value of the method property.

Parameters:
value - allowed object is String

isCanOverride

public Boolean isCanOverride()
Gets the value of the canOverride property.

Returns:
possible object is Boolean

setCanOverride

public void setCanOverride(Boolean value)
Sets the value of the canOverride property.

Parameters:
value - allowed object is Boolean

getSpecial

public String getSpecial()
Gets the value of the special property.

Returns:
possible object is String

setSpecial

public void setSpecial(String value)
Sets the value of the special property.

Parameters:
value - allowed object is String

getParam

public List<ParamType> getParam()
Gets the value of the param 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 param property.

For example, to add a new item, do as follows:

    getParam().add(newItem);
 

Objects of the following type(s) are allowed in the list ParamType


getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.