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