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

E22562-03

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

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

public class HelpTopicAbstract
extends java.lang.Object

Java class for HelpTopicAbstract complex type.

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

 <complexType name="HelpTopicAbstract">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TopicId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AbstractSummary" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Source" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TopicType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FileType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Rating" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="RatingCount" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.bind.JAXBElement<java.lang.String> abstractSummary
           
protected  javax.xml.bind.JAXBElement<java.lang.String> fileType
           
protected  javax.xml.bind.JAXBElement<java.lang.Integer> rating
           
protected  javax.xml.bind.JAXBElement<java.lang.Long> ratingCount
           
protected  javax.xml.bind.JAXBElement<java.lang.String> source
           
protected  javax.xml.bind.JAXBElement<java.lang.String> title
           
protected  javax.xml.bind.JAXBElement<java.lang.String> topicId
           
protected  javax.xml.bind.JAXBElement<java.lang.String> topicType
           
 
Constructor Summary
HelpTopicAbstract()
           
 
Method Summary
 javax.xml.bind.JAXBElement<java.lang.String> getAbstractSummary()
          Gets the value of the abstractSummary property.
 javax.xml.bind.JAXBElement<java.lang.String> getFileType()
          Gets the value of the fileType property.
 javax.xml.bind.JAXBElement<java.lang.Integer> getRating()
          Gets the value of the rating property.
 javax.xml.bind.JAXBElement<java.lang.Long> getRatingCount()
          Gets the value of the ratingCount property.
 javax.xml.bind.JAXBElement<java.lang.String> getSource()
          Gets the value of the source property.
 javax.xml.bind.JAXBElement<java.lang.String> getTitle()
          Gets the value of the title property.
 javax.xml.bind.JAXBElement<java.lang.String> getTopicId()
          Gets the value of the topicId property.
 javax.xml.bind.JAXBElement<java.lang.String> getTopicType()
          Gets the value of the topicType property.
 void setAbstractSummary(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the abstractSummary property.
 void setFileType(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the fileType property.
 void setRating(javax.xml.bind.JAXBElement<java.lang.Integer> value)
          Sets the value of the rating property.
 void setRatingCount(javax.xml.bind.JAXBElement<java.lang.Long> value)
          Sets the value of the ratingCount property.
 void setSource(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the source property.
 void setTitle(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the title property.
 void setTopicId(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the topicId property.
 void setTopicType(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the topicType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

topicId

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

title

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

abstractSummary

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

source

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

topicType

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

fileType

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

rating

protected javax.xml.bind.JAXBElement<java.lang.Integer> rating

ratingCount

protected javax.xml.bind.JAXBElement<java.lang.Long> ratingCount
Constructor Detail

HelpTopicAbstract

public HelpTopicAbstract()
Method Detail

getTopicId

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

Returns:
possible object is JAXBElement<String>

setTopicId

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

Parameters:
value - allowed object is JAXBElement<String>

getTitle

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

Returns:
possible object is JAXBElement<String>

setTitle

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

Parameters:
value - allowed object is JAXBElement<String>

getAbstractSummary

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

Returns:
possible object is JAXBElement<String>

setAbstractSummary

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

Parameters:
value - allowed object is JAXBElement<String>

getSource

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

Returns:
possible object is JAXBElement<String>

setSource

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

Parameters:
value - allowed object is JAXBElement<String>

getTopicType

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

Returns:
possible object is JAXBElement<String>

setTopicType

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

Parameters:
value - allowed object is JAXBElement<String>

getFileType

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

Returns:
possible object is JAXBElement<String>

setFileType

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

Parameters:
value - allowed object is JAXBElement<String>

getRating

public javax.xml.bind.JAXBElement<java.lang.Integer> getRating()
Gets the value of the rating property.

Returns:
possible object is JAXBElement<Integer>

setRating

public void setRating(javax.xml.bind.JAXBElement<java.lang.Integer> value)
Sets the value of the rating property.

Parameters:
value - allowed object is JAXBElement<Integer>

getRatingCount

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

Returns:
possible object is JAXBElement<Long>

setRatingCount

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

Parameters:
value - allowed object is JAXBElement<Long>

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.