public class GetUserPrimaryDepartmentId
extends java.lang.Object
Java class for getUserPrimaryDepartmentId complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getUserPrimaryDepartmentId">
<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="corporateUserId" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
corporateUserId |
protected java.lang.String |
session |
| Constructor and Description |
|---|
GetUserPrimaryDepartmentId() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCorporateUserId()
Gets the value of the corporateUserId property.
|
java.lang.String |
getSession()
Gets the value of the session property.
|
void |
setCorporateUserId(int value)
Sets the value of the corporateUserId property.
|
void |
setSession(java.lang.String value)
Sets the value of the session property.
|
protected java.lang.String session
protected int corporateUserId
public java.lang.String getSession()
Stringpublic void setSession(java.lang.String value)
value - allowed object is
Stringpublic int getCorporateUserId()
public void setCorporateUserId(int value)