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

E22562-02

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

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

public class FindHelpTopicAbstract
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
FindHelpTopicAbstract()
           
 
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

FindHelpTopicAbstract

public FindHelpTopicAbstract()
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.2)

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.