public class GetAllUsersFromDomain 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="domain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="i_SearchPattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
domain |
protected String |
iSearchPattern |
protected String |
sessionID |
| Constructor and Description |
|---|
GetAllUsersFromDomain() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain()
Gets the value of the domain property.
|
String |
getISearchPattern()
Gets the value of the iSearchPattern property.
|
String |
getSessionID()
Gets the value of the sessionID property.
|
void |
setDomain(String value)
Sets the value of the domain property.
|
void |
setISearchPattern(String value)
Sets the value of the iSearchPattern property.
|
void |
setSessionID(String value)
Sets the value of the sessionID property.
|
protected String sessionID
protected String domain
protected String iSearchPattern
public String getSessionID()
Stringpublic void setSessionID(String value)
value - allowed object is
Stringpublic String getDomain()
Stringpublic void setDomain(String value)
value - allowed object is
Stringpublic String getISearchPattern()
StringCopyright © 2020. All rights reserved.