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

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

public class GlobalDataType
extends Object

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

canOverride

protected Boolean canOverride

projectPath

protected String projectPath

param

protected List<ParamType> param
Constructor Detail

GlobalDataType

public GlobalDataType()
Method Detail

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

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

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.