net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl
Class MailingListImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.MailingListImpl
All Implemented Interfaces:
Serializable, Cloneable, MailingList

public class MailingListImpl
extends Object
implements Serializable, Cloneable, MailingList

See Also:
Serialized Form

Nested Class Summary
static class MailingListImpl.OtherArchivesImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.MailingList
MailingList.OtherArchives
 
Field Summary
protected  String archive
           
protected  String name
           
protected  MailingListImpl.OtherArchivesImpl otherArchives
           
protected  String post
           
protected  String subscribe
           
protected  String unsubscribe
           
 
Constructor Summary
MailingListImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.MailingListImpl instance.
MailingListImpl(MailingListImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.MailingListImpl instance by copying a given instance.
 
Method Summary
 MailingListImpl 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

name

protected String name

subscribe

protected String subscribe

unsubscribe

protected String unsubscribe

post

protected String post

archive

protected String archive

otherArchives

protected MailingListImpl.OtherArchivesImpl otherArchives
Constructor Detail

MailingListImpl

public MailingListImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.MailingListImpl instance.


MailingListImpl

public MailingListImpl(MailingListImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.MailingListImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getName

public String getName()
Description copied from interface: MailingList
Gets the value of the name property.

Specified by:
getName in interface MailingList
Returns:
possible object is String

setName

public void setName(String value)
Description copied from interface: MailingList
Sets the value of the name property.

Specified by:
setName in interface MailingList
Parameters:
value - allowed object is String

getSubscribe

public String getSubscribe()
Description copied from interface: MailingList
Gets the value of the subscribe property.

Specified by:
getSubscribe in interface MailingList
Returns:
possible object is String

setSubscribe

public void setSubscribe(String value)
Description copied from interface: MailingList
Sets the value of the subscribe property.

Specified by:
setSubscribe in interface MailingList
Parameters:
value - allowed object is String

getUnsubscribe

public String getUnsubscribe()
Description copied from interface: MailingList
Gets the value of the unsubscribe property.

Specified by:
getUnsubscribe in interface MailingList
Returns:
possible object is String

setUnsubscribe

public void setUnsubscribe(String value)
Description copied from interface: MailingList
Sets the value of the unsubscribe property.

Specified by:
setUnsubscribe in interface MailingList
Parameters:
value - allowed object is String

getPost

public String getPost()
Description copied from interface: MailingList
Gets the value of the post property.

Specified by:
getPost in interface MailingList
Returns:
possible object is String

setPost

public void setPost(String value)
Description copied from interface: MailingList
Sets the value of the post property.

Specified by:
setPost in interface MailingList
Parameters:
value - allowed object is String

getArchive

public String getArchive()
Description copied from interface: MailingList
Gets the value of the archive property.

Specified by:
getArchive in interface MailingList
Returns:
possible object is String

setArchive

public void setArchive(String value)
Description copied from interface: MailingList
Sets the value of the archive property.

Specified by:
setArchive in interface MailingList
Parameters:
value - allowed object is String

getOtherArchives

public MailingList.OtherArchives getOtherArchives()
Description copied from interface: MailingList
Gets the value of the otherArchives property.

Specified by:
getOtherArchives in interface MailingList
Returns:
possible object is MailingList.OtherArchives

setOtherArchives

public void setOtherArchives(MailingList.OtherArchives value)
Description copied from interface: MailingList
Sets the value of the otherArchives property.

Specified by:
setOtherArchives in interface MailingList
Parameters:
value - allowed object is MailingList.OtherArchives

clone

public MailingListImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


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