public class GetAllUsersInGroup extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sessionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="groupID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isRecursive" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
groupID |
protected boolean |
isRecursive |
protected String |
sessionID |
| Constructor and Description |
|---|
GetAllUsersInGroup() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupID()
Gets the value of the groupID property.
|
String |
getSessionID()
Gets the value of the sessionID property.
|
boolean |
isIsRecursive()
Gets the value of the isRecursive property.
|
void |
setGroupID(String value)
Sets the value of the groupID property.
|
void |
setIsRecursive(boolean value)
Sets the value of the isRecursive property.
|
void |
setSessionID(String value)
Sets the value of the sessionID property.
|
protected String sessionID
protected String groupID
protected boolean isRecursive
public String getSessionID()
Stringpublic void setSessionID(String value)
value - allowed object is
Stringpublic String getGroupID()
Stringpublic void setGroupID(String value)
value - allowed object is
Stringpublic boolean isIsRecursive()
public void setIsRecursive(boolean value)
Copyright © 2020. All rights reserved.