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

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

public class TelemetryPrefetch
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="{}MinutesAfterMidnight"/>
         <element ref="{}RunOnStartup"/>
         <element ref="{}PrefetchChart" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute ref="{}Name use="required""/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int minutesAfterMidnight
           
protected  java.lang.String name
           
protected  java.util.List<PrefetchChart> prefetchChart
           
protected  java.lang.String runOnStartup
           
 
Constructor Summary
TelemetryPrefetch()
           
 
Method Summary
 int getMinutesAfterMidnight()
          Gets the value of the minutesAfterMidnight property.
 java.lang.String getName()
          Gets the value of the name property.
 java.util.List<PrefetchChart> getPrefetchChart()
          Gets the value of the prefetchChart property.
 java.lang.String getRunOnStartup()
          Gets the value of the runOnStartup property.
 void setMinutesAfterMidnight(int value)
          Sets the value of the minutesAfterMidnight property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setRunOnStartup(java.lang.String value)
          Sets the value of the runOnStartup property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

minutesAfterMidnight

protected int minutesAfterMidnight

runOnStartup

protected java.lang.String runOnStartup

prefetchChart

protected java.util.List<PrefetchChart> prefetchChart

name

protected java.lang.String name
Constructor Detail

TelemetryPrefetch

public TelemetryPrefetch()
Method Detail

getMinutesAfterMidnight

public int getMinutesAfterMidnight()
Gets the value of the minutesAfterMidnight property.


setMinutesAfterMidnight

public void setMinutesAfterMidnight(int value)
Sets the value of the minutesAfterMidnight property.


getRunOnStartup

public java.lang.String getRunOnStartup()
Gets the value of the runOnStartup property.

Returns:
possible object is String

setRunOnStartup

public void setRunOnStartup(java.lang.String value)
Sets the value of the runOnStartup property.

Parameters:
value - allowed object is String

getPrefetchChart

public java.util.List<PrefetchChart> getPrefetchChart()
Gets the value of the prefetchChart 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 prefetchChart property.

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

    getPrefetchChart().add(newItem);
 

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


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