org.hackystat.tickertape.tickerlingua.jaxb
Class HackystatService

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

public class HackystatService
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">
       <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

id

protected java.lang.String id

sensorbase

protected java.lang.String sensorbase

dailyprojectdata

protected java.lang.String dailyprojectdata

telemetry

protected java.lang.String telemetry

projectbrowser

protected java.lang.String projectbrowser
Constructor Detail

HackystatService

public HackystatService()
Method Detail

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

getSensorbase

public java.lang.String getSensorbase()
Gets the value of the sensorbase property.

Returns:
possible object is String

setSensorbase

public void setSensorbase(java.lang.String value)
Sets the value of the sensorbase property.

Parameters:
value - allowed object is String

getDailyprojectdata

public java.lang.String getDailyprojectdata()
Gets the value of the dailyprojectdata property.

Returns:
possible object is String

setDailyprojectdata

public void setDailyprojectdata(java.lang.String value)
Sets the value of the dailyprojectdata property.

Parameters:
value - allowed object is String

getTelemetry

public java.lang.String getTelemetry()
Gets the value of the telemetry property.

Returns:
possible object is String

setTelemetry

public void setTelemetry(java.lang.String value)
Sets the value of the telemetry property.

Parameters:
value - allowed object is String

getProjectbrowser

public java.lang.String getProjectbrowser()
Gets the value of the projectbrowser property.

Returns:
possible object is String

setProjectbrowser

public void setProjectbrowser(java.lang.String value)
Sets the value of the projectbrowser property.

Parameters:
value - allowed object is String