|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.emc.cdp.services.rest.model.TokenGroupRoleList
public class TokenGroupRoleList
Java class for TokenGroupRoleList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TokenGroupRoleList">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tokenGroupRole" type="{http://cdp.emc.com/services/rest/model}TokenGroupRole" maxOccurs="unbounded" minOccurs="0"/>
<element name="startIndex" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="pageSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="totalResults" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected int |
pageSize
|
protected int |
startIndex
|
protected List<TokenGroupRole> |
tokenGroupRoles
|
protected int |
totalResults
|
| Constructor Summary | |
|---|---|
TokenGroupRoleList()
|
|
| Method Summary | |
|---|---|
int |
getPageSize()
Gets the value of the pageSize property. |
int |
getStartIndex()
Gets the value of the startIndex property. |
List<TokenGroupRole> |
getTokenGroupRoles()
Gets the value of the tokenGroupRoles property. |
int |
getTotalResults()
Gets the value of the totalResults property. |
void |
setPageSize(int value)
Sets the value of the pageSize property. |
void |
setStartIndex(int value)
Sets the value of the startIndex property. |
void |
setTotalResults(int value)
Sets the value of the totalResults property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<TokenGroupRole> tokenGroupRoles
protected int startIndex
protected int pageSize
protected int totalResults
| Constructor Detail |
|---|
public TokenGroupRoleList()
| Method Detail |
|---|
public List<TokenGroupRole> getTokenGroupRoles()
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 tokenGroupRoles property.
For example, to add a new item, do as follows:
getTokenGroupRoles().add(newItem);
Objects of the following type(s) are allowed in the list
TokenGroupRole
public int getStartIndex()
public void setStartIndex(int value)
public int getPageSize()
public void setPageSize(int value)
public int getTotalResults()
public void setTotalResults(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||