|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.tickertape.tickerlingua.jaxb.Tickertape
public class Tickertape
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 |
---|
protected java.lang.String description
protected java.util.List<HackystatProjectRef> hackystatProjectRef
protected java.util.List<HackystatUserRef> hackystatUserRef
protected java.util.List<TwitterAccountRef> twitterAccountRef
protected java.util.List<FacebookAccountRef> facebookAccountRef
protected java.util.List<NabaztagRef> nabaztagRef
protected Ticker ticker
protected java.lang.String id
protected java.lang.String intervalhours
protected java.lang.String enabled
protected java.lang.String starttime
Constructor Detail |
---|
public Tickertape()
Method Detail |
---|
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.util.List<HackystatProjectRef> getHackystatProjectRef()
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
public java.util.List<HackystatUserRef> getHackystatUserRef()
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
public java.util.List<TwitterAccountRef> getTwitterAccountRef()
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
public java.util.List<FacebookAccountRef> getFacebookAccountRef()
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
public java.util.List<NabaztagRef> getNabaztagRef()
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
public Ticker getTicker()
Ticker
public void setTicker(Ticker value)
value
- allowed object is
Ticker
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getIntervalhours()
String
public void setIntervalhours(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEnabled()
String
public void setEnabled(java.lang.String value)
value
- allowed object is
String
public java.lang.String getStarttime()
String
public void setStarttime(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |