public class GetUserTypes
extends java.lang.Object
Java class for getUserTypes complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getUserTypes">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="session" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="personEntityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
personEntityName |
protected java.lang.String |
session |
| Constructor and Description |
|---|
GetUserTypes() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPersonEntityName()
Gets the value of the personEntityName property.
|
java.lang.String |
getSession()
Gets the value of the session property.
|
void |
setPersonEntityName(java.lang.String value)
Sets the value of the personEntityName property.
|
void |
setSession(java.lang.String value)
Sets the value of the session property.
|
protected java.lang.String session
protected java.lang.String personEntityName
public java.lang.String getSession()
Stringpublic void setSession(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPersonEntityName()
Stringpublic void setPersonEntityName(java.lang.String value)
value - allowed object is
String