public class GetUsers extends Object
Java class for getUsers complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getUsers">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="filterSpec" type="{http://ws.coverity.com/v5}userFilterSpecDataObj" minOccurs="0"/>
<element name="pageSpec" type="{http://ws.coverity.com/v5}pageSpecDataObj" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected UserFilterSpecDataObj |
filterSpec |
protected PageSpecDataObj |
pageSpec |
| Constructor and Description |
|---|
GetUsers() |
| Modifier and Type | Method and Description |
|---|---|
UserFilterSpecDataObj |
getFilterSpec()
Gets the value of the filterSpec property.
|
PageSpecDataObj |
getPageSpec()
Gets the value of the pageSpec property.
|
void |
setFilterSpec(UserFilterSpecDataObj value)
Sets the value of the filterSpec property.
|
void |
setPageSpec(PageSpecDataObj value)
Sets the value of the pageSpec property.
|
protected UserFilterSpecDataObj filterSpec
protected PageSpecDataObj pageSpec
public UserFilterSpecDataObj getFilterSpec()
UserFilterSpecDataObjpublic void setFilterSpec(UserFilterSpecDataObj value)
value - allowed object is
UserFilterSpecDataObjpublic PageSpecDataObj getPageSpec()
PageSpecDataObjpublic void setPageSpec(PageSpecDataObj value)
value - allowed object is
PageSpecDataObjCopyright © 2004-2013 Hudson. All Rights Reserved.