|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.telemetry.service.prefetch.jaxb.Chart
public class Chart
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="{}ChartName"/> <element ref="{}ChartParameter" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}ProjectName"/> <element ref="{}ProjectOwner"/> <element ref="{}StartTime"/> <element ref="{}AuthorizedUserName"/> <element ref="{}AuthorizedUserPassword"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
authorizedUserName
|
protected java.lang.String |
authorizedUserPassword
|
protected java.lang.String |
chartName
|
protected java.util.List<ChartParameter> |
chartParameter
|
protected java.lang.String |
projectName
|
protected java.lang.String |
projectOwner
|
protected java.lang.String |
startTime
|
Constructor Summary | |
---|---|
Chart()
|
Method Summary | |
---|---|
java.lang.String |
getAuthorizedUserName()
Gets the value of the authorizedUserName property. |
java.lang.String |
getAuthorizedUserPassword()
Gets the value of the authorizedUserPassword property. |
java.lang.String |
getChartName()
Gets the value of the chartName property. |
java.util.List<ChartParameter> |
getChartParameter()
Gets the value of the chartParameter property. |
java.lang.String |
getProjectName()
Gets the value of the projectName property. |
java.lang.String |
getProjectOwner()
Gets the value of the projectOwner property. |
java.lang.String |
getStartTime()
Gets the value of the startTime property. |
void |
setAuthorizedUserName(java.lang.String value)
Sets the value of the authorizedUserName property. |
void |
setAuthorizedUserPassword(java.lang.String value)
Sets the value of the authorizedUserPassword property. |
void |
setChartName(java.lang.String value)
Sets the value of the chartName property. |
void |
setProjectName(java.lang.String value)
Sets the value of the projectName property. |
void |
setProjectOwner(java.lang.String value)
Sets the value of the projectOwner property. |
void |
setStartTime(java.lang.String value)
Sets the value of the startTime property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String chartName
protected java.util.List<ChartParameter> chartParameter
protected java.lang.String projectName
protected java.lang.String projectOwner
protected java.lang.String startTime
protected java.lang.String authorizedUserName
protected java.lang.String authorizedUserPassword
Constructor Detail |
---|
public Chart()
Method Detail |
---|
public java.lang.String getChartName()
String
public void setChartName(java.lang.String value)
value
- allowed object is
String
public java.util.List<ChartParameter> getChartParameter()
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 chartParameter property.
For example, to add a new item, do as follows:
getChartParameter().add(newItem);
Objects of the following type(s) are allowed in the list
ChartParameter
public java.lang.String getProjectName()
String
public void setProjectName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getProjectOwner()
String
public void setProjectOwner(java.lang.String value)
value
- allowed object is
String
public java.lang.String getStartTime()
String
public void setStartTime(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAuthorizedUserName()
String
public void setAuthorizedUserName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAuthorizedUserPassword()
String
public void setAuthorizedUserPassword(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |