public class Contributor extends LocatedTreeImpl
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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Contributor.Properties
Java class for anonymous complex type.
|
static class |
Contributor.Roles
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected LocatedAttribute |
email |
protected LocatedAttribute |
name |
protected LocatedAttribute |
organization |
protected LocatedAttribute |
organizationUrl |
protected Contributor.Properties |
properties |
protected Contributor.Roles |
roles |
protected LocatedAttribute |
timezone |
protected LocatedAttribute |
url |
endLocation, startLocation| Constructor and Description |
|---|
Contributor() |
| Modifier and Type | Method and Description |
|---|---|
LocatedAttribute |
getEmail()
Gets the value of the email property.
|
LocatedAttribute |
getName()
Gets the value of the name property.
|
LocatedAttribute |
getOrganization()
Gets the value of the organization property.
|
LocatedAttribute |
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.
|
LocatedAttribute |
getTimezone()
Gets the value of the timezone property.
|
LocatedAttribute |
getUrl()
Gets the value of the url property.
|
void |
setEmail(LocatedAttribute value)
Sets the value of the email property.
|
void |
setName(LocatedAttribute value)
Sets the value of the name property.
|
void |
setOrganization(LocatedAttribute value)
Sets the value of the organization property.
|
void |
setOrganizationUrl(LocatedAttribute 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(LocatedAttribute value)
Sets the value of the timezone property.
|
void |
setUrl(LocatedAttribute value)
Sets the value of the url property.
|
endLocation, setEndLocation, setStartLocation, startLocationprotected LocatedAttribute name
protected LocatedAttribute email
protected LocatedAttribute url
protected LocatedAttribute organization
protected LocatedAttribute organizationUrl
protected Contributor.Roles roles
protected LocatedAttribute timezone
protected Contributor.Properties properties
public LocatedAttribute getName()
Stringpublic void setName(LocatedAttribute value)
value - allowed object is
Stringpublic LocatedAttribute getEmail()
Stringpublic void setEmail(LocatedAttribute value)
value - allowed object is
Stringpublic LocatedAttribute getUrl()
Stringpublic void setUrl(LocatedAttribute value)
value - allowed object is
Stringpublic LocatedAttribute getOrganization()
Stringpublic void setOrganization(LocatedAttribute value)
value - allowed object is
Stringpublic LocatedAttribute getOrganizationUrl()
Stringpublic void setOrganizationUrl(LocatedAttribute value)
value - allowed object is
Stringpublic Contributor.Roles getRoles()
Contributor.Rolespublic void setRoles(Contributor.Roles value)
value - allowed object is
Contributor.Rolespublic LocatedAttribute getTimezone()
Stringpublic void setTimezone(LocatedAttribute value)
value - allowed object is
Stringpublic Contributor.Properties getProperties()
Contributor.Propertiespublic void setProperties(Contributor.Properties value)
value - allowed object is
Contributor.PropertiesCopyright © 2012–2016 SonarSource. All rights reserved.