org.hackystat.telemetry.service.resource.chart.jaxb
Class TelemetryChartData

java.lang.Object
  extended by org.hackystat.telemetry.service.resource.chart.jaxb.TelemetryChartData
All Implemented Interfaces:
java.io.Serializable

public class TelemetryChartData
extends java.lang.Object
implements java.io.Serializable

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="{}Parameter" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}TelemetryStream" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute ref="{}URI use="required""/>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<Parameter> parameter
           
protected  java.util.List<TelemetryStream> telemetryStream
           
protected  java.lang.String uri
           
 
Constructor Summary
TelemetryChartData()
           
 
Method Summary
 java.util.List<Parameter> getParameter()
          Gets the value of the parameter property.
 java.util.List<TelemetryStream> getTelemetryStream()
          Gets the value of the telemetryStream property.
 java.lang.String getURI()
          Gets the value of the uri property.
 boolean isSetParameter()
           
 boolean isSetTelemetryStream()
           
 boolean isSetURI()
           
 void setURI(java.lang.String value)
          Sets the value of the uri property.
 void unsetParameter()
           
 void unsetTelemetryStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parameter

protected java.util.List<Parameter> parameter

telemetryStream

protected java.util.List<TelemetryStream> telemetryStream

uri

protected java.lang.String uri
Constructor Detail

TelemetryChartData

public TelemetryChartData()
Method Detail

getParameter

public java.util.List<Parameter> getParameter()
Gets the value of the parameter 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 parameter property.

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

    getParameter().add(newItem);
 

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


isSetParameter

public boolean isSetParameter()

unsetParameter

public void unsetParameter()

getTelemetryStream

public java.util.List<TelemetryStream> getTelemetryStream()
Gets the value of the telemetryStream 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 telemetryStream property.

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

    getTelemetryStream().add(newItem);
 

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


isSetTelemetryStream

public boolean isSetTelemetryStream()

unsetTelemetryStream

public void unsetTelemetryStream()

getURI

public java.lang.String getURI()
Gets the value of the uri property.

Returns:
possible object is String

setURI

public void setURI(java.lang.String value)
Sets the value of the uri property.

Parameters:
value - allowed object is String

isSetURI

public boolean isSetURI()