public class StreamDataObj extends Object
Java class for streamDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="streamDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="roleAssignments" type="{http://ws.coverity.com/v5}roleAssignmentDataObj" maxOccurs="unbounded" minOccurs="0"/>
<element name="componentMapId" type="{http://ws.coverity.com/v5}componentMapIdDataObj" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="id" type="{http://ws.coverity.com/v5}streamIdDataObj" minOccurs="0"/>
<element name="language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="primaryProjectId" type="{http://ws.coverity.com/v5}projectIdDataObj" minOccurs="0"/>
<element name="triageStoreId" type="{http://ws.coverity.com/v5}triageStoreIdDataObj" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ComponentMapIdDataObj |
componentMapId |
protected String |
description |
protected StreamIdDataObj |
id |
protected String |
language |
protected ProjectIdDataObj |
primaryProjectId |
protected List<RoleAssignmentDataObj> |
roleAssignments |
protected TriageStoreIdDataObj |
triageStoreId |
| Constructor and Description |
|---|
StreamDataObj() |
| Modifier and Type | Method and Description |
|---|---|
ComponentMapIdDataObj |
getComponentMapId()
Gets the value of the componentMapId property.
|
String |
getDescription()
Gets the value of the description property.
|
StreamIdDataObj |
getId()
Gets the value of the id property.
|
String |
getLanguage()
Gets the value of the language property.
|
ProjectIdDataObj |
getPrimaryProjectId()
Gets the value of the primaryProjectId property.
|
List<RoleAssignmentDataObj> |
getRoleAssignments()
Gets the value of the roleAssignments property.
|
TriageStoreIdDataObj |
getTriageStoreId()
Gets the value of the triageStoreId property.
|
void |
setComponentMapId(ComponentMapIdDataObj value)
Sets the value of the componentMapId property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(StreamIdDataObj value)
Sets the value of the id property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setPrimaryProjectId(ProjectIdDataObj value)
Sets the value of the primaryProjectId property.
|
void |
setTriageStoreId(TriageStoreIdDataObj value)
Sets the value of the triageStoreId property.
|
protected List<RoleAssignmentDataObj> roleAssignments
protected ComponentMapIdDataObj componentMapId
protected String description
protected StreamIdDataObj id
protected String language
protected ProjectIdDataObj primaryProjectId
protected TriageStoreIdDataObj triageStoreId
public 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
public ComponentMapIdDataObj getComponentMapId()
ComponentMapIdDataObjpublic void setComponentMapId(ComponentMapIdDataObj value)
value - allowed object is
ComponentMapIdDataObjpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic StreamIdDataObj getId()
StreamIdDataObjpublic void setId(StreamIdDataObj value)
value - allowed object is
StreamIdDataObjpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic ProjectIdDataObj getPrimaryProjectId()
ProjectIdDataObjpublic void setPrimaryProjectId(ProjectIdDataObj value)
value - allowed object is
ProjectIdDataObjpublic TriageStoreIdDataObj getTriageStoreId()
TriageStoreIdDataObjpublic void setTriageStoreId(TriageStoreIdDataObj value)
value - allowed object is
TriageStoreIdDataObjCopyright © 2004-2013 Hudson. All Rights Reserved.