org.apache.maven.model
Class MailingList

java.lang.Object
  extended byorg.apache.maven.model.MailingList
All Implemented Interfaces:
java.io.Serializable

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

This element describes all of the mailing lists associated with a project. Each mailing list is described by a mailingList element, which is then described by additional elements (described below). The auto-generated site documentation references this information.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Field Summary
private  java.lang.String archive
          Field archive
private  java.lang.String modelEncoding
           
private  java.lang.String name
          Field name
private  java.util.List otherArchives
          Field otherArchives
private  java.lang.String post
          Field post
private  java.lang.String subscribe
          Field subscribe
private  java.lang.String unsubscribe
          Field unsubscribe
 
Constructor Summary
MailingList()
           
 
Method Summary
 void addOtherArchive(java.lang.String string)
          Method addOtherArchive
 java.lang.String getArchive()
          Get The link to a URL where you can browse the mailing list archive.
 java.lang.String getModelEncoding()
           
 java.lang.String getName()
          Get The name of the mailing list.
 java.util.List getOtherArchives()
          Method getOtherArchives
 java.lang.String getPost()
          Get The email address or link that can be used to post to the mailing list.
 java.lang.String getSubscribe()
          Get The email address or link that can be used to subscribe to the mailing list.
 java.lang.String getUnsubscribe()
          Get The email address or link that can be used to unsubscribe to the mailing list.
 void removeOtherArchive(java.lang.String string)
          Method removeOtherArchive
 void setArchive(java.lang.String archive)
          Set The link to a URL where you can browse the mailing list archive.
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setName(java.lang.String name)
          Set The name of the mailing list.
 void setOtherArchives(java.util.List otherArchives)
          Set The link to other URLs where you can browse the list archive.
 void setPost(java.lang.String post)
          Set The email address or link that can be used to post to the mailing list.
 void setSubscribe(java.lang.String subscribe)
          Set The email address or link that can be used to subscribe to the mailing list.
 void setUnsubscribe(java.lang.String unsubscribe)
          Set The email address or link that can be used to unsubscribe to the mailing list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private java.lang.String name
Field name


subscribe

private java.lang.String subscribe
Field subscribe


unsubscribe

private java.lang.String unsubscribe
Field unsubscribe


post

private java.lang.String post
Field post


archive

private java.lang.String archive
Field archive


otherArchives

private java.util.List otherArchives
Field otherArchives


modelEncoding

private java.lang.String modelEncoding
Constructor Detail

MailingList

public MailingList()
Method Detail

addOtherArchive

public void addOtherArchive(java.lang.String string)
Method addOtherArchive

Parameters:
string -

getArchive

public java.lang.String getArchive()
Get The link to a URL where you can browse the mailing list archive.


getName

public java.lang.String getName()
Get The name of the mailing list.


getOtherArchives

public java.util.List getOtherArchives()
Method getOtherArchives


getPost

public java.lang.String getPost()
Get The email address or link that can be used to post to the mailing list. If this is an email address, a mailto: link will automatically be created when the documentation is created.


getSubscribe

public java.lang.String getSubscribe()
Get The email address or link that can be used to subscribe to the mailing list. If this is an email address, a mailto: link will automatically be created when the documentation is created.


getUnsubscribe

public java.lang.String getUnsubscribe()
Get The email address or link that can be used to unsubscribe to the mailing list. If this is an email address, a mailto: link will automatically be created when the documentation is created.


removeOtherArchive

public void removeOtherArchive(java.lang.String string)
Method removeOtherArchive

Parameters:
string -

setArchive

public void setArchive(java.lang.String archive)
Set The link to a URL where you can browse the mailing list archive.

Parameters:
archive -

setName

public void setName(java.lang.String name)
Set The name of the mailing list.

Parameters:
name -

setOtherArchives

public void setOtherArchives(java.util.List otherArchives)
Set The link to other URLs where you can browse the list archive.

Parameters:
otherArchives -

setPost

public void setPost(java.lang.String post)
Set The email address or link that can be used to post to the mailing list. If this is an email address, a mailto: link will automatically be created when the documentation is created.

Parameters:
post -

setSubscribe

public void setSubscribe(java.lang.String subscribe)
Set The email address or link that can be used to subscribe to the mailing list. If this is an email address, a mailto: link will automatically be created when the documentation is created.

Parameters:
subscribe -

setUnsubscribe

public void setUnsubscribe(java.lang.String unsubscribe)
Set The email address or link that can be used to unsubscribe to the mailing list. If this is an email address, a mailto: link will automatically be created when the documentation is created.

Parameters:
unsubscribe -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()