public class ProjectSpecDataObj extends Object
Java class for projectSpecDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="projectSpecDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="streams" type="{http://ws.coverity.com/v5}streamIdDataObj" maxOccurs="unbounded" minOccurs="0"/>
<element name="streamLinks" type="{http://ws.coverity.com/v5}streamIdDataObj" maxOccurs="unbounded" minOccurs="0"/>
<element name="defaultTriageScope" 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="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="roleAssignments" type="{http://ws.coverity.com/v5}roleAssignmentDataObj" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultTriageScope |
protected String |
description |
protected String |
name |
protected List<RoleAssignmentDataObj> |
roleAssignments |
protected List<StreamIdDataObj> |
streamLinks |
protected List<StreamIdDataObj> |
streams |
| Constructor and Description |
|---|
ProjectSpecDataObj() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultTriageScope()
Gets the value of the defaultTriageScope property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getName()
Gets the value of the name property.
|
List<RoleAssignmentDataObj> |
getRoleAssignments()
Gets the value of the roleAssignments property.
|
List<StreamIdDataObj> |
getStreamLinks()
Gets the value of the streamLinks property.
|
List<StreamIdDataObj> |
getStreams()
Gets the value of the streams property.
|
void |
setDefaultTriageScope(String value)
Sets the value of the defaultTriageScope property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected List<StreamIdDataObj> streams
protected List<StreamIdDataObj> streamLinks
protected String defaultTriageScope
protected String description
protected String name
protected List<RoleAssignmentDataObj> roleAssignments
public List<StreamIdDataObj> getStreams()
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 streams property.
For example, to add a new item, do as follows:
getStreams().add(newItem);
Objects of the following type(s) are allowed in the list
StreamIdDataObj
public List<StreamIdDataObj> getStreamLinks()
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 streamLinks property.
For example, to add a new item, do as follows:
getStreamLinks().add(newItem);
Objects of the following type(s) are allowed in the list
StreamIdDataObj
public String getDefaultTriageScope()
Stringpublic void setDefaultTriageScope(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic List<RoleAssignmentDataObj> getRoleAssignments()
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 roleAssignments property.
For example, to add a new item, do as follows:
getRoleAssignments().add(newItem);
Objects of the following type(s) are allowed in the list
RoleAssignmentDataObj
Copyright © 2004-2013 Hudson. All Rights Reserved.