net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl
Class MailingListImpl.OtherArchivesImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl.MailingListImpl.OtherArchivesImpl
All Implemented Interfaces:
Serializable, Cloneable, MailingList.OtherArchives
Enclosing class:
MailingListImpl

public static class MailingListImpl.OtherArchivesImpl
extends Object
implements Serializable, Cloneable, MailingList.OtherArchives

See Also:
Serialized Form

Field Summary
protected  String[] otherArchive
           
 
Constructor Summary
MailingListImpl.OtherArchivesImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl.MailingListImpl.OtherArchivesImpl instance.
MailingListImpl.OtherArchivesImpl(MailingListImpl.OtherArchivesImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl.MailingListImpl.OtherArchivesImpl instance by copying a given instance.
 
Method Summary
 MailingListImpl.OtherArchivesImpl clone()
          Creates and returns a copy of this object.
 String[] getOtherArchive()
           
 String getOtherArchive(int idx)
           
 int getOtherArchiveLength()
           
 String setOtherArchive(int idx, String value)
           
 void setOtherArchive(String[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

otherArchive

protected String[] otherArchive
Constructor Detail

MailingListImpl.OtherArchivesImpl

public MailingListImpl.OtherArchivesImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl.MailingListImpl.OtherArchivesImpl instance.


MailingListImpl.OtherArchivesImpl

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

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

getOtherArchive

public String[] getOtherArchive()
Specified by:
getOtherArchive in interface MailingList.OtherArchives
Returns:
array of String

getOtherArchive

public String getOtherArchive(int idx)
Specified by:
getOtherArchive in interface MailingList.OtherArchives
Returns:
one of String

getOtherArchiveLength

public int getOtherArchiveLength()
Specified by:
getOtherArchiveLength in interface MailingList.OtherArchives

setOtherArchive

public void setOtherArchive(String[] values)
Specified by:
setOtherArchive in interface MailingList.OtherArchives
Parameters:
values - allowed objects are String

setOtherArchive

public String setOtherArchive(int idx,
                              String value)
Specified by:
setOtherArchive in interface MailingList.OtherArchives
value - allowed object is String

clone

public MailingListImpl.OtherArchivesImpl 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.