com.google.code.facebookapi.schema
Class TemplateBundle

java.lang.Object
  extended by com.google.code.facebookapi.schema.TemplateBundle
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class TemplateBundle
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

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="stream_action_link" type="{http://api.facebook.com/1.0/}stream_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
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 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.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 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.
 java.lang.String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, 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.


toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public void equals(java.lang.Object object,
                   org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2010. All Rights Reserved.