public class UpdateUserGroups 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}long"/>
<element name="unsubscribedGroups" type="{http://Checkmarx.com}ArrayOfGroup" minOccurs="0"/>
<element name="subscribedGroups" type="{http://Checkmarx.com}ArrayOfGroup" minOccurs="0"/>
<element name="role" type="{http://Checkmarx.com}Role" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Role |
role |
protected String |
sessionID |
protected ArrayOfGroup |
subscribedGroups |
protected ArrayOfGroup |
unsubscribedGroups |
protected long |
userID |
| Constructor and Description |
|---|
UpdateUserGroups() |
| Modifier and Type | Method and Description |
|---|---|
Role |
getRole()
Gets the value of the role property.
|
String |
getSessionID()
Gets the value of the sessionID property.
|
ArrayOfGroup |
getSubscribedGroups()
Gets the value of the subscribedGroups property.
|
ArrayOfGroup |
getUnsubscribedGroups()
Gets the value of the unsubscribedGroups property.
|
long |
getUserID()
Gets the value of the userID property.
|
void |
setRole(Role value)
Sets the value of the role property.
|
void |
setSessionID(String value)
Sets the value of the sessionID property.
|
void |
setSubscribedGroups(ArrayOfGroup value)
Sets the value of the subscribedGroups property.
|
void |
setUnsubscribedGroups(ArrayOfGroup value)
Sets the value of the unsubscribedGroups property.
|
void |
setUserID(long value)
Sets the value of the userID property.
|
protected String sessionID
protected long userID
protected ArrayOfGroup unsubscribedGroups
protected ArrayOfGroup subscribedGroups
protected Role role
public String getSessionID()
Stringpublic void setSessionID(String value)
value - allowed object is
Stringpublic long getUserID()
public void setUserID(long value)
public ArrayOfGroup getUnsubscribedGroups()
ArrayOfGrouppublic void setUnsubscribedGroups(ArrayOfGroup value)
value - allowed object is
ArrayOfGrouppublic ArrayOfGroup getSubscribedGroups()
ArrayOfGrouppublic void setSubscribedGroups(ArrayOfGroup value)
value - allowed object is
ArrayOfGroupCopyright © 2020. All rights reserved.