public class ComponentDataObj extends Object
Java class for componentDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="componentDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="componentId" type="{http://ws.coverity.com/v5}componentIdDataObj"/>
<element name="groupPermissions" type="{http://ws.coverity.com/v5}groupPermissionDataObj" maxOccurs="unbounded"/>
<element name="subscribers" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ComponentIdDataObj |
componentId |
protected List<GroupPermissionDataObj> |
groupPermissions |
protected List<String> |
subscribers |
| Constructor and Description |
|---|
ComponentDataObj() |
| Modifier and Type | Method and Description |
|---|---|
ComponentIdDataObj |
getComponentId()
Gets the value of the componentId property.
|
List<GroupPermissionDataObj> |
getGroupPermissions()
Gets the value of the groupPermissions property.
|
List<String> |
getSubscribers()
Gets the value of the subscribers property.
|
void |
setComponentId(ComponentIdDataObj value)
Sets the value of the componentId property.
|
protected ComponentIdDataObj componentId
protected List<GroupPermissionDataObj> groupPermissions
public ComponentIdDataObj getComponentId()
ComponentIdDataObjpublic void setComponentId(ComponentIdDataObj value)
value - allowed object is
ComponentIdDataObjpublic List<GroupPermissionDataObj> getGroupPermissions()
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 groupPermissions property.
For example, to add a new item, do as follows:
getGroupPermissions().add(newItem);
Objects of the following type(s) are allowed in the list
GroupPermissionDataObj
public List<String> getSubscribers()
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 subscribers property.
For example, to add a new item, do as follows:
getSubscribers().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2004-2013 Hudson. All Rights Reserved.