net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.pom400.impl
Class DeveloperImpl.RolesImpl
java.lang.Object
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.pom400.impl.DeveloperImpl.RolesImpl
- All Implemented Interfaces:
- Serializable, Cloneable, Developer.Roles
- Enclosing class:
- DeveloperImpl
public static class DeveloperImpl.RolesImpl
- extends Object
- implements Serializable, Cloneable, Developer.Roles
- See Also:
- Serialized Form
|
Constructor Summary |
DeveloperImpl.RolesImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.pom400.impl.DeveloperImpl.RolesImpl instance. |
DeveloperImpl.RolesImpl(DeveloperImpl.RolesImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.pom400.impl.DeveloperImpl.RolesImpl instance by copying a given instance. |
role
protected String[] role
DeveloperImpl.RolesImpl
public DeveloperImpl.RolesImpl()
- Creates a new
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.pom400.impl.DeveloperImpl.RolesImpl instance.
DeveloperImpl.RolesImpl
public DeveloperImpl.RolesImpl(DeveloperImpl.RolesImpl o)
- Creates a new
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.pom400.impl.DeveloperImpl.RolesImpl instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
getRole
public String[] getRole()
- Specified by:
getRole in interface Developer.Roles
- Returns:
- array of
String
getRole
public String getRole(int idx)
- Specified by:
getRole in interface Developer.Roles
- Returns:
- one of
String
getRoleLength
public int getRoleLength()
- Specified by:
getRoleLength in interface Developer.Roles
setRole
public void setRole(String[] values)
- Specified by:
setRole in interface Developer.Roles
- Parameters:
values - allowed objects are
String
setRole
public String setRole(int idx,
String value)
- Specified by:
setRole in interface Developer.Roles
value - allowed object is
String
copyRole
public 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 DeveloperImpl.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.