|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.FullStoryTemplate
public class FullStoryTemplate
Java class for full_story_template complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="full_story_template">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="template_title" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="template_body" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
templateBody
|
protected java.lang.String |
templateTitle
|
| Constructor Summary | |
|---|---|
FullStoryTemplate()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getTemplateBody()
Gets the value of the templateBody property. |
java.lang.String |
getTemplateTitle()
Gets the value of the templateTitle property. |
void |
setTemplateBody(java.lang.String value)
Sets the value of the templateBody property. |
void |
setTemplateTitle(java.lang.String value)
Sets the value of the templateTitle property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String templateTitle
protected java.lang.String templateBody
| Constructor Detail |
|---|
public FullStoryTemplate()
| Method Detail |
|---|
public java.lang.String getTemplateTitle()
Stringpublic void setTemplateTitle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTemplateBody()
Stringpublic void setTemplateBody(java.lang.String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||