|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.tickertape.tickerlingua.jaxb.HackystatProject
public class HackystatProject
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 |
---|
protected java.lang.String id
protected java.lang.String name
protected java.lang.String shortname
protected java.lang.String hackystatserviceRefid
protected java.lang.String projectownerRefid
protected java.lang.String authuserRefid
protected java.lang.String mailinglist
Constructor Detail |
---|
public HackystatProject()
Method Detail |
---|
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getShortname()
String
public void setShortname(java.lang.String value)
value
- allowed object is
String
public java.lang.String getHackystatserviceRefid()
String
public void setHackystatserviceRefid(java.lang.String value)
value
- allowed object is
String
public java.lang.String getProjectownerRefid()
String
public void setProjectownerRefid(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAuthuserRefid()
String
public void setAuthuserRefid(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMailinglist()
String
public void setMailinglist(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |