net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl
Class ContributorImpl.RolesImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.ContributorImpl.RolesImpl
All Implemented Interfaces:
Serializable, Cloneable, Contributor.Roles
Enclosing class:
ContributorImpl

public static class ContributorImpl.RolesImpl
extends Object
implements Serializable, Cloneable, Contributor.Roles

See Also:
Serialized Form

Field Summary
protected  String[] role
           
 
Constructor Summary
ContributorImpl.RolesImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.ContributorImpl.RolesImpl instance.
ContributorImpl.RolesImpl(ContributorImpl.RolesImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.ContributorImpl.RolesImpl instance by copying a given instance.
 
Method Summary
 ContributorImpl.RolesImpl clone()
          Creates and returns a copy of this object.
protected  void copyRole(String[] source)
          Copies all values of property Role.
 String[] getRole()
           
 String getRole(int idx)
           
 int getRoleLength()
           
 String setRole(int idx, String value)
           
 void setRole(String[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

role

protected String[] role
Constructor Detail

ContributorImpl.RolesImpl

public ContributorImpl.RolesImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.ContributorImpl.RolesImpl instance.


ContributorImpl.RolesImpl

public ContributorImpl.RolesImpl(ContributorImpl.RolesImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.ContributorImpl.RolesImpl instance by copying a given instance.

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

getRole

public String[] getRole()
Specified by:
getRole in interface Contributor.Roles
Returns:
array of String

getRole

public String getRole(int idx)
Specified by:
getRole in interface Contributor.Roles
Returns:
one of String

getRoleLength

public int getRoleLength()
Specified by:
getRoleLength in interface Contributor.Roles

setRole

public void setRole(String[] values)
Specified by:
setRole in interface Contributor.Roles
Parameters:
values - allowed objects are String

setRole

public String setRole(int idx,
                      String value)
Specified by:
setRole in interface Contributor.Roles
value - allowed object is String

copyRole

protected void copyRole(String[] source)
Copies all values of property Role.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

public ContributorImpl.RolesImpl 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.