|
Oracle Fusion Middleware extensions for Applications Core API Reference 11g Release 1 (11.1.1.6) E22562-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.apps.fnd.applcore.patterns.uaWebService.types.HelpTopicAbstract
public class HelpTopicAbstract
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 |
|---|
protected javax.xml.bind.JAXBElement<java.lang.String> topicId
protected javax.xml.bind.JAXBElement<java.lang.String> title
protected javax.xml.bind.JAXBElement<java.lang.String> abstractSummary
protected javax.xml.bind.JAXBElement<java.lang.String> source
protected javax.xml.bind.JAXBElement<java.lang.String> topicType
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
| Constructor Detail |
|---|
public HelpTopicAbstract()
| Method Detail |
|---|
public javax.xml.bind.JAXBElement<java.lang.String> getTopicId()
JAXBElement<String>public void setTopicId(javax.xml.bind.JAXBElement<java.lang.String> value)
value - allowed object is
JAXBElement<String>public javax.xml.bind.JAXBElement<java.lang.String> getTitle()
JAXBElement<String>public void setTitle(javax.xml.bind.JAXBElement<java.lang.String> value)
value - allowed object is
JAXBElement<String>public javax.xml.bind.JAXBElement<java.lang.String> getAbstractSummary()
JAXBElement<String>public void setAbstractSummary(javax.xml.bind.JAXBElement<java.lang.String> value)
value - allowed object is
JAXBElement<String>public javax.xml.bind.JAXBElement<java.lang.String> getSource()
JAXBElement<String>public void setSource(javax.xml.bind.JAXBElement<java.lang.String> value)
value - allowed object is
JAXBElement<String>public javax.xml.bind.JAXBElement<java.lang.String> getTopicType()
JAXBElement<String>public void setTopicType(javax.xml.bind.JAXBElement<java.lang.String> value)
value - allowed object is
JAXBElement<String>public javax.xml.bind.JAXBElement<java.lang.String> getFileType()
JAXBElement<String>public void setFileType(javax.xml.bind.JAXBElement<java.lang.String> value)
value - allowed object is
JAXBElement<String>public javax.xml.bind.JAXBElement<java.lang.Integer> getRating()
JAXBElement<Integer>public void setRating(javax.xml.bind.JAXBElement<java.lang.Integer> value)
value - allowed object is
JAXBElement<Integer>public javax.xml.bind.JAXBElement<java.lang.Long> getRatingCount()
JAXBElement<Long>public void setRatingCount(javax.xml.bind.JAXBElement<java.lang.Long> value)
value - allowed object is
JAXBElement<Long>
|
Oracle Fusion Middleware extensions for Applications Core API Reference 11g Release 1 (11.1.1.6) E22562-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||