public class GroupDataObj extends Object
Java class for groupDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="groupDataObj">
<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="local" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="name" type="{http://ws.coverity.com/v5}groupIdDataObj" minOccurs="0"/>
<element name="syncEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
local |
protected GroupIdDataObj |
name |
protected List<RoleAssignmentDataObj> |
roleAssignments |
protected boolean |
syncEnabled |
| Constructor and Description |
|---|
GroupDataObj() |
| Modifier and Type | Method and Description |
|---|---|
GroupIdDataObj |
getName()
Gets the value of the name property.
|
List<RoleAssignmentDataObj> |
getRoleAssignments()
Gets the value of the roleAssignments property.
|
boolean |
isLocal()
Gets the value of the local property.
|
boolean |
isSyncEnabled()
Gets the value of the syncEnabled property.
|
void |
setLocal(boolean value)
Sets the value of the local property.
|
void |
setName(GroupIdDataObj value)
Sets the value of the name property.
|
void |
setSyncEnabled(boolean value)
Sets the value of the syncEnabled property.
|
protected List<RoleAssignmentDataObj> roleAssignments
protected boolean local
protected GroupIdDataObj name
protected boolean syncEnabled
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 boolean isLocal()
public void setLocal(boolean value)
public GroupIdDataObj getName()
GroupIdDataObjpublic void setName(GroupIdDataObj value)
value - allowed object is
GroupIdDataObjpublic boolean isSyncEnabled()
public void setSyncEnabled(boolean value)
Copyright © 2004-2013 Hudson. All Rights Reserved.