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

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

public class DeveloperImpl
extends Object
implements Serializable, Cloneable, Developer

See Also:
Serialized Form

Nested Class Summary
static class DeveloperImpl.PropertiesImpl
           
static class DeveloperImpl.RolesImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.Developer
Developer.Properties, Developer.Roles
 
Field Summary
protected  String email
           
protected  String id
           
protected  String name
           
protected  String organization
           
protected  String organizationUrl
           
protected  DeveloperImpl.PropertiesImpl properties
           
protected  DeveloperImpl.RolesImpl roles
           
protected  String timezone
           
protected  String url
           
 
Constructor Summary
DeveloperImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.DeveloperImpl instance.
DeveloperImpl(DeveloperImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.DeveloperImpl instance by copying a given instance.
 
Method Summary
 DeveloperImpl clone()
          Creates and returns a copy of this object.
 String getEmail()
          Gets the value of the email property.
 String getId()
          Gets the value of the id 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.
 Developer.Properties getProperties()
          Gets the value of the properties property.
 Developer.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 setId(String value)
          Sets the value of the id 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(Developer.Properties value)
          Sets the value of the properties property.
 void setRoles(Developer.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

id

protected String id

name

protected String name

email

protected String email

url

protected String url

organization

protected String organization

organizationUrl

protected String organizationUrl

roles

protected DeveloperImpl.RolesImpl roles

timezone

protected String timezone

properties

protected DeveloperImpl.PropertiesImpl properties
Constructor Detail

DeveloperImpl

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


DeveloperImpl

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

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

getId

public String getId()
Description copied from interface: Developer
Gets the value of the id property.

Specified by:
getId in interface Developer
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: Developer
Sets the value of the id property.

Specified by:
setId in interface Developer
Parameters:
value - allowed object is String

getName

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

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

setName

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

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

getEmail

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

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

setEmail

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

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

getUrl

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

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

setUrl

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

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

getOrganization

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

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

setOrganization

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

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

getOrganizationUrl

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

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

setOrganizationUrl

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

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

getRoles

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

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

setRoles

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

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

getTimezone

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

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

setTimezone

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

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

getProperties

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

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

setProperties

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

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

clone

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