org.hackystat.tickertape.tickerlingua.jaxb
Class Tickertape

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

public class Tickertape
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="{}Description"/>
         <element ref="{}HackystatProjectRef" maxOccurs="unbounded"/>
         <element ref="{}HackystatUserRef" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}TwitterAccountRef" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}FacebookAccountRef" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}NabaztagRef" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}Ticker"/>
       </sequence>
       <attribute ref="{}id use="required""/>
       <attribute ref="{}intervalhours use="required""/>
       <attribute ref="{}enabled use="required""/>
       <attribute ref="{}starttime"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String description
           
protected  java.lang.String enabled
           
protected  java.util.List<FacebookAccountRef> facebookAccountRef
           
protected  java.util.List<HackystatProjectRef> hackystatProjectRef
           
protected  java.util.List<HackystatUserRef> hackystatUserRef
           
protected  java.lang.String id
           
protected  java.lang.String intervalhours
           
protected  java.util.List<NabaztagRef> nabaztagRef
           
protected  java.lang.String starttime
           
protected  Ticker ticker
           
protected  java.util.List<TwitterAccountRef> twitterAccountRef
           
 
Constructor Summary
Tickertape()
           
 
Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getEnabled()
          Gets the value of the enabled property.
 java.util.List<FacebookAccountRef> getFacebookAccountRef()
          Gets the value of the facebookAccountRef property.
 java.util.List<HackystatProjectRef> getHackystatProjectRef()
          Gets the value of the hackystatProjectRef property.
 java.util.List<HackystatUserRef> getHackystatUserRef()
          Gets the value of the hackystatUserRef property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getIntervalhours()
          Gets the value of the intervalhours property.
 java.util.List<NabaztagRef> getNabaztagRef()
          Gets the value of the nabaztagRef property.
 java.lang.String getStarttime()
          Gets the value of the starttime property.
 Ticker getTicker()
          Gets the value of the ticker property.
 java.util.List<TwitterAccountRef> getTwitterAccountRef()
          Gets the value of the twitterAccountRef property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setEnabled(java.lang.String value)
          Sets the value of the enabled property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setIntervalhours(java.lang.String value)
          Sets the value of the intervalhours property.
 void setStarttime(java.lang.String value)
          Sets the value of the starttime property.
 void setTicker(Ticker value)
          Sets the value of the ticker property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected java.lang.String description

hackystatProjectRef

protected java.util.List<HackystatProjectRef> hackystatProjectRef

hackystatUserRef

protected java.util.List<HackystatUserRef> hackystatUserRef

twitterAccountRef

protected java.util.List<TwitterAccountRef> twitterAccountRef

facebookAccountRef

protected java.util.List<FacebookAccountRef> facebookAccountRef

nabaztagRef

protected java.util.List<NabaztagRef> nabaztagRef

ticker

protected Ticker ticker

id

protected java.lang.String id

intervalhours

protected java.lang.String intervalhours

enabled

protected java.lang.String enabled

starttime

protected java.lang.String starttime
Constructor Detail

Tickertape

public Tickertape()
Method Detail

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getHackystatProjectRef

public java.util.List<HackystatProjectRef> getHackystatProjectRef()
Gets the value of the hackystatProjectRef property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the hackystatProjectRef property.

For example, to add a new item, do as follows:

    getHackystatProjectRef().add(newItem);
 

Objects of the following type(s) are allowed in the list HackystatProjectRef


getHackystatUserRef

public java.util.List<HackystatUserRef> getHackystatUserRef()
Gets the value of the hackystatUserRef property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the hackystatUserRef property.

For example, to add a new item, do as follows:

    getHackystatUserRef().add(newItem);
 

Objects of the following type(s) are allowed in the list HackystatUserRef


getTwitterAccountRef

public java.util.List<TwitterAccountRef> getTwitterAccountRef()
Gets the value of the twitterAccountRef property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the twitterAccountRef property.

For example, to add a new item, do as follows:

    getTwitterAccountRef().add(newItem);
 

Objects of the following type(s) are allowed in the list TwitterAccountRef


getFacebookAccountRef

public java.util.List<FacebookAccountRef> getFacebookAccountRef()
Gets the value of the facebookAccountRef property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the facebookAccountRef property.

For example, to add a new item, do as follows:

    getFacebookAccountRef().add(newItem);
 

Objects of the following type(s) are allowed in the list FacebookAccountRef


getNabaztagRef

public java.util.List<NabaztagRef> getNabaztagRef()
Gets the value of the nabaztagRef property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the nabaztagRef property.

For example, to add a new item, do as follows:

    getNabaztagRef().add(newItem);
 

Objects of the following type(s) are allowed in the list NabaztagRef


getTicker

public Ticker getTicker()
Gets the value of the ticker property.

Returns:
possible object is Ticker

setTicker

public void setTicker(Ticker value)
Sets the value of the ticker property.

Parameters:
value - allowed object is Ticker

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getIntervalhours

public java.lang.String getIntervalhours()
Gets the value of the intervalhours property.

Returns:
possible object is String

setIntervalhours

public void setIntervalhours(java.lang.String value)
Sets the value of the intervalhours property.

Parameters:
value - allowed object is String

getEnabled

public java.lang.String getEnabled()
Gets the value of the enabled property.

Returns:
possible object is String

setEnabled

public void setEnabled(java.lang.String value)
Sets the value of the enabled property.

Parameters:
value - allowed object is String

getStarttime

public java.lang.String getStarttime()
Gets the value of the starttime property.

Returns:
possible object is String

setStarttime

public void setStarttime(java.lang.String value)
Sets the value of the starttime property.

Parameters:
value - allowed object is String