public class SetUserActivationState 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="userID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="activationState" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
activationState |
protected String |
sessionID |
protected int |
userID |
| Constructor and Description |
|---|
SetUserActivationState() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSessionID()
Gets the value of the sessionID property.
|
int |
getUserID()
Gets the value of the userID property.
|
boolean |
isActivationState()
Gets the value of the activationState property.
|
void |
setActivationState(boolean value)
Sets the value of the activationState property.
|
void |
setSessionID(String value)
Sets the value of the sessionID property.
|
void |
setUserID(int value)
Sets the value of the userID property.
|
protected String sessionID
protected int userID
protected boolean activationState
public String getSessionID()
Stringpublic void setSessionID(String value)
value - allowed object is
Stringpublic int getUserID()
public void setUserID(int value)
public boolean isActivationState()
public void setActivationState(boolean value)
Copyright © 2020. All rights reserved.