public class UpdateUserData 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="userData" type="{http://Checkmarx.com}UserData" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
sessionID |
protected UserData |
userData |
| Constructor and Description |
|---|
UpdateUserData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSessionID()
Gets the value of the sessionID property.
|
UserData |
getUserData()
Gets the value of the userData property.
|
void |
setSessionID(String value)
Sets the value of the sessionID property.
|
void |
setUserData(UserData value)
Sets the value of the userData property.
|
public String getSessionID()
Stringpublic void setSessionID(String value)
value - allowed object is
Stringpublic UserData getUserData()
UserDataCopyright © 2020. All rights reserved.