org.hackystat.tickertape.tickerlingua.jaxb
Class HackystatProject

java.lang.Object
  extended by org.hackystat.tickertape.tickerlingua.jaxb.HackystatProject

public class HackystatProject
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">
       <attribute ref="{}id use="required""/>
       <attribute ref="{}name use="required""/>
       <attribute ref="{}shortname use="required""/>
       <attribute ref="{}hackystatservice-refid use="required""/>
       <attribute ref="{}projectowner-refid use="required""/>
       <attribute ref="{}authuser-refid use="required""/>
       <attribute ref="{}mailinglist use="required""/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String authuserRefid
           
protected  java.lang.String hackystatserviceRefid
           
protected  java.lang.String id
           
protected  java.lang.String mailinglist
           
protected  java.lang.String name
           
protected  java.lang.String projectownerRefid
           
protected  java.lang.String shortname
           
 
Constructor Summary
HackystatProject()
           
 
Method Summary
 java.lang.String getAuthuserRefid()
          Gets the value of the authuserRefid property.
 java.lang.String getHackystatserviceRefid()
          Gets the value of the hackystatserviceRefid property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getMailinglist()
          Gets the value of the mailinglist property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getProjectownerRefid()
          Gets the value of the projectownerRefid property.
 java.lang.String getShortname()
          Gets the value of the shortname property.
 void setAuthuserRefid(java.lang.String value)
          Sets the value of the authuserRefid property.
 void setHackystatserviceRefid(java.lang.String value)
          Sets the value of the hackystatserviceRefid property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setMailinglist(java.lang.String value)
          Sets the value of the mailinglist property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setProjectownerRefid(java.lang.String value)
          Sets the value of the projectownerRefid property.
 void setShortname(java.lang.String value)
          Sets the value of the shortname property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected java.lang.String id

name

protected java.lang.String name

shortname

protected java.lang.String shortname

hackystatserviceRefid

protected java.lang.String hackystatserviceRefid

projectownerRefid

protected java.lang.String projectownerRefid

authuserRefid

protected java.lang.String authuserRefid

mailinglist

protected java.lang.String mailinglist
Constructor Detail

HackystatProject

public HackystatProject()
Method Detail

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

getShortname

public java.lang.String getShortname()
Gets the value of the shortname property.

Returns:
possible object is String

setShortname

public void setShortname(java.lang.String value)
Sets the value of the shortname property.

Parameters:
value - allowed object is String

getHackystatserviceRefid

public java.lang.String getHackystatserviceRefid()
Gets the value of the hackystatserviceRefid property.

Returns:
possible object is String

setHackystatserviceRefid

public void setHackystatserviceRefid(java.lang.String value)
Sets the value of the hackystatserviceRefid property.

Parameters:
value - allowed object is String

getProjectownerRefid

public java.lang.String getProjectownerRefid()
Gets the value of the projectownerRefid property.

Returns:
possible object is String

setProjectownerRefid

public void setProjectownerRefid(java.lang.String value)
Sets the value of the projectownerRefid property.

Parameters:
value - allowed object is String

getAuthuserRefid

public java.lang.String getAuthuserRefid()
Gets the value of the authuserRefid property.

Returns:
possible object is String

setAuthuserRefid

public void setAuthuserRefid(java.lang.String value)
Sets the value of the authuserRefid property.

Parameters:
value - allowed object is String

getMailinglist

public java.lang.String getMailinglist()
Gets the value of the mailinglist property.

Returns:
possible object is String

setMailinglist

public void setMailinglist(java.lang.String value)
Sets the value of the mailinglist property.

Parameters:
value - allowed object is String