org.jcoderz.phoenix.report.jaxb
Interface ReportType

All Known Subinterfaces:
Report
All Known Implementing Classes:
ReportImpl, ReportTypeImpl

public interface ReportType

Java content class for anonymous complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/fawkez/dev/src/xml/schema/report.xsd line 87)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence maxOccurs="unbounded" minOccurs="0">
         <element ref="{}file"/>
       </sequence>
       <attribute name="cvs-base" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="project-home" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getCvsBase()
          Gets the value of the cvsBase property.
 List getFile()
          Gets the value of the File property.
 String getName()
          Gets the value of the name property.
 String getProjectHome()
          Gets the value of the projectHome property.
 boolean isSetCvsBase()
           
 boolean isSetFile()
           
 boolean isSetName()
           
 boolean isSetProjectHome()
           
 void setCvsBase(String value)
          Sets the value of the cvsBase property.
 void setName(String value)
          Sets the value of the name property.
 void setProjectHome(String value)
          Sets the value of the projectHome property.
 void unsetCvsBase()
           
 void unsetFile()
           
 void unsetName()
           
 void unsetProjectHome()
           
 

Method Detail

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

boolean isSetName()

unsetName

void unsetName()

getCvsBase

String getCvsBase()
Gets the value of the cvsBase property.

Returns:
possible object is String

setCvsBase

void setCvsBase(String value)
Sets the value of the cvsBase property.

Parameters:
value - allowed object is String

isSetCvsBase

boolean isSetCvsBase()

unsetCvsBase

void unsetCvsBase()

getFile

List getFile()
Gets the value of the File 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 File property.

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

    getFile().add(newItem);
 

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


isSetFile

boolean isSetFile()

unsetFile

void unsetFile()

getProjectHome

String getProjectHome()
Gets the value of the projectHome property.

Returns:
possible object is String

setProjectHome

void setProjectHome(String value)
Sets the value of the projectHome property.

Parameters:
value - allowed object is String

isSetProjectHome

boolean isSetProjectHome()

unsetProjectHome

void unsetProjectHome()


Copyright 2007 The jCoderZ Project.