public class PerformedByUserFilterXto extends PredicateBaseXto
Java class for PerformedByUserFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerformedByUserFilter">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}PredicateBase">
<sequence>
<element name="userOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PerformedByUserFilterXto() |
| Modifier and Type | Method and Description |
|---|---|
long |
getUserOid()
Gets the value of the userOid property.
|
void |
setUserOid(long value)
Sets the value of the userOid property.
|
Copyright © 2016 Eclipse Stardust. All Rights Reserved.