|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.pm.ConfigureType
public class ConfigureType
Java class for configureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="configureType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="environment" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="helpURL" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="user" type="{http://www.i2b2.org/xsd/cell/pm/1.1/}userType"/>
<element name="domain_name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="domain_id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="cell_datas" type="{http://www.i2b2.org/xsd/cell/pm/1.1/}cell_datasType"/>
<element name="global_data" type="{http://www.i2b2.org/xsd/cell/pm/1.1/}global_dataType"/>
<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 |
active
|
protected CellDatasType |
cellDatas
|
protected String |
domainId
|
protected String |
domainName
|
protected String |
environment
|
protected GlobalDataType |
globalData
|
protected String |
helpURL
|
protected List<ParamType> |
param
|
protected UserType |
user
|
| Constructor Summary | |
|---|---|
ConfigureType()
|
|
| Method Summary | |
|---|---|
CellDatasType |
getCellDatas()
Gets the value of the cellDatas property. |
String |
getDomainId()
Gets the value of the domainId property. |
String |
getDomainName()
Gets the value of the domainName property. |
String |
getEnvironment()
Gets the value of the environment property. |
GlobalDataType |
getGlobalData()
Gets the value of the globalData property. |
String |
getHelpURL()
Gets the value of the helpURL property. |
List<ParamType> |
getParam()
Gets the value of the param property. |
UserType |
getUser()
Gets the value of the user property. |
Boolean |
isActive()
Gets the value of the active property. |
void |
setActive(Boolean value)
Sets the value of the active property. |
void |
setCellDatas(CellDatasType value)
Sets the value of the cellDatas property. |
void |
setDomainId(String value)
Sets the value of the domainId property. |
void |
setDomainName(String value)
Sets the value of the domainName property. |
void |
setEnvironment(String value)
Sets the value of the environment property. |
void |
setGlobalData(GlobalDataType value)
Sets the value of the globalData property. |
void |
setHelpURL(String value)
Sets the value of the helpURL property. |
void |
setUser(UserType value)
Sets the value of the user property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String environment
protected String helpURL
protected UserType user
protected String domainName
protected String domainId
protected Boolean active
protected CellDatasType cellDatas
protected GlobalDataType globalData
protected List<ParamType> param
| Constructor Detail |
|---|
public ConfigureType()
| Method Detail |
|---|
public String getEnvironment()
Stringpublic void setEnvironment(String value)
value - allowed object is
Stringpublic String getHelpURL()
Stringpublic void setHelpURL(String value)
value - allowed object is
Stringpublic UserType getUser()
UserTypepublic void setUser(UserType value)
value - allowed object is
UserTypepublic String getDomainName()
Stringpublic void setDomainName(String value)
value - allowed object is
Stringpublic String getDomainId()
Stringpublic void setDomainId(String value)
value - allowed object is
Stringpublic Boolean isActive()
Booleanpublic void setActive(Boolean value)
value - allowed object is
Booleanpublic CellDatasType getCellDatas()
CellDatasTypepublic void setCellDatas(CellDatasType value)
value - allowed object is
CellDatasTypepublic GlobalDataType getGlobalData()
GlobalDataTypepublic void setGlobalData(GlobalDataType value)
value - allowed object is
GlobalDataTypepublic List<ParamType> getParam()
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 | |||||||||