|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.pm.CellDataType
public class CellDataType
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 |
|---|
protected String name
protected String url
protected String projectPath
protected String method
protected Boolean canOverride
protected String special
protected List<ParamType> param
protected String id
| Constructor Detail |
|---|
public CellDataType()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic String getProjectPath()
Stringpublic void setProjectPath(String value)
value - allowed object is
Stringpublic String getMethod()
Stringpublic void setMethod(String value)
value - allowed object is
Stringpublic Boolean isCanOverride()
Booleanpublic void setCanOverride(Boolean value)
value - allowed object is
Booleanpublic String getSpecial()
Stringpublic void setSpecial(String value)
value - allowed object is
Stringpublic List<ParamType> getParam()
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
public String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||