|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.Contributor
public class Contributor
Description of a person who has contributed to the project, but who does not have commit privileges. Usually, these contributions come in the form of patches submitted.
Java class for Contributor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Contributor">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<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>
| Nested Class Summary | |
|---|---|
static class |
Contributor.Properties
Java class for anonymous complex type. |
static class |
Contributor.Roles
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected String |
email
|
protected String |
name
|
protected String |
organization
|
protected String |
organizationUrl
|
protected Contributor.Properties |
properties
|
protected Contributor.Roles |
roles
|
protected String |
timezone
|
protected String |
url
|
| Constructor Summary | |
|---|---|
Contributor()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.Contributor instance. |
|
Contributor(Contributor o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.Contributor instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Contributor |
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 |
|---|
protected String name
protected String email
protected String url
protected String organization
protected String organizationUrl
protected Contributor.Roles roles
protected String timezone
protected Contributor.Properties properties
| Constructor Detail |
|---|
public Contributor()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.Contributor instance.
public Contributor(Contributor o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.Contributor instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic String getOrganization()
Stringpublic void setOrganization(String value)
value - allowed object is
Stringpublic String getOrganizationUrl()
Stringpublic void setOrganizationUrl(String value)
value - allowed object is
Stringpublic Contributor.Roles getRoles()
Contributor.Rolespublic void setRoles(Contributor.Roles value)
value - allowed object is
Contributor.Rolespublic String getTimezone()
Stringpublic void setTimezone(String value)
value - allowed object is
Stringpublic Contributor.Properties getProperties()
Contributor.Propertiespublic void setProperties(Contributor.Properties value)
value - allowed object is
Contributor.Propertiespublic Contributor clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||