|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MailingList
This element describes all of the mailing lists associated with a project. The auto-generated site references this information.
Java class for MailingList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MailingList">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="subscribe" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="unsubscribe" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="post" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="archive" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="otherArchives" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="otherArchive" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static interface |
MailingList.OtherArchives
Java class for anonymous complex type. |
| Method Summary | |
|---|---|
String |
getArchive()
Gets the value of the archive property. |
String |
getName()
Gets the value of the name property. |
MailingList.OtherArchives |
getOtherArchives()
Gets the value of the otherArchives property. |
String |
getPost()
Gets the value of the post property. |
String |
getSubscribe()
Gets the value of the subscribe property. |
String |
getUnsubscribe()
Gets the value of the unsubscribe property. |
void |
setArchive(String value)
Sets the value of the archive property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setOtherArchives(MailingList.OtherArchives value)
Sets the value of the otherArchives property. |
void |
setPost(String value)
Sets the value of the post property. |
void |
setSubscribe(String value)
Sets the value of the subscribe property. |
void |
setUnsubscribe(String value)
Sets the value of the unsubscribe property. |
| Method Detail |
|---|
String getName()
Stringvoid setName(String value)
value - allowed object is
StringString getSubscribe()
Stringvoid setSubscribe(String value)
value - allowed object is
StringString getUnsubscribe()
Stringvoid setUnsubscribe(String value)
value - allowed object is
StringString getPost()
Stringvoid setPost(String value)
value - allowed object is
StringString getArchive()
Stringvoid setArchive(String value)
value - allowed object is
StringMailingList.OtherArchives getOtherArchives()
MailingList.OtherArchivesvoid setOtherArchives(MailingList.OtherArchives value)
value - allowed object is
MailingList.OtherArchives
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||