|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.ShortStoryTemplate
public class ShortStoryTemplate
Java class for short_story_template complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="short_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"/>
<element name="preferred_layout" type="{http://www.w3.org/2001/XMLSchema}short"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected short |
preferredLayout
|
protected java.lang.String |
templateBody
|
protected java.lang.String |
templateTitle
|
| Constructor Summary | |
|---|---|
ShortStoryTemplate()
|
|
| Method Summary | |
|---|---|
short |
getPreferredLayout()
Gets the value of the preferredLayout property. |
java.lang.String |
getTemplateBody()
Gets the value of the templateBody property. |
java.lang.String |
getTemplateTitle()
Gets the value of the templateTitle property. |
void |
setPreferredLayout(short value)
Sets the value of the preferredLayout 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
protected short preferredLayout
| Constructor Detail |
|---|
public ShortStoryTemplate()
| 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
Stringpublic short getPreferredLayout()
public void setPreferredLayout(short value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||