public class ProjectDataObj extends Object
Java class for projectDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="projectDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="streams" type="{http://ws.coverity.com/v5}streamDataObj" maxOccurs="unbounded" minOccurs="0"/>
<element name="streamLinks" type="{http://ws.coverity.com/v5}streamDataObj" maxOccurs="unbounded" minOccurs="0"/>
<element name="roleAssignments" type="{http://ws.coverity.com/v5}roleAssignmentDataObj" maxOccurs="unbounded" minOccurs="0"/>
<element name="dateCreated" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="dateModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="defaultTriageScope" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="id" type="{http://ws.coverity.com/v5}projectIdDataObj" minOccurs="0"/>
<element name="projectKey" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="userCreated" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="userModified" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
dateCreated |
protected XMLGregorianCalendar |
dateModified |
protected String |
defaultTriageScope |
protected String |
description |
protected ProjectIdDataObj |
id |
protected Long |
projectKey |
protected List<RoleAssignmentDataObj> |
roleAssignments |
protected List<StreamDataObj> |
streamLinks |
protected List<StreamDataObj> |
streams |
protected String |
userCreated |
protected String |
userModified |
| Constructor and Description |
|---|
ProjectDataObj() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDateCreated()
Gets the value of the dateCreated property.
|
XMLGregorianCalendar |
getDateModified()
Gets the value of the dateModified property.
|
String |
getDefaultTriageScope()
Gets the value of the defaultTriageScope property.
|
String |
getDescription()
Gets the value of the description property.
|
ProjectIdDataObj |
getId()
Gets the value of the id property.
|
Long |
getProjectKey()
Gets the value of the projectKey property.
|
List<RoleAssignmentDataObj> |
getRoleAssignments()
Gets the value of the roleAssignments property.
|
List<StreamDataObj> |
getStreamLinks()
Gets the value of the streamLinks property.
|
List<StreamDataObj> |
getStreams()
Gets the value of the streams property.
|
String |
getUserCreated()
Gets the value of the userCreated property.
|
String |
getUserModified()
Gets the value of the userModified property.
|
void |
setDateCreated(XMLGregorianCalendar value)
Sets the value of the dateCreated property.
|
void |
setDateModified(XMLGregorianCalendar value)
Sets the value of the dateModified property.
|
void |
setDefaultTriageScope(String value)
Sets the value of the defaultTriageScope property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(ProjectIdDataObj value)
Sets the value of the id property.
|
void |
setProjectKey(Long value)
Sets the value of the projectKey property.
|
void |
setUserCreated(String value)
Sets the value of the userCreated property.
|
void |
setUserModified(String value)
Sets the value of the userModified property.
|
protected List<StreamDataObj> streams
protected List<StreamDataObj> streamLinks
protected List<RoleAssignmentDataObj> roleAssignments
protected XMLGregorianCalendar dateCreated
protected XMLGregorianCalendar dateModified
protected String defaultTriageScope
protected String description
protected ProjectIdDataObj id
protected Long projectKey
protected String userCreated
protected String userModified
public List<StreamDataObj> getStreams()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the streams property.
For example, to add a new item, do as follows:
getStreams().add(newItem);
Objects of the following type(s) are allowed in the list
StreamDataObj
public List<StreamDataObj> getStreamLinks()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the streamLinks property.
For example, to add a new item, do as follows:
getStreamLinks().add(newItem);
Objects of the following type(s) are allowed in the list
StreamDataObj
public List<RoleAssignmentDataObj> getRoleAssignments()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the roleAssignments property.
For example, to add a new item, do as follows:
getRoleAssignments().add(newItem);
Objects of the following type(s) are allowed in the list
RoleAssignmentDataObj
public XMLGregorianCalendar getDateCreated()
XMLGregorianCalendarpublic void setDateCreated(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getDateModified()
XMLGregorianCalendarpublic void setDateModified(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getDefaultTriageScope()
Stringpublic void setDefaultTriageScope(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic ProjectIdDataObj getId()
ProjectIdDataObjpublic void setId(ProjectIdDataObj value)
value - allowed object is
ProjectIdDataObjpublic Long getProjectKey()
Longpublic void setProjectKey(Long value)
value - allowed object is
Longpublic String getUserCreated()
Stringpublic void setUserCreated(String value)
value - allowed object is
Stringpublic String getUserModified()
StringCopyright © 2004-2013 Hudson. All Rights Reserved.