net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.maven.pom400
Class Developer

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

public class Developer
extends Object
implements Serializable, Cloneable

Information about one of the committers on this project.

Java class for Developer complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Developer">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="organization" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="organizationUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="roles" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="role" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="timezone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="properties" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any processContents='skip' maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class Developer.Properties
          Java class for anonymous complex type.
static class Developer.Roles
          Java class for anonymous complex type.
 
Field Summary
protected  String email
           
protected  String id
           
protected  String name
           
protected  String organization
           
protected  String organizationUrl
           
protected  Developer.Properties properties
           
protected  Developer.Roles roles
           
protected  String timezone
           
protected  String url
           
 
Constructor Summary
Developer()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.maven.pom400.Developer instance.
Developer(Developer o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.maven.pom400.Developer instance by copying a given instance.
 
Method Summary
 Developer 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 Developer.Roles roles

timezone

protected String timezone

properties

protected Developer.Properties properties
Constructor Detail

Developer

public Developer()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.maven.pom400.Developer instance.


Developer

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

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

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getEmail

public String getEmail()
Gets the value of the email property.

Returns:
possible object is String

setEmail

public void setEmail(String value)
Sets the value of the email property.

Parameters:
value - allowed object is String

getUrl

public String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

getOrganization

public String getOrganization()
Gets the value of the organization property.

Returns:
possible object is String

setOrganization

public void setOrganization(String value)
Sets the value of the organization property.

Parameters:
value - allowed object is String

getOrganizationUrl

public String getOrganizationUrl()
Gets the value of the organizationUrl property.

Returns:
possible object is String

setOrganizationUrl

public void setOrganizationUrl(String value)
Sets the value of the organizationUrl property.

Parameters:
value - allowed object is String

getRoles

public Developer.Roles getRoles()
Gets the value of the roles property.

Returns:
possible object is Developer.Roles

setRoles

public void setRoles(Developer.Roles value)
Sets the value of the roles property.

Parameters:
value - allowed object is Developer.Roles

getTimezone

public String getTimezone()
Gets the value of the timezone property.

Returns:
possible object is String

setTimezone

public void setTimezone(String value)
Sets the value of the timezone property.

Parameters:
value - allowed object is String

getProperties

public Developer.Properties getProperties()
Gets the value of the properties property.

Returns:
possible object is Developer.Properties

setProperties

public void setProperties(Developer.Properties value)
Sets the value of the properties property.

Parameters:
value - allowed object is Developer.Properties

clone

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