|
||||||||||
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.TelemetryChartData
public class TelemetryChartData
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>
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 |
---|
protected java.util.List<Parameter> parameter
protected java.util.List<TelemetryStream> telemetryStream
protected java.lang.String uri
Constructor Detail |
---|
public TelemetryChartData()
Method Detail |
---|
public java.util.List<Parameter> getParameter()
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
public boolean isSetParameter()
public void unsetParameter()
public java.util.List<TelemetryStream> getTelemetryStream()
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
public boolean isSetTelemetryStream()
public void unsetTelemetryStream()
public java.lang.String getURI()
String
public void setURI(java.lang.String value)
value
- allowed object is
String
public boolean isSetURI()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |