com.google.code.facebookapi.schema
Class ShortStoryTemplate

java.lang.Object
  extended by com.google.code.facebookapi.schema.ShortStoryTemplate

public class ShortStoryTemplate
extends java.lang.Object

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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String templateBody
           
protected  java.lang.String templateTitle
           
 
Constructor Summary
ShortStoryTemplate()
           
 
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

templateTitle

protected java.lang.String templateTitle

templateBody

protected java.lang.String templateBody
Constructor Detail

ShortStoryTemplate

public ShortStoryTemplate()
Method Detail

getTemplateTitle

public java.lang.String getTemplateTitle()
Gets the value of the templateTitle property.

Returns:
possible object is String

setTemplateTitle

public void setTemplateTitle(java.lang.String value)
Sets the value of the templateTitle property.

Parameters:
value - allowed object is String

getTemplateBody

public java.lang.String getTemplateBody()
Gets the value of the templateBody property.

Returns:
possible object is String

setTemplateBody

public void setTemplateBody(java.lang.String value)
Sets the value of the templateBody property.

Parameters:
value - allowed object is String


Copyright © 2008. All Rights Reserved.