net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.pom400.impl
Class ContributorImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.pom400.impl.ContributorImpl
All Implemented Interfaces:
Serializable, Cloneable, Contributor

public class ContributorImpl
extends Object
implements Serializable, Cloneable, Contributor

See Also:
Serialized Form

Nested Class Summary
static class ContributorImpl.PropertiesImpl
           
static class ContributorImpl.RolesImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.pom400.Contributor
Contributor.Properties, Contributor.Roles
 
Field Summary
protected  String email
           
protected  String name
           
protected  String organization
           
protected  String organizationUrl
           
protected  ContributorImpl.PropertiesImpl properties
           
protected  ContributorImpl.RolesImpl roles
           
protected  String timezone
           
protected  String url
           
 
Constructor Summary
ContributorImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.pom400.impl.ContributorImpl instance.
ContributorImpl(ContributorImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.pom400.impl.ContributorImpl instance by copying a given instance.
 
Method Summary
 ContributorImpl clone()
          Creates and returns a copy of this object.
 String getEmail()
          Gets the value of the email property.
 String getName()
          Gets the value of the name property.
 String getOrganization()
          Gets the value of the organization property.
 String getOrganizationUrl()
          Gets the value of the organizationUrl property.
 Contributor.Properties getProperties()
          Gets the value of the properties property.
 Contributor.Roles getRoles()
          Gets the value of the roles property.
 String getTimezone()
          Gets the value of the timezone property.
 String getUrl()
          Gets the value of the url property.
 void setEmail(String value)
          Sets the value of the email property.
 void setName(String value)
          Sets the value of the name property.
 void setOrganization(String value)
          Sets the value of the organization property.
 void setOrganizationUrl(String value)
          Sets the value of the organizationUrl property.
 void setProperties(Contributor.Properties value)
          Sets the value of the properties property.
 void setRoles(Contributor.Roles value)
          Sets the value of the roles property.
 void setTimezone(String value)
          Sets the value of the timezone property.
 void setUrl(String value)
          Sets the value of the url property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

email

protected String email

url

protected String url

organization

protected String organization

organizationUrl

protected String organizationUrl

roles

protected ContributorImpl.RolesImpl roles

timezone

protected String timezone

properties

protected ContributorImpl.PropertiesImpl properties
Constructor Detail

ContributorImpl

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


ContributorImpl

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

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

getName

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

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

setName

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

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

getEmail

public String getEmail()
Description copied from interface: Contributor
Gets the value of the email property.

Specified by:
getEmail in interface Contributor
Returns:
possible object is String

setEmail

public void setEmail(String value)
Description copied from interface: Contributor
Sets the value of the email property.

Specified by:
setEmail in interface Contributor
Parameters:
value - allowed object is String

getUrl

public String getUrl()
Description copied from interface: Contributor
Gets the value of the url property.

Specified by:
getUrl in interface Contributor
Returns:
possible object is String

setUrl

public void setUrl(String value)
Description copied from interface: Contributor
Sets the value of the url property.

Specified by:
setUrl in interface Contributor
Parameters:
value - allowed object is String

getOrganization

public String getOrganization()
Description copied from interface: Contributor
Gets the value of the organization property.

Specified by:
getOrganization in interface Contributor
Returns:
possible object is String

setOrganization

public void setOrganization(String value)
Description copied from interface: Contributor
Sets the value of the organization property.

Specified by:
setOrganization in interface Contributor
Parameters:
value - allowed object is String

getOrganizationUrl

public String getOrganizationUrl()
Description copied from interface: Contributor
Gets the value of the organizationUrl property.

Specified by:
getOrganizationUrl in interface Contributor
Returns:
possible object is String

setOrganizationUrl

public void setOrganizationUrl(String value)
Description copied from interface: Contributor
Sets the value of the organizationUrl property.

Specified by:
setOrganizationUrl in interface Contributor
Parameters:
value - allowed object is String

getRoles

public Contributor.Roles getRoles()
Description copied from interface: Contributor
Gets the value of the roles property.

Specified by:
getRoles in interface Contributor
Returns:
possible object is Contributor.Roles

setRoles

public void setRoles(Contributor.Roles value)
Description copied from interface: Contributor
Sets the value of the roles property.

Specified by:
setRoles in interface Contributor
Parameters:
value - allowed object is Contributor.Roles

getTimezone

public String getTimezone()
Description copied from interface: Contributor
Gets the value of the timezone property.

Specified by:
getTimezone in interface Contributor
Returns:
possible object is String

setTimezone

public void setTimezone(String value)
Description copied from interface: Contributor
Sets the value of the timezone property.

Specified by:
setTimezone in interface Contributor
Parameters:
value - allowed object is String

getProperties

public Contributor.Properties getProperties()
Description copied from interface: Contributor
Gets the value of the properties property.

Specified by:
getProperties in interface Contributor
Returns:
possible object is Contributor.Properties

setProperties

public void setProperties(Contributor.Properties value)
Description copied from interface: Contributor
Sets the value of the properties property.

Specified by:
setProperties in interface Contributor
Parameters:
value - allowed object is Contributor.Properties

clone

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