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