Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.patterns.uaWebService.types
Class FindHelpTopicAbstractAsync

java.lang.Object
  extended by oracle.apps.fnd.applcore.patterns.uaWebService.types.FindHelpTopicAbstractAsync

public class FindHelpTopicAbstractAsync
extends java.lang.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="criteria" type="{http://xmlns.oracle.com/apps/atk/helpPortal/helpPortalService/}HelpTopicCriteria"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  HelpTopicCriteria criteria
           
 
Constructor Summary
FindHelpTopicAbstractAsync()
           
 
Method Summary
 HelpTopicCriteria getCriteria()
          Gets the value of the criteria property.
 void setCriteria(HelpTopicCriteria value)
          Sets the value of the criteria property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

criteria

protected HelpTopicCriteria criteria
Constructor Detail

FindHelpTopicAbstractAsync

public FindHelpTopicAbstractAsync()
Method Detail

getCriteria

public HelpTopicCriteria getCriteria()
Gets the value of the criteria property.

Returns:
possible object is HelpTopicCriteria

setCriteria

public void setCriteria(HelpTopicCriteria value)
Sets the value of the criteria property.

Parameters:
value - allowed object is HelpTopicCriteria

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.