|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.TemplateBundle
public class TemplateBundle
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 |
|---|
protected TemplateBundle.OneLineStoryTemplates oneLineStoryTemplates
protected TemplateBundle.ShortStoryTemplates shortStoryTemplates
protected FullStoryTemplate fullStoryTemplate
protected TemplateBundle.ActionLinks actionLinks
protected long timeCreated
protected long templateBundleId
| Constructor Detail |
|---|
public TemplateBundle()
| Method Detail |
|---|
public TemplateBundle.OneLineStoryTemplates getOneLineStoryTemplates()
TemplateBundle.OneLineStoryTemplatespublic void setOneLineStoryTemplates(TemplateBundle.OneLineStoryTemplates value)
value - allowed object is
TemplateBundle.OneLineStoryTemplatespublic TemplateBundle.ShortStoryTemplates getShortStoryTemplates()
TemplateBundle.ShortStoryTemplatespublic void setShortStoryTemplates(TemplateBundle.ShortStoryTemplates value)
value - allowed object is
TemplateBundle.ShortStoryTemplatespublic FullStoryTemplate getFullStoryTemplate()
FullStoryTemplatepublic void setFullStoryTemplate(FullStoryTemplate value)
value - allowed object is
FullStoryTemplatepublic TemplateBundle.ActionLinks getActionLinks()
TemplateBundle.ActionLinkspublic void setActionLinks(TemplateBundle.ActionLinks value)
value - allowed object is
TemplateBundle.ActionLinkspublic long getTimeCreated()
public void setTimeCreated(long value)
public long getTemplateBundleId()
public void setTemplateBundleId(long value)
public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.String toString()
toString in class java.lang.Object
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||