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

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

public class ConfigureType
extends Object

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

environment

protected String environment

helpURL

protected String helpURL

user

protected UserType user

domainName

protected String domainName

domainId

protected String domainId

active

protected Boolean active

cellDatas

protected CellDatasType cellDatas

globalData

protected GlobalDataType globalData

param

protected List<ParamType> param
Constructor Detail

ConfigureType

public ConfigureType()
Method Detail

getEnvironment

public String getEnvironment()
Gets the value of the environment property.

Returns:
possible object is String

setEnvironment

public void setEnvironment(String value)
Sets the value of the environment property.

Parameters:
value - allowed object is String

getHelpURL

public String getHelpURL()
Gets the value of the helpURL property.

Returns:
possible object is String

setHelpURL

public void setHelpURL(String value)
Sets the value of the helpURL property.

Parameters:
value - allowed object is String

getUser

public UserType getUser()
Gets the value of the user property.

Returns:
possible object is UserType

setUser

public void setUser(UserType value)
Sets the value of the user property.

Parameters:
value - allowed object is UserType

getDomainName

public String getDomainName()
Gets the value of the domainName property.

Returns:
possible object is String

setDomainName

public void setDomainName(String value)
Sets the value of the domainName property.

Parameters:
value - allowed object is String

getDomainId

public String getDomainId()
Gets the value of the domainId property.

Returns:
possible object is String

setDomainId

public void setDomainId(String value)
Sets the value of the domainId property.

Parameters:
value - allowed object is String

isActive

public Boolean isActive()
Gets the value of the active property.

Returns:
possible object is Boolean

setActive

public void setActive(Boolean value)
Sets the value of the active property.

Parameters:
value - allowed object is Boolean

getCellDatas

public CellDatasType getCellDatas()
Gets the value of the cellDatas property.

Returns:
possible object is CellDatasType

setCellDatas

public void setCellDatas(CellDatasType value)
Sets the value of the cellDatas property.

Parameters:
value - allowed object is CellDatasType

getGlobalData

public GlobalDataType getGlobalData()
Gets the value of the globalData property.

Returns:
possible object is GlobalDataType

setGlobalData

public void setGlobalData(GlobalDataType value)
Sets the value of the globalData property.

Parameters:
value - allowed object is GlobalDataType

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



Copyright © 2011. All Rights Reserved.