|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensor.ant.javancss.jaxb.Javancss
public class Javancss
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 |
---|
protected java.lang.String date
protected java.lang.String time
protected Packages packages
protected Objects objects
protected Functions functions
Constructor Detail |
---|
public Javancss()
Method Detail |
---|
public java.lang.String getDate()
String
public void setDate(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTime()
String
public void setTime(java.lang.String value)
value
- allowed object is
String
public Packages getPackages()
Packages
public void setPackages(Packages value)
value
- allowed object is
Packages
public Objects getObjects()
Objects
public void setObjects(Objects value)
value
- allowed object is
Objects
public Functions getFunctions()
Functions
public void setFunctions(Functions value)
value
- allowed object is
Functions
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |