|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Developer
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>
| Nested Class Summary | |
|---|---|
static interface |
Developer.Properties
Java class for anonymous complex type. |
static interface |
Developer.Roles
Java class for anonymous complex type. |
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
String getId()
Stringvoid setId(String value)
value - allowed object is
StringString getName()
Stringvoid setName(String value)
value - allowed object is
StringString getEmail()
Stringvoid setEmail(String value)
value - allowed object is
StringString getUrl()
Stringvoid setUrl(String value)
value - allowed object is
StringString getOrganization()
Stringvoid setOrganization(String value)
value - allowed object is
StringString getOrganizationUrl()
Stringvoid setOrganizationUrl(String value)
value - allowed object is
StringDeveloper.Roles getRoles()
Developer.Rolesvoid setRoles(Developer.Roles value)
value - allowed object is
Developer.RolesString getTimezone()
Stringvoid setTimezone(String value)
value - allowed object is
StringDeveloper.Properties getProperties()
Developer.Propertiesvoid setProperties(Developer.Properties value)
value - allowed object is
Developer.Properties
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||