Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


oracle.bpm.services.organization.model
Class UsersWithPropertiesType

java.lang.Object
  extended by oracle.bpm.services.organization.model.UsersWithPropertiesType

All Implemented Interfaces:
java.io.Serializable

public class UsersWithPropertiesType
extends java.lang.Object
implements java.io.Serializable

Java class for usersWithPropertiesType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="usersWithPropertiesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://xmlns.oracle.com/bpel/workflow/taskQuery}predicate"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
UsersWithPropertiesType()
           

 

Method Summary
 PredicateType getPredicate()
          Gets the value of the predicate property.
 boolean isSetPredicate()
           
 void setPredicate(PredicateType value)
          Sets the value of the predicate property.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

UsersWithPropertiesType

public UsersWithPropertiesType()

Method Detail

getPredicate

public PredicateType getPredicate()
Gets the value of the predicate property.
Returns:
possible object is PredicateType

setPredicate

public void setPredicate(PredicateType value)
Sets the value of the predicate property.
Parameters:
value - allowed object is PredicateType

isSetPredicate

public boolean isSetPredicate()

Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.