|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.telemetry.service.resource.chart.jaxb.TelemetryStream
public class TelemetryStream
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>
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 |
---|
protected YAxis yAxis
protected java.util.List<TelemetryPoint> telemetryPoint
protected java.lang.String name
Constructor Detail |
---|
public TelemetryStream()
Method Detail |
---|
public YAxis getYAxis()
YAxis
public void setYAxis(YAxis value)
value
- allowed object is
YAxis
public boolean isSetYAxis()
public java.util.List<TelemetryPoint> getTelemetryPoint()
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
public boolean isSetTelemetryPoint()
public void unsetTelemetryPoint()
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public boolean isSetName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |