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 HelpTopicCriteria

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

public class HelpTopicCriteria
extends java.lang.Object

Java class for HelpTopicCriteria complex type.

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

 <complexType name="HelpTopicCriteria">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="UapKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FunctionalAreaId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="FlowId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="ActivityId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="IndustryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TerritoryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Release" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="LanguageCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Workarea" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Task" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.bind.JAXBElement<java.lang.Long> activityId
           
protected  javax.xml.bind.JAXBElement<java.lang.Long> flowId
           
protected  javax.xml.bind.JAXBElement<java.lang.Long> functionalAreaId
           
protected  javax.xml.bind.JAXBElement<java.lang.String> industryCode
           
protected  javax.xml.bind.JAXBElement<java.lang.String> languageCode
           
protected  javax.xml.bind.JAXBElement<java.lang.String> release
           
protected  javax.xml.bind.JAXBElement<java.lang.String> task
           
protected  javax.xml.bind.JAXBElement<java.lang.String> territoryCode
           
protected  javax.xml.bind.JAXBElement<java.lang.String> uapKey
           
protected  javax.xml.bind.JAXBElement<java.lang.String> workarea
           
 
Constructor Summary
HelpTopicCriteria()
           
 
Method Summary
 javax.xml.bind.JAXBElement<java.lang.Long> getActivityId()
          Gets the value of the activityId property.
 javax.xml.bind.JAXBElement<java.lang.Long> getFlowId()
          Gets the value of the flowId property.
 javax.xml.bind.JAXBElement<java.lang.Long> getFunctionalAreaId()
          Gets the value of the functionalAreaId property.
 javax.xml.bind.JAXBElement<java.lang.String> getIndustryCode()
          Gets the value of the industryCode property.
 javax.xml.bind.JAXBElement<java.lang.String> getLanguageCode()
          Gets the value of the languageCode property.
 javax.xml.bind.JAXBElement<java.lang.String> getRelease()
          Gets the value of the release property.
 javax.xml.bind.JAXBElement<java.lang.String> getTask()
          Gets the value of the task property.
 javax.xml.bind.JAXBElement<java.lang.String> getTerritoryCode()
          Gets the value of the territoryCode property.
 javax.xml.bind.JAXBElement<java.lang.String> getUapKey()
          Gets the value of the uapKey property.
 javax.xml.bind.JAXBElement<java.lang.String> getWorkarea()
          Gets the value of the workarea property.
 void setActivityId(javax.xml.bind.JAXBElement<java.lang.Long> value)
          Sets the value of the activityId property.
 void setFlowId(javax.xml.bind.JAXBElement<java.lang.Long> value)
          Sets the value of the flowId property.
 void setFunctionalAreaId(javax.xml.bind.JAXBElement<java.lang.Long> value)
          Sets the value of the functionalAreaId property.
 void setIndustryCode(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the industryCode property.
 void setLanguageCode(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the languageCode property.
 void setRelease(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the release property.
 void setTask(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the task property.
 void setTerritoryCode(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the territoryCode property.
 void setUapKey(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the uapKey property.
 void setWorkarea(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the workarea property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uapKey

protected javax.xml.bind.JAXBElement<java.lang.String> uapKey

functionalAreaId

protected javax.xml.bind.JAXBElement<java.lang.Long> functionalAreaId

flowId

protected javax.xml.bind.JAXBElement<java.lang.Long> flowId

activityId

protected javax.xml.bind.JAXBElement<java.lang.Long> activityId

industryCode

protected javax.xml.bind.JAXBElement<java.lang.String> industryCode

territoryCode

protected javax.xml.bind.JAXBElement<java.lang.String> territoryCode

release

protected javax.xml.bind.JAXBElement<java.lang.String> release

languageCode

protected javax.xml.bind.JAXBElement<java.lang.String> languageCode

workarea

protected javax.xml.bind.JAXBElement<java.lang.String> workarea

task

protected javax.xml.bind.JAXBElement<java.lang.String> task
Constructor Detail

HelpTopicCriteria

public HelpTopicCriteria()
Method Detail

getUapKey

public javax.xml.bind.JAXBElement<java.lang.String> getUapKey()
Gets the value of the uapKey property.

Returns:
possible object is JAXBElement<String>

setUapKey

public void setUapKey(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the uapKey property.

Parameters:
value - allowed object is JAXBElement<String>

getFunctionalAreaId

public javax.xml.bind.JAXBElement<java.lang.Long> getFunctionalAreaId()
Gets the value of the functionalAreaId property.

Returns:
possible object is JAXBElement<Long>

setFunctionalAreaId

public void setFunctionalAreaId(javax.xml.bind.JAXBElement<java.lang.Long> value)
Sets the value of the functionalAreaId property.

Parameters:
value - allowed object is JAXBElement<Long>

getFlowId

public javax.xml.bind.JAXBElement<java.lang.Long> getFlowId()
Gets the value of the flowId property.

Returns:
possible object is JAXBElement<Long>

setFlowId

public void setFlowId(javax.xml.bind.JAXBElement<java.lang.Long> value)
Sets the value of the flowId property.

Parameters:
value - allowed object is JAXBElement<Long>

getActivityId

public javax.xml.bind.JAXBElement<java.lang.Long> getActivityId()
Gets the value of the activityId property.

Returns:
possible object is JAXBElement<Long>

setActivityId

public void setActivityId(javax.xml.bind.JAXBElement<java.lang.Long> value)
Sets the value of the activityId property.

Parameters:
value - allowed object is JAXBElement<Long>

getIndustryCode

public javax.xml.bind.JAXBElement<java.lang.String> getIndustryCode()
Gets the value of the industryCode property.

Returns:
possible object is JAXBElement<String>

setIndustryCode

public void setIndustryCode(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the industryCode property.

Parameters:
value - allowed object is JAXBElement<String>

getTerritoryCode

public javax.xml.bind.JAXBElement<java.lang.String> getTerritoryCode()
Gets the value of the territoryCode property.

Returns:
possible object is JAXBElement<String>

setTerritoryCode

public void setTerritoryCode(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the territoryCode property.

Parameters:
value - allowed object is JAXBElement<String>

getRelease

public javax.xml.bind.JAXBElement<java.lang.String> getRelease()
Gets the value of the release property.

Returns:
possible object is JAXBElement<String>

setRelease

public void setRelease(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the release property.

Parameters:
value - allowed object is JAXBElement<String>

getLanguageCode

public javax.xml.bind.JAXBElement<java.lang.String> getLanguageCode()
Gets the value of the languageCode property.

Returns:
possible object is JAXBElement<String>

setLanguageCode

public void setLanguageCode(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the languageCode property.

Parameters:
value - allowed object is JAXBElement<String>

getWorkarea

public javax.xml.bind.JAXBElement<java.lang.String> getWorkarea()
Gets the value of the workarea property.

Returns:
possible object is JAXBElement<String>

setWorkarea

public void setWorkarea(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the workarea property.

Parameters:
value - allowed object is JAXBElement<String>

getTask

public javax.xml.bind.JAXBElement<java.lang.String> getTask()
Gets the value of the task property.

Returns:
possible object is JAXBElement<String>

setTask

public void setTask(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the task property.

Parameters:
value - allowed object is JAXBElement<String>

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.