org.hackystat.dailyprojectdata.resource.coupling.jaxb
Class CouplingDailyProjectData

java.lang.Object
  extended by org.hackystat.dailyprojectdata.resource.coupling.jaxb.CouplingDailyProjectData
All Implemented Interfaces:
java.io.Serializable

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

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="{}CouplingData" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute ref="{}Project use="required""/>
       <attribute ref="{}Owner use="required""/>
       <attribute ref="{}StartTime use="required""/>
       <attribute ref="{}Tool use="required""/>
       <attribute ref="{}Type use="required""/>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<CouplingData> couplingData
           
protected  java.lang.String owner
           
protected  java.lang.String project
           
protected  javax.xml.datatype.XMLGregorianCalendar startTime
           
protected  java.lang.String tool
           
protected  java.lang.String type
           
 
Constructor Summary
CouplingDailyProjectData()
           
 
Method Summary
 java.util.List<CouplingData> getCouplingData()
          Gets the value of the couplingData property.
 java.lang.String getOwner()
          Gets the value of the owner property.
 java.lang.String getProject()
          Gets the value of the project property.
 javax.xml.datatype.XMLGregorianCalendar getStartTime()
          Gets the value of the startTime property.
 java.lang.String getTool()
          Gets the value of the tool property.
 java.lang.String getType()
          Gets the value of the type property.
 boolean isSetCouplingData()
           
 boolean isSetOwner()
           
 boolean isSetProject()
           
 boolean isSetStartTime()
           
 boolean isSetTool()
           
 boolean isSetType()
           
 void setOwner(java.lang.String value)
          Sets the value of the owner property.
 void setProject(java.lang.String value)
          Sets the value of the project property.
 void setStartTime(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the startTime property.
 void setTool(java.lang.String value)
          Sets the value of the tool property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 void unsetCouplingData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

couplingData

protected java.util.List<CouplingData> couplingData

project

protected java.lang.String project

owner

protected java.lang.String owner

startTime

protected javax.xml.datatype.XMLGregorianCalendar startTime

tool

protected java.lang.String tool

type

protected java.lang.String type
Constructor Detail

CouplingDailyProjectData

public CouplingDailyProjectData()
Method Detail

getCouplingData

public java.util.List<CouplingData> getCouplingData()
Gets the value of the couplingData 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 couplingData property.

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

    getCouplingData().add(newItem);
 

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


isSetCouplingData

public boolean isSetCouplingData()

unsetCouplingData

public void unsetCouplingData()

getProject

public java.lang.String getProject()
Gets the value of the project property.

Returns:
possible object is String

setProject

public void setProject(java.lang.String value)
Sets the value of the project property.

Parameters:
value - allowed object is String

isSetProject

public boolean isSetProject()

getOwner

public java.lang.String getOwner()
Gets the value of the owner property.

Returns:
possible object is String

setOwner

public void setOwner(java.lang.String value)
Sets the value of the owner property.

Parameters:
value - allowed object is String

isSetOwner

public boolean isSetOwner()

getStartTime

public javax.xml.datatype.XMLGregorianCalendar getStartTime()
Gets the value of the startTime property.

Returns:
possible object is XMLGregorianCalendar

setStartTime

public void setStartTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

isSetStartTime

public boolean isSetStartTime()

getTool

public java.lang.String getTool()
Gets the value of the tool property.

Returns:
possible object is String

setTool

public void setTool(java.lang.String value)
Sets the value of the tool property.

Parameters:
value - allowed object is String

isSetTool

public boolean isSetTool()

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

isSetType

public boolean isSetType()