public class UserStateFilterXto extends PredicateBaseXto
Java class for UserStateFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserStateFilter">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}PredicateBase">
<attribute name="loggedInOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
UserStateFilterXto() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLoggedInOnly()
Gets the value of the loggedInOnly property.
|
void |
setLoggedInOnly(Boolean value)
Sets the value of the loggedInOnly property.
|
Copyright © 2016 Eclipse Stardust. All Rights Reserved.