com.google.code.facebookapi.schema
Class TemplateBundle

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

public class TemplateBundle
extends java.lang.Object

Java class for template_bundle complex type.

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

 <complexType name="template_bundle">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="one_line_story_templates">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence maxOccurs="unbounded" minOccurs="0">
                   <element name="one_line_story_template" type="{http://api.facebook.com/1.0/}one_line_story_template" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
                 <attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="short_story_templates">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence maxOccurs="unbounded" minOccurs="0">
                   <element name="short_story_template" type="{http://api.facebook.com/1.0/}short_story_template" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
                 <attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="full_story_template" type="{http://api.facebook.com/1.0/}full_story_template"/>
         <element name="action_links">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence maxOccurs="unbounded" minOccurs="0">
                   <element name="action_link" type="{http://api.facebook.com/1.0/}action_link" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
                 <attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="time_created" type="{http://api.facebook.com/1.0/}time"/>
         <element name="template_bundle_id" type="{http://api.facebook.com/1.0/}tbid"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class TemplateBundle.ActionLinks
          Java class for anonymous complex type.
static class TemplateBundle.OneLineStoryTemplates
          Java class for anonymous complex type.
static class TemplateBundle.ShortStoryTemplates
          Java class for anonymous complex type.
 
Field Summary
protected  TemplateBundle.ActionLinks actionLinks
           
protected  FullStoryTemplate fullStoryTemplate
           
protected  TemplateBundle.OneLineStoryTemplates oneLineStoryTemplates
           
protected  TemplateBundle.ShortStoryTemplates shortStoryTemplates
           
protected  long templateBundleId
           
protected  long timeCreated
           
 
Constructor Summary
TemplateBundle()
           
 
Method Summary
 TemplateBundle.ActionLinks getActionLinks()
          Gets the value of the actionLinks property.
 FullStoryTemplate getFullStoryTemplate()
          Gets the value of the fullStoryTemplate property.
 TemplateBundle.OneLineStoryTemplates getOneLineStoryTemplates()
          Gets the value of the oneLineStoryTemplates property.
 TemplateBundle.ShortStoryTemplates getShortStoryTemplates()
          Gets the value of the shortStoryTemplates property.
 long getTemplateBundleId()
          Gets the value of the templateBundleId property.
 long getTimeCreated()
          Gets the value of the timeCreated property.
 void setActionLinks(TemplateBundle.ActionLinks value)
          Sets the value of the actionLinks property.
 void setFullStoryTemplate(FullStoryTemplate value)
          Sets the value of the fullStoryTemplate property.
 void setOneLineStoryTemplates(TemplateBundle.OneLineStoryTemplates value)
          Sets the value of the oneLineStoryTemplates property.
 void setShortStoryTemplates(TemplateBundle.ShortStoryTemplates value)
          Sets the value of the shortStoryTemplates property.
 void setTemplateBundleId(long value)
          Sets the value of the templateBundleId property.
 void setTimeCreated(long value)
          Sets the value of the timeCreated property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oneLineStoryTemplates

protected TemplateBundle.OneLineStoryTemplates oneLineStoryTemplates

shortStoryTemplates

protected TemplateBundle.ShortStoryTemplates shortStoryTemplates

fullStoryTemplate

protected FullStoryTemplate fullStoryTemplate

actionLinks

protected TemplateBundle.ActionLinks actionLinks

timeCreated

protected long timeCreated

templateBundleId

protected long templateBundleId
Constructor Detail

TemplateBundle

public TemplateBundle()
Method Detail

getOneLineStoryTemplates

public TemplateBundle.OneLineStoryTemplates getOneLineStoryTemplates()
Gets the value of the oneLineStoryTemplates property.

Returns:
possible object is TemplateBundle.OneLineStoryTemplates

setOneLineStoryTemplates

public void setOneLineStoryTemplates(TemplateBundle.OneLineStoryTemplates value)
Sets the value of the oneLineStoryTemplates property.

Parameters:
value - allowed object is TemplateBundle.OneLineStoryTemplates

getShortStoryTemplates

public TemplateBundle.ShortStoryTemplates getShortStoryTemplates()
Gets the value of the shortStoryTemplates property.

Returns:
possible object is TemplateBundle.ShortStoryTemplates

setShortStoryTemplates

public void setShortStoryTemplates(TemplateBundle.ShortStoryTemplates value)
Sets the value of the shortStoryTemplates property.

Parameters:
value - allowed object is TemplateBundle.ShortStoryTemplates

getFullStoryTemplate

public FullStoryTemplate getFullStoryTemplate()
Gets the value of the fullStoryTemplate property.

Returns:
possible object is FullStoryTemplate

setFullStoryTemplate

public void setFullStoryTemplate(FullStoryTemplate value)
Sets the value of the fullStoryTemplate property.

Parameters:
value - allowed object is FullStoryTemplate

getActionLinks

public TemplateBundle.ActionLinks getActionLinks()
Gets the value of the actionLinks property.

Returns:
possible object is TemplateBundle.ActionLinks

setActionLinks

public void setActionLinks(TemplateBundle.ActionLinks value)
Sets the value of the actionLinks property.

Parameters:
value - allowed object is TemplateBundle.ActionLinks

getTimeCreated

public long getTimeCreated()
Gets the value of the timeCreated property.


setTimeCreated

public void setTimeCreated(long value)
Sets the value of the timeCreated property.


getTemplateBundleId

public long getTemplateBundleId()
Gets the value of the templateBundleId property.


setTemplateBundleId

public void setTemplateBundleId(long value)
Sets the value of the templateBundleId property.



Copyright © 2008. All Rights Reserved.