|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.pm.GlobalDataType
public class GlobalDataType
Java class for global_dataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="global_dataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="can_override" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="project_path" 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>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
canOverride
|
protected List<ParamType> |
param
|
protected String |
projectPath
|
| Constructor Summary | |
|---|---|
GlobalDataType()
|
|
| Method Summary | |
|---|---|
List<ParamType> |
getParam()
Gets the value of the param property. |
String |
getProjectPath()
Gets the value of the projectPath property. |
Boolean |
isCanOverride()
Gets the value of the canOverride property. |
void |
setCanOverride(Boolean value)
Sets the value of the canOverride property. |
void |
setProjectPath(String value)
Sets the value of the projectPath property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Boolean canOverride
protected String projectPath
protected List<ParamType> param
| Constructor Detail |
|---|
public GlobalDataType()
| Method Detail |
|---|
public Boolean isCanOverride()
Booleanpublic void setCanOverride(Boolean value)
value - allowed object is
Booleanpublic String getProjectPath()
Stringpublic void setProjectPath(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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||