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

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

public class ProjectType
extends Object

Java class for projectType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="projectType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="wiki" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="path" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="user_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="role" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <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  String description
           
protected  String id
           
protected  String key
           
protected  String name
           
protected  List<ParamType> param
           
protected  String path
           
protected  List<String> role
           
protected  String userName
           
protected  String wiki
           
 
Constructor Summary
ProjectType()
           
 
Method Summary
 String getDescription()
          Gets the value of the description property.
 String getId()
          Gets the value of the id property.
 String getKey()
          Gets the value of the key property.
 String getName()
          Gets the value of the name property.
 List<ParamType> getParam()
          Gets the value of the param property.
 String getPath()
          Gets the value of the path property.
 List<String> getRole()
          Gets the value of the role property.
 String getUserName()
          Gets the value of the userName property.
 String getWiki()
          Gets the value of the wiki property.
 void setDescription(String value)
          Sets the value of the description property.
 void setId(String value)
          Sets the value of the id property.
 void setKey(String value)
          Sets the value of the key property.
 void setName(String value)
          Sets the value of the name property.
 void setPath(String value)
          Sets the value of the path property.
 void setUserName(String value)
          Sets the value of the userName property.
 void setWiki(String value)
          Sets the value of the wiki property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

key

protected String key

wiki

protected String wiki

description

protected String description

path

protected String path

userName

protected String userName

role

protected List<String> role

param

protected List<ParamType> param

id

protected String id
Constructor Detail

ProjectType

public ProjectType()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getKey

public String getKey()
Gets the value of the key property.

Returns:
possible object is String

setKey

public void setKey(String value)
Sets the value of the key property.

Parameters:
value - allowed object is String

getWiki

public String getWiki()
Gets the value of the wiki property.

Returns:
possible object is String

setWiki

public void setWiki(String value)
Sets the value of the wiki property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getPath

public String getPath()
Gets the value of the path property.

Returns:
possible object is String

setPath

public void setPath(String value)
Sets the value of the path property.

Parameters:
value - allowed object is String

getUserName

public String getUserName()
Gets the value of the userName property.

Returns:
possible object is String

setUserName

public void setUserName(String value)
Sets the value of the userName property.

Parameters:
value - allowed object is String

getRole

public List<String> getRole()
Gets the value of the role 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 role property.

For example, to add a new item, do as follows:

    getRole().add(newItem);
 

Objects of the following type(s) are allowed in the list 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


getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.