public class UserFilterSpecDataObj extends Object
Java class for userFilterSpecDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="userFilterSpecDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="assignable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="disabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="groupsList" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="ldap" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="locked" 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="startId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
assignable |
protected Boolean |
disabled |
protected List<String> |
groupsList |
protected Boolean |
ldap |
protected Boolean |
locked |
protected String |
namePattern |
protected ProjectIdDataObj |
projectIdDataObj |
protected Long |
startId |
| Constructor and Description |
|---|
UserFilterSpecDataObj() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getGroupsList()
Gets the value of the groupsList property.
|
String |
getNamePattern()
Gets the value of the namePattern property.
|
ProjectIdDataObj |
getProjectIdDataObj()
Gets the value of the projectIdDataObj property.
|
Long |
getStartId()
Gets the value of the startId property.
|
Boolean |
isAssignable()
Gets the value of the assignable property.
|
Boolean |
isDisabled()
Gets the value of the disabled property.
|
Boolean |
isLdap()
Gets the value of the ldap property.
|
Boolean |
isLocked()
Gets the value of the locked property.
|
void |
setAssignable(Boolean value)
Sets the value of the assignable property.
|
void |
setDisabled(Boolean value)
Sets the value of the disabled property.
|
void |
setLdap(Boolean value)
Sets the value of the ldap property.
|
void |
setLocked(Boolean value)
Sets the value of the locked property.
|
void |
setNamePattern(String value)
Sets the value of the namePattern property.
|
void |
setProjectIdDataObj(ProjectIdDataObj value)
Sets the value of the projectIdDataObj property.
|
void |
setStartId(Long value)
Sets the value of the startId property.
|
protected Boolean assignable
protected Boolean disabled
protected Boolean ldap
protected Boolean locked
protected String namePattern
protected ProjectIdDataObj projectIdDataObj
protected Long startId
public Boolean isAssignable()
Booleanpublic void setAssignable(Boolean value)
value - allowed object is
Booleanpublic Boolean isDisabled()
Booleanpublic void setDisabled(Boolean value)
value - allowed object is
Booleanpublic List<String> getGroupsList()
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 groupsList property.
For example, to add a new item, do as follows:
getGroupsList().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Boolean isLdap()
Booleanpublic void setLdap(Boolean value)
value - allowed object is
Booleanpublic Boolean isLocked()
Booleanpublic void setLocked(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 Long getStartId()
LongCopyright © 2004-2013 Hudson. All Rights Reserved.