org.hackystat.telemetry.service.prefetch.jaxb
Class PrefetchChart

java.lang.Object
  extended by org.hackystat.telemetry.service.prefetch.jaxb.PrefetchChart

public class PrefetchChart
extends java.lang.Object

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="{}ChartParameters" 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.lang.String chartParameters
           
protected  java.lang.String projectName
           
protected  java.lang.String projectOwner
           
protected  java.lang.String startTime
           
 
Constructor Summary
PrefetchChart()
           
 
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.lang.String getChartParameters()
          Gets the value of the chartParameters 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 setChartParameters(java.lang.String value)
          Sets the value of the chartParameters 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

chartName

protected java.lang.String chartName

chartParameters

protected java.lang.String chartParameters

projectName

protected java.lang.String projectName

projectOwner

protected java.lang.String projectOwner

startTime

protected java.lang.String startTime

authorizedUserName

protected java.lang.String authorizedUserName

authorizedUserPassword

protected java.lang.String authorizedUserPassword
Constructor Detail

PrefetchChart

public PrefetchChart()
Method Detail

getChartName

public java.lang.String getChartName()
Gets the value of the chartName property.

Returns:
possible object is String

setChartName

public void setChartName(java.lang.String value)
Sets the value of the chartName property.

Parameters:
value - allowed object is String

getChartParameters

public java.lang.String getChartParameters()
Gets the value of the chartParameters property.

Returns:
possible object is String

setChartParameters

public void setChartParameters(java.lang.String value)
Sets the value of the chartParameters property.

Parameters:
value - allowed object is String

getProjectName

public java.lang.String getProjectName()
Gets the value of the projectName property.

Returns:
possible object is String

setProjectName

public void setProjectName(java.lang.String value)
Sets the value of the projectName property.

Parameters:
value - allowed object is String

getProjectOwner

public java.lang.String getProjectOwner()
Gets the value of the projectOwner property.

Returns:
possible object is String

setProjectOwner

public void setProjectOwner(java.lang.String value)
Sets the value of the projectOwner property.

Parameters:
value - allowed object is String

getStartTime

public java.lang.String getStartTime()
Gets the value of the startTime property.

Returns:
possible object is String

setStartTime

public void setStartTime(java.lang.String value)
Sets the value of the startTime property.

Parameters:
value - allowed object is String

getAuthorizedUserName

public java.lang.String getAuthorizedUserName()
Gets the value of the authorizedUserName property.

Returns:
possible object is String

setAuthorizedUserName

public void setAuthorizedUserName(java.lang.String value)
Sets the value of the authorizedUserName property.

Parameters:
value - allowed object is String

getAuthorizedUserPassword

public java.lang.String getAuthorizedUserPassword()
Gets the value of the authorizedUserPassword property.

Returns:
possible object is String

setAuthorizedUserPassword

public void setAuthorizedUserPassword(java.lang.String value)
Sets the value of the authorizedUserPassword property.

Parameters:
value - allowed object is String