picsou.data
Class Performance

java.lang.Object
  extended by picsou.data.Performance
All Implemented Interfaces:
java.io.Serializable

public class Performance
extends java.lang.Object
implements java.io.Serializable

Class Performance.

See Also:
Serialized Form

Constructor Summary
Performance()
           
 
Method Summary
 java.lang.Long getIterations()
          Returns the value of field 'iterations'.
 java.lang.Long getStartTime()
          Returns the value of field 'startTime'.
 java.lang.String getStartTimeH()
          Returns the value of field 'startTimeH'.
 java.lang.Long getSteps()
          Returns the value of field 'steps'.
 java.lang.Long getStopTime()
          Returns the value of field 'stopTime'.
 java.lang.String getStopTimeH()
          Returns the value of field 'stopTimeH'.
 java.lang.Long getWallTime()
          Returns the value of field 'wallTime'.
 boolean isValid()
          Method isValid.
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setIterations(java.lang.Long iterations)
          Sets the value of field 'iterations'.
 void setStartTime(java.lang.Long startTime)
          Sets the value of field 'startTime'.
 void setStartTimeH(java.lang.String startTimeH)
          Sets the value of field 'startTimeH'.
 void setSteps(java.lang.Long steps)
          Sets the value of field 'steps'.
 void setStopTime(java.lang.Long stopTime)
          Sets the value of field 'stopTime'.
 void setStopTimeH(java.lang.String stopTimeH)
          Sets the value of field 'stopTimeH'.
 void setWallTime(java.lang.Long wallTime)
          Sets the value of field 'wallTime'.
static Performance unmarshal(java.io.Reader reader)
          Method unmarshal.
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Performance

public Performance()
Method Detail

getIterations

public java.lang.Long getIterations()
Returns the value of field 'iterations'.

Returns:
the value of field 'Iterations'.

getStartTime

public java.lang.Long getStartTime()
Returns the value of field 'startTime'.

Returns:
the value of field 'StartTime'.

getStartTimeH

public java.lang.String getStartTimeH()
Returns the value of field 'startTimeH'.

Returns:
the value of field 'StartTimeH'.

getSteps

public java.lang.Long getSteps()
Returns the value of field 'steps'.

Returns:
the value of field 'Steps'.

getStopTime

public java.lang.Long getStopTime()
Returns the value of field 'stopTime'.

Returns:
the value of field 'StopTime'.

getStopTimeH

public java.lang.String getStopTimeH()
Returns the value of field 'stopTimeH'.

Returns:
the value of field 'StopTimeH'.

getWallTime

public java.lang.Long getWallTime()
Returns the value of field 'wallTime'.

Returns:
the value of field 'WallTime'.

isValid

public boolean isValid()
Method isValid.

Returns:
true if this object is valid according to the schema

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException - if object is null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this object is an invalid instance according to the schema

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
handler -
Throws:
java.io.IOException - if an IOException occurs during marshaling
org.exolab.castor.xml.ValidationException - if this object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException - if object is null or if any SAXException is thrown during marshaling

setIterations

public void setIterations(java.lang.Long iterations)
Sets the value of field 'iterations'.

Parameters:
iterations - the value of field 'iterations'.

setStartTime

public void setStartTime(java.lang.Long startTime)
Sets the value of field 'startTime'.

Parameters:
startTime - the value of field 'startTime'.

setStartTimeH

public void setStartTimeH(java.lang.String startTimeH)
Sets the value of field 'startTimeH'.

Parameters:
startTimeH - the value of field 'startTimeH'.

setSteps

public void setSteps(java.lang.Long steps)
Sets the value of field 'steps'.

Parameters:
steps - the value of field 'steps'.

setStopTime

public void setStopTime(java.lang.Long stopTime)
Sets the value of field 'stopTime'.

Parameters:
stopTime - the value of field 'stopTime'.

setStopTimeH

public void setStopTimeH(java.lang.String stopTimeH)
Sets the value of field 'stopTimeH'.

Parameters:
stopTimeH - the value of field 'stopTimeH'.

setWallTime

public void setWallTime(java.lang.Long wallTime)
Sets the value of field 'wallTime'.

Parameters:
wallTime - the value of field 'wallTime'.

unmarshal

public static Performance unmarshal(java.io.Reader reader)
                             throws org.exolab.castor.xml.MarshalException,
                                    org.exolab.castor.xml.ValidationException
Method unmarshal.

Parameters:
reader -
Returns:
the unmarshaled picsou.data.Performance
Throws:
org.exolab.castor.xml.MarshalException - if object is null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this object is an invalid instance according to the schema

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Throws:
org.exolab.castor.xml.ValidationException - if this object is an invalid instance according to the schema