org.hackystat.tickertape.tickerlingua.jaxb
Class TickerLingua

java.lang.Object
  extended by org.hackystat.tickertape.tickerlingua.jaxb.TickerLingua

public class TickerLingua
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}Globals" minOccurs="0"/>
         <element ref="{}HackystatServices"/>
         <element ref="{}HackystatUsers"/>
         <element ref="{}HackystatProjects"/>
         <element ref="{}Nabaztags" minOccurs="0"/>
         <element ref="{}TwitterAccounts" minOccurs="0"/>
         <element ref="{}FacebookAccounts" minOccurs="0"/>
         <element ref="{}Tickertapes"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  FacebookAccounts facebookAccounts
           
protected  Globals globals
           
protected  HackystatProjects hackystatProjects
           
protected  HackystatServices hackystatServices
           
protected  HackystatUsers hackystatUsers
           
protected  Nabaztags nabaztags
           
protected  Tickertapes tickertapes
           
protected  TwitterAccounts twitterAccounts
           
 
Constructor Summary
TickerLingua()
           
 
Method Summary
 FacebookAccounts getFacebookAccounts()
          Gets the value of the facebookAccounts property.
 Globals getGlobals()
          Gets the value of the globals property.
 HackystatProjects getHackystatProjects()
          Gets the value of the hackystatProjects property.
 HackystatServices getHackystatServices()
          Gets the value of the hackystatServices property.
 HackystatUsers getHackystatUsers()
          Gets the value of the hackystatUsers property.
 Nabaztags getNabaztags()
          Gets the value of the nabaztags property.
 Tickertapes getTickertapes()
          Gets the value of the tickertapes property.
 TwitterAccounts getTwitterAccounts()
          Gets the value of the twitterAccounts property.
 void setFacebookAccounts(FacebookAccounts value)
          Sets the value of the facebookAccounts property.
 void setGlobals(Globals value)
          Sets the value of the globals property.
 void setHackystatProjects(HackystatProjects value)
          Sets the value of the hackystatProjects property.
 void setHackystatServices(HackystatServices value)
          Sets the value of the hackystatServices property.
 void setHackystatUsers(HackystatUsers value)
          Sets the value of the hackystatUsers property.
 void setNabaztags(Nabaztags value)
          Sets the value of the nabaztags property.
 void setTickertapes(Tickertapes value)
          Sets the value of the tickertapes property.
 void setTwitterAccounts(TwitterAccounts value)
          Sets the value of the twitterAccounts property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

globals

protected Globals globals

hackystatServices

protected HackystatServices hackystatServices

hackystatUsers

protected HackystatUsers hackystatUsers

hackystatProjects

protected HackystatProjects hackystatProjects

nabaztags

protected Nabaztags nabaztags

twitterAccounts

protected TwitterAccounts twitterAccounts

facebookAccounts

protected FacebookAccounts facebookAccounts

tickertapes

protected Tickertapes tickertapes
Constructor Detail

TickerLingua

public TickerLingua()
Method Detail

getGlobals

public Globals getGlobals()
Gets the value of the globals property.

Returns:
possible object is Globals

setGlobals

public void setGlobals(Globals value)
Sets the value of the globals property.

Parameters:
value - allowed object is Globals

getHackystatServices

public HackystatServices getHackystatServices()
Gets the value of the hackystatServices property.

Returns:
possible object is HackystatServices

setHackystatServices

public void setHackystatServices(HackystatServices value)
Sets the value of the hackystatServices property.

Parameters:
value - allowed object is HackystatServices

getHackystatUsers

public HackystatUsers getHackystatUsers()
Gets the value of the hackystatUsers property.

Returns:
possible object is HackystatUsers

setHackystatUsers

public void setHackystatUsers(HackystatUsers value)
Sets the value of the hackystatUsers property.

Parameters:
value - allowed object is HackystatUsers

getHackystatProjects

public HackystatProjects getHackystatProjects()
Gets the value of the hackystatProjects property.

Returns:
possible object is HackystatProjects

setHackystatProjects

public void setHackystatProjects(HackystatProjects value)
Sets the value of the hackystatProjects property.

Parameters:
value - allowed object is HackystatProjects

getNabaztags

public Nabaztags getNabaztags()
Gets the value of the nabaztags property.

Returns:
possible object is Nabaztags

setNabaztags

public void setNabaztags(Nabaztags value)
Sets the value of the nabaztags property.

Parameters:
value - allowed object is Nabaztags

getTwitterAccounts

public TwitterAccounts getTwitterAccounts()
Gets the value of the twitterAccounts property.

Returns:
possible object is TwitterAccounts

setTwitterAccounts

public void setTwitterAccounts(TwitterAccounts value)
Sets the value of the twitterAccounts property.

Parameters:
value - allowed object is TwitterAccounts

getFacebookAccounts

public FacebookAccounts getFacebookAccounts()
Gets the value of the facebookAccounts property.

Returns:
possible object is FacebookAccounts

setFacebookAccounts

public void setFacebookAccounts(FacebookAccounts value)
Sets the value of the facebookAccounts property.

Parameters:
value - allowed object is FacebookAccounts

getTickertapes

public Tickertapes getTickertapes()
Gets the value of the tickertapes property.

Returns:
possible object is Tickertapes

setTickertapes

public void setTickertapes(Tickertapes value)
Sets the value of the tickertapes property.

Parameters:
value - allowed object is Tickertapes