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

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

public class TelemetryStream
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="{}Y-Axis"/>
         <element ref="{}TelemetryPoint" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute ref="{}Name use="required""/>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String name
           
protected  java.util.List<TelemetryPoint> telemetryPoint
           
protected  YAxis yAxis
           
 
Constructor Summary
TelemetryStream()
           
 
Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 java.util.List<TelemetryPoint> getTelemetryPoint()
          Gets the value of the telemetryPoint property.
 YAxis getYAxis()
          Gets the value of the yAxis property.
 boolean isSetName()
           
 boolean isSetTelemetryPoint()
           
 boolean isSetYAxis()
           
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setYAxis(YAxis value)
          Sets the value of the yAxis property.
 void unsetTelemetryPoint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

yAxis

protected YAxis yAxis

telemetryPoint

protected java.util.List<TelemetryPoint> telemetryPoint

name

protected java.lang.String name
Constructor Detail

TelemetryStream

public TelemetryStream()
Method Detail

getYAxis

public YAxis getYAxis()
Gets the value of the yAxis property.

Returns:
possible object is YAxis

setYAxis

public void setYAxis(YAxis value)
Sets the value of the yAxis property.

Parameters:
value - allowed object is YAxis

isSetYAxis

public boolean isSetYAxis()

getTelemetryPoint

public java.util.List<TelemetryPoint> getTelemetryPoint()
Gets the value of the telemetryPoint 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 telemetryPoint property.

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

    getTelemetryPoint().add(newItem);
 

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


isSetTelemetryPoint

public boolean isSetTelemetryPoint()

unsetTelemetryPoint

public void unsetTelemetryPoint()

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()