|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.tickertape.tickerlingua.jaxb.HackystatService
public class HackystatService
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"> <attribute ref="{}id use="required""/> <attribute ref="{}sensorbase use="required""/> <attribute ref="{}dailyprojectdata use="required""/> <attribute ref="{}telemetry use="required""/> <attribute ref="{}projectbrowser use="required""/> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
dailyprojectdata
|
protected java.lang.String |
id
|
protected java.lang.String |
projectbrowser
|
protected java.lang.String |
sensorbase
|
protected java.lang.String |
telemetry
|
Constructor Summary | |
---|---|
HackystatService()
|
Method Summary | |
---|---|
java.lang.String |
getDailyprojectdata()
Gets the value of the dailyprojectdata property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getProjectbrowser()
Gets the value of the projectbrowser property. |
java.lang.String |
getSensorbase()
Gets the value of the sensorbase property. |
java.lang.String |
getTelemetry()
Gets the value of the telemetry property. |
void |
setDailyprojectdata(java.lang.String value)
Sets the value of the dailyprojectdata property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setProjectbrowser(java.lang.String value)
Sets the value of the projectbrowser property. |
void |
setSensorbase(java.lang.String value)
Sets the value of the sensorbase property. |
void |
setTelemetry(java.lang.String value)
Sets the value of the telemetry 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 id
protected java.lang.String sensorbase
protected java.lang.String dailyprojectdata
protected java.lang.String telemetry
protected java.lang.String projectbrowser
Constructor Detail |
---|
public HackystatService()
Method Detail |
---|
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSensorbase()
String
public void setSensorbase(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDailyprojectdata()
String
public void setDailyprojectdata(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTelemetry()
String
public void setTelemetry(java.lang.String value)
value
- allowed object is
String
public java.lang.String getProjectbrowser()
String
public void setProjectbrowser(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 |