public class GroupFilterSpecDataObj extends Object
Java class for groupFilterSpecDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="groupFilterSpecDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ldap" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="namePattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="projectIdDataObj" type="{http://ws.coverity.com/v5}projectIdDataObj" minOccurs="0"/>
<element name="userList" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
ldap |
protected String |
namePattern |
protected ProjectIdDataObj |
projectIdDataObj |
protected List<String> |
userList |
| Constructor and Description |
|---|
GroupFilterSpecDataObj() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamePattern()
Gets the value of the namePattern property.
|
ProjectIdDataObj |
getProjectIdDataObj()
Gets the value of the projectIdDataObj property.
|
List<String> |
getUserList()
Gets the value of the userList property.
|
Boolean |
isLdap()
Gets the value of the ldap property.
|
void |
setLdap(Boolean value)
Sets the value of the ldap property.
|
void |
setNamePattern(String value)
Sets the value of the namePattern property.
|
void |
setProjectIdDataObj(ProjectIdDataObj value)
Sets the value of the projectIdDataObj property.
|
protected Boolean ldap
protected String namePattern
protected ProjectIdDataObj projectIdDataObj
public Boolean isLdap()
Booleanpublic void setLdap(Boolean value)
value - allowed object is
Booleanpublic String getNamePattern()
Stringpublic void setNamePattern(String value)
value - allowed object is
Stringpublic ProjectIdDataObj getProjectIdDataObj()
ProjectIdDataObjpublic void setProjectIdDataObj(ProjectIdDataObj value)
value - allowed object is
ProjectIdDataObjpublic List<String> getUserList()
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 userList property.
For example, to add a new item, do as follows:
getUserList().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2004-2013 Hudson. All Rights Reserved.