net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400
Interface MailingList

All Known Implementing Classes:
MailingListImpl

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

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

getSubscribe

String getSubscribe()
Gets the value of the subscribe property.

Returns:
possible object is String

setSubscribe

void setSubscribe(String value)
Sets the value of the subscribe property.

Parameters:
value - allowed object is String

getUnsubscribe

String getUnsubscribe()
Gets the value of the unsubscribe property.

Returns:
possible object is String

setUnsubscribe

void setUnsubscribe(String value)
Sets the value of the unsubscribe property.

Parameters:
value - allowed object is String

getPost

String getPost()
Gets the value of the post property.

Returns:
possible object is String

setPost

void setPost(String value)
Sets the value of the post property.

Parameters:
value - allowed object is String

getArchive

String getArchive()
Gets the value of the archive property.

Returns:
possible object is String

setArchive

void setArchive(String value)
Sets the value of the archive property.

Parameters:
value - allowed object is String

getOtherArchives

MailingList.OtherArchives getOtherArchives()
Gets the value of the otherArchives property.

Returns:
possible object is MailingList.OtherArchives

setOtherArchives

void setOtherArchives(MailingList.OtherArchives value)
Sets the value of the otherArchives property.

Parameters:
value - allowed object is MailingList.OtherArchives


Copyright © 2009 The CC-XJC Community. All Rights Reserved.