org.hackystat.sensor.ant.javancss.jaxb
Class Javancss

java.lang.Object
  extended by org.hackystat.sensor.ant.javancss.jaxb.Javancss

public class Javancss
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 name="date" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="time" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element ref="{}packages" minOccurs="0"/>
         <element ref="{}objects" minOccurs="0"/>
         <element ref="{}functions" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String date
           
protected  Functions functions
           
protected  Objects objects
           
protected  Packages packages
           
protected  java.lang.String time
           
 
Constructor Summary
Javancss()
           
 
Method Summary
 java.lang.String getDate()
          Gets the value of the date property.
 Functions getFunctions()
          Gets the value of the functions property.
 Objects getObjects()
          Gets the value of the objects property.
 Packages getPackages()
          Gets the value of the packages property.
 java.lang.String getTime()
          Gets the value of the time property.
 void setDate(java.lang.String value)
          Sets the value of the date property.
 void setFunctions(Functions value)
          Sets the value of the functions property.
 void setObjects(Objects value)
          Sets the value of the objects property.
 void setPackages(Packages value)
          Sets the value of the packages property.
 void setTime(java.lang.String value)
          Sets the value of the time property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

date

protected java.lang.String date

time

protected java.lang.String time

packages

protected Packages packages

objects

protected Objects objects

functions

protected Functions functions
Constructor Detail

Javancss

public Javancss()
Method Detail

getDate

public java.lang.String getDate()
Gets the value of the date property.

Returns:
possible object is String

setDate

public void setDate(java.lang.String value)
Sets the value of the date property.

Parameters:
value - allowed object is String

getTime

public java.lang.String getTime()
Gets the value of the time property.

Returns:
possible object is String

setTime

public void setTime(java.lang.String value)
Sets the value of the time property.

Parameters:
value - allowed object is String

getPackages

public Packages getPackages()
Gets the value of the packages property.

Returns:
possible object is Packages

setPackages

public void setPackages(Packages value)
Sets the value of the packages property.

Parameters:
value - allowed object is Packages

getObjects

public Objects getObjects()
Gets the value of the objects property.

Returns:
possible object is Objects

setObjects

public void setObjects(Objects value)
Sets the value of the objects property.

Parameters:
value - allowed object is Objects

getFunctions

public Functions getFunctions()
Gets the value of the functions property.

Returns:
possible object is Functions

setFunctions

public void setFunctions(Functions value)
Sets the value of the functions property.

Parameters:
value - allowed object is Functions