|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.pom400.MailingList
public class 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 class |
MailingList.OtherArchives
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected String |
archive
|
protected String |
name
|
protected MailingList.OtherArchives |
otherArchives
|
protected String |
post
|
protected String |
subscribe
|
protected String |
unsubscribe
|
| Constructor Summary | |
|---|---|
MailingList()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.pom400.MailingList instance. |
|
MailingList(MailingList o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.pom400.MailingList instance by copying a given instance. |
|
| Method Summary | |
|---|---|
MailingList |
clone()
Creates and returns a copy of this object. |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String subscribe
protected String unsubscribe
protected String post
protected String archive
protected MailingList.OtherArchives otherArchives
| Constructor Detail |
|---|
public MailingList()
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.pom400.MailingList instance.
public MailingList(MailingList o)
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.pom400.MailingList instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getSubscribe()
Stringpublic void setSubscribe(String value)
value - allowed object is
Stringpublic String getUnsubscribe()
Stringpublic void setUnsubscribe(String value)
value - allowed object is
Stringpublic String getPost()
Stringpublic void setPost(String value)
value - allowed object is
Stringpublic String getArchive()
Stringpublic void setArchive(String value)
value - allowed object is
Stringpublic MailingList.OtherArchives getOtherArchives()
MailingList.OtherArchivespublic void setOtherArchives(MailingList.OtherArchives value)
value - allowed object is
MailingList.OtherArchivespublic MailingList clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||